diff options
-rw-r--r-- | etc/mtab | 1 | ||||
-rwxr-xr-x | init | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/mtab b/etc/mtab deleted file mode 100644 index 8b13789..0000000 --- a/etc/mtab +++ /dev/null @@ -1 +0,0 @@ - @@ -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 |