un commited old code

This commit is contained in:
Marc
2022-09-08 11:44:29 +02:00
parent a6f0b3367c
commit 39459df357
6 changed files with 42 additions and 93 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ do
done
#create a 8Gb iso
dd if=/dev/zero of=disk.img bs=1024k seek=$((1000 * 8)) count=0
dd if=/dev/zero of=disk.img bs=1024k seek=$((1000 * 2)) count=0
#creating a msdos image for mbr boot
parted disk.img mklabel msdos