This commit is contained in:
Imbus 2026-02-04 22:59:39 +01:00
commit 77de1f5ac0
4 changed files with 227 additions and 0 deletions

6
README.txt Normal file
View 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