Update README.md
This commit is contained in:
parent
e946402c88
commit
ef365c4972
15
README.md
15
README.md
|
@ -507,17 +507,16 @@ sudo umount $HOME/live-ubuntu-from-scratch/chroot/run
|
||||||
-iso-level 3 \
|
-iso-level 3 \
|
||||||
-full-iso9660-filenames \
|
-full-iso9660-filenames \
|
||||||
-volid "Ubuntu from scratch" \
|
-volid "Ubuntu from scratch" \
|
||||||
-eltorito-boot \
|
-eltorito-boot boot/grub/bios.img \
|
||||||
boot/grub/bios.img \
|
-no-emul-boot \
|
||||||
-no-emul-boot \
|
-boot-load-size 4 \
|
||||||
-boot-load-size 4 \
|
-boot-info-table \
|
||||||
-boot-info-table \
|
--eltorito-catalog boot/grub/boot.cat \
|
||||||
--eltorito-catalog boot/grub/boot.cat \
|
|
||||||
--grub2-boot-info \
|
--grub2-boot-info \
|
||||||
--grub2-mbr /usr/lib/grub/i386-pc/boot_hybrid.img \
|
--grub2-mbr /usr/lib/grub/i386-pc/boot_hybrid.img \
|
||||||
-eltorito-alt-boot \
|
-eltorito-alt-boot \
|
||||||
-e EFI/efiboot.img \
|
-e EFI/efiboot.img \
|
||||||
-no-emul-boot \
|
-no-emul-boot \
|
||||||
-append_partition 2 0xef isolinux/efiboot.img \
|
-append_partition 2 0xef isolinux/efiboot.img \
|
||||||
-output "../ubuntu-from-scratch.iso" \
|
-output "../ubuntu-from-scratch.iso" \
|
||||||
-graft-points \
|
-graft-points \
|
||||||
|
|
Loading…
Reference in New Issue