This commit is contained in:
j3d1 2020-01-29 00:02:23 +01:00
parent f06ecd1665
commit 3f12f9f8ad

View file

@ -2,7 +2,7 @@
function first_stage(){
echo foo first_stage
creating image file
echo creating image file
dd if=/dev/zero of=/root/disk.img bs=1M count=512
losetup -f /root/disk.img
(