This commit is contained in:
Imbus 2026-02-04 23:22:58 +01:00
parent 4cddeecdfa
commit 9f5ddebdb3

View file

@ -4,3 +4,8 @@ dd if=/dev/zero of=./disk.img bs=1M count=1024
losetup -fP ./disk.img
losetup -a
losedup -d /dev/loop0
See:
https://github.com/landley/toybox/blob/master/toys/posix/dd.c
https://github.com/illiliti/libudev-zero
https://github.com/LoupVaillant/Monocypher