summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit3
1 files changed, 2 insertions, 1 deletions
diff --git a/init b/init
index 19eee10..01774c6 100755
--- a/init
+++ b/init
@@ -43,7 +43,8 @@ mount_root()
mount $1 /newroot
}
-mkdir -p /dev /proc /sys /newroot
+mkdir -p /dev /proc /sys /newroot /etc
+touch /etc/mtab
mount -t devtmpfs none /dev
mount -t proc none /proc