Update README.md

This commit is contained in:
Ivan Davidov 2016-06-12 17:19:04 +03:00 committed by GitHub
parent dd78ca802f
commit 94e17f7708

View File

@ -19,6 +19,7 @@ After that simply run the below script. It doesn't require root privileges. In t
rm -f linuxrc
mkdir dev proc sys
echo '#!/bin/sh' > init
echo 'dmesg -n 1' >> init
echo 'mount -t devtmpfs none /dev' >> init
echo 'mount -t proc none /proc' >> init
echo 'mount -t sysfs none /sys' >> init