From 75db239595f390b85267c32b9eab9bd5455f262a Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sun, 23 Jul 2017 16:28:03 +0300 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3577d0371..eb7a00b20 100644 --- a/README.md +++ b/README.md @@ -40,17 +40,17 @@ 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 genisoimage \ - -J \ - -r \ - -o ../minimal_linux_live.iso \ - -b isolinux.bin \ - -c boot.cat \ - -input-charset UTF-8 \ - -no-emul-boot \ - -boot-load-size 4 \ - -boot-info-table \ + -J \ + -r \ + -o ../minimal_linux_live.iso \ + -b isolinux.bin \ + -c boot.cat \ + -input-charset UTF-8 \ + -no-emul-boot \ + -boot-load-size 4 \ + -boot-info-table \ -joliet-long \ - ./ + ./ cd .. Note that this script produces very small live Linux OS with working shell only and no network support. The network functionality has been implemented properly in the [Minimal Linux Live](http://github.com/ivandavidov/minimal) project which is extensively documented and more feature rich, yet still produces very small live Linux ISO image.