From ef365c497243a41a522840abff1cdaece5a6dd6b Mon Sep 17 00:00:00 2001 From: Marcos Tischer Vallim Date: Sat, 29 Jun 2019 15:09:21 -0300 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7245eb3..f40a99d 100644 --- a/README.md +++ b/README.md @@ -507,17 +507,16 @@ sudo umount $HOME/live-ubuntu-from-scratch/chroot/run -iso-level 3 \ -full-iso9660-filenames \ -volid "Ubuntu from scratch" \ - -eltorito-boot \ - boot/grub/bios.img \ - -no-emul-boot \ - -boot-load-size 4 \ - -boot-info-table \ - --eltorito-catalog boot/grub/boot.cat \ + -eltorito-boot boot/grub/bios.img \ + -no-emul-boot \ + -boot-load-size 4 \ + -boot-info-table \ + --eltorito-catalog boot/grub/boot.cat \ --grub2-boot-info \ --grub2-mbr /usr/lib/grub/i386-pc/boot_hybrid.img \ -eltorito-alt-boot \ - -e EFI/efiboot.img \ - -no-emul-boot \ + -e EFI/efiboot.img \ + -no-emul-boot \ -append_partition 2 0xef isolinux/efiboot.img \ -output "../ubuntu-from-scratch.iso" \ -graft-points \