Update README.md
This commit is contained in:
parent
5917078c1c
commit
a1c7f2998d
14
README.md
14
README.md
@ -40,13 +40,13 @@ After that simply run the below script. It doesn't require root privileges. In t
|
|||||||
cp ../syslinux-6.03/bios/com32/elflink/ldlinux/ldlinux.c32 .
|
cp ../syslinux-6.03/bios/com32/elflink/ldlinux/ldlinux.c32 .
|
||||||
echo 'default kernel.gz initrd=rootfs.gz' > ./isolinux.cfg
|
echo 'default kernel.gz initrd=rootfs.gz' > ./isolinux.cfg
|
||||||
xorriso \
|
xorriso \
|
||||||
-as mkisofs \
|
-as mkisofs \
|
||||||
-o ../minimal_linux_live.iso \
|
-o ../minimal_linux_live.iso \
|
||||||
-b isolinux.bin \
|
-b isolinux.bin \
|
||||||
-c boot.cat \
|
-c boot.cat \
|
||||||
-no-emul-boot \
|
-no-emul-boot \
|
||||||
-boot-load-size 4 \
|
-boot-load-size 4 \
|
||||||
-boot-info-table \
|
-boot-info-table \
|
||||||
./
|
./
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user