From a1c7f2998d691a0704ffbd96d3bcbfebe306b509 Mon Sep 17 00:00:00 2001 From: Tony Agudo Date: Tue, 19 Dec 2017 19:04:35 -0500 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5690362f9..3be55ceb1 100644 --- a/README.md +++ b/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 . echo 'default kernel.gz initrd=rootfs.gz' > ./isolinux.cfg xorriso \ - -as mkisofs \ - -o ../minimal_linux_live.iso \ - -b isolinux.bin \ - -c boot.cat \ - -no-emul-boot \ - -boot-load-size 4 \ - -boot-info-table \ + -as mkisofs \ + -o ../minimal_linux_live.iso \ + -b isolinux.bin \ + -c boot.cat \ + -no-emul-boot \ + -boot-load-size 4 \ + -boot-info-table \ ./ cd ..