Initial
This commit is contained in:
commit
77de1f5ac0
4 changed files with 227 additions and 0 deletions
6
README.txt
Normal file
6
README.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Simple dd-like image writer with additional security checks.
|
||||
|
||||
dd if=/dev/zero of=./disk.img bs=1M count=1024
|
||||
losetup -fP ./disk.img
|
||||
losetup -a
|
||||
losedup -d /dev/loop0
|
||||
Loading…
Add table
Add a link
Reference in a new issue