Update README.md

This commit is contained in:
Ivan Davidov 2016-06-12 21:51:12 +03:00 committed by GitHub
parent 94e17f7708
commit 47c1ad982b

View File

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