Update README.md

This commit is contained in:
Ivan Davidov 2016-06-12 14:50:32 +03:00 committed by GitHub
parent ab8aa803c0
commit dc5bc661b8

View File

@ -28,7 +28,7 @@ After that simply run the below script. It doesn't require root privileges. In t
echo 'mount -t sysfs none /sys' >> init echo 'mount -t sysfs none /sys' >> init
echo 'setsid cttyhack /bin/sh' >> init echo 'setsid cttyhack /bin/sh' >> init
chmod +x init chmod +x init
find . | cpio -H newc -o | gzip > ../../rootfs.cpio.gz find . | cpio -R root:root -H newc -o | gzip > ../../rootfs.cpio.gz
cd ../../linux-4.6.2 cd ../../linux-4.6.2
make isoimage FDINITRD=../rootfs.cpio.gz make isoimage FDINITRD=../rootfs.cpio.gz
cp arch/x86/boot/image.iso ../minimal_linux_live.iso cp arch/x86/boot/image.iso ../minimal_linux_live.iso