diff options
Diffstat (limited to 'init')
-rwxr-xr-x | init | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |