summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xstage27
1 files changed, 7 insertions, 0 deletions
diff --git a/stage2 b/stage2
index 09a2314..0821c5f 100755
--- a/stage2
+++ b/stage2
@@ -93,6 +93,13 @@ then
mknod /dev/ttyO3 c 253 3
fi
+if [ ! -d /tmp ]
+then
+ echo Creating /tmp...
+ mkdir /tmp
+ chmod 1777 /tmp
+fi
+
# ------------------------------------------------------------
mkdirp()