From: Will Sowerbutts Date: Sat, 24 Jan 2015 00:23:49 +0000 (+0000) Subject: Add missing /tmp to root filesystem. /etc/mtab removed by init. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a825daedf7f4d0881cb21b596684599ff4cf79bf;p=FUZIX.git Add missing /tmp to root filesystem. /etc/mtab removed by init. --- diff --git a/Standalone/filesystem-src/etc-files/mtab b/Standalone/filesystem-src/etc-files/mtab deleted file mode 100644 index fb6a9635..00000000 --- a/Standalone/filesystem-src/etc-files/mtab +++ /dev/null @@ -1 +0,0 @@ -rootfs / rootfs rw 0 0 diff --git a/Standalone/filesystem-src/ucp-script.txt b/Standalone/filesystem-src/ucp-script.txt index 9231d2a7..a9e3121a 100644 --- a/Standalone/filesystem-src/ucp-script.txt +++ b/Standalone/filesystem-src/ucp-script.txt @@ -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 /