Update README.md
This commit is contained in:
parent
94e17f7708
commit
47c1ad982b
@ -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 '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 -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
|
cd ../../linux-4.6.2
|
||||||
make mrproper defconfig bzImage
|
make mrproper defconfig bzImage
|
||||||
make isoimage FDINITRD=../rootfs.cpio.gz
|
make isoimage FDINITRD=../rootfs.cpio.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user