X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fbootscripts%2Fmountkernfs;h=e0552afc4f3fd33f4f48bfbd25b4516f544518d6;hb=ff51e86b74e8e6256f01eca359b5b7b8c570b68d;hp=a81cf626a891be01b79e33c8f07ad745e87965a2;hpb=3fb13cf968ef5335a9d22601dfdcddd7189207a8;p=hvlinux.git diff --git a/stage1/bootscripts/mountkernfs b/stage1/bootscripts/mountkernfs index a81cf62..e0552af 100755 --- a/stage1/bootscripts/mountkernfs +++ b/stage1/bootscripts/mountkernfs @@ -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 ;;