From 94e17f77083cdb5774b9b32060f9db78c1d0ac59 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sun, 12 Jun 2016 17:19:04 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5af69c30a..efc906969 100644 --- a/README.md +++ b/README.md @@ -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