Add missing /tmp to root filesystem. /etc/mtab removed by init.
authorWill Sowerbutts <will@sowerbutts.com>
Sat, 24 Jan 2015 00:23:49 +0000 (00:23 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sat, 24 Jan 2015 00:24:06 +0000 (00:24 +0000)
Standalone/filesystem-src/etc-files/mtab [deleted file]
Standalone/filesystem-src/ucp-script.txt

diff --git a/Standalone/filesystem-src/etc-files/mtab b/Standalone/filesystem-src/etc-files/mtab
deleted file mode 100644 (file)
index fb6a963..0000000
+++ /dev/null
@@ -1 +0,0 @@
-rootfs / rootfs rw 0 0
index 9231d2a..a9e3121 100644 (file)
@@ -2,6 +2,11 @@ cd /
 mkdir bin
 mkdir dev
 mkdir etc
+mkdir tmp
+chmod 0775 bin
+chmod 0775 dev
+chmod 0775 etc
+chmod 01777 tmp
 
 cd /dev
 mknod tty1  20660 513
@@ -84,11 +89,9 @@ mknod proc  20660 1027
 cd /etc
 bget etc-files/issue
 bget etc-files/motd
-bget etc-files/mtab
 bget etc-files/passwd
 chmod 0644 issue
 chmod 0644 motd
-chmod 0644 mtab
 chmod 0644 passwd
 
 cd /