Use tmpfs to mount /tmp
[hvlinux.git] / stage1 / bootscripts / mountkernfs
index a81cf62..e0552af 100755 (executable)
@@ -14,6 +14,7 @@ case "$1" in
        # which we are in the process of mounting).
        cmd_run_log_box "Mounting /proc" mount -n /proc
        cmd_run_log_box "Mounting /sys" mount /sys
+       cmd_run_log_box "Mounting /tmp" mount /tmp
        cmd_run_log_box "Mounting /run" mount /run
        ;;