X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fbootscripts%2Fmountkernfs;fp=stage1%2Fbootscripts%2Fmountkernfs;h=263e4ff8d1b67226158aa97ab5c55ec820deead6;hb=be9b366e687cc4595c0484ae8bf3109e8c062f13;hp=e0552afc4f3fd33f4f48bfbd25b4516f544518d6;hpb=2ae8d010cef72cd9f12c7ca3cf9260ffe68fa4ca;p=hvlinux.git diff --git a/stage1/bootscripts/mountkernfs b/stage1/bootscripts/mountkernfs index e0552af..263e4ff 100755 --- a/stage1/bootscripts/mountkernfs +++ b/stage1/bootscripts/mountkernfs @@ -18,12 +18,8 @@ case "$1" in cmd_run_log_box "Mounting /run" mount /run ;; - stop) - umount -n proc - ;; - *) - echo "Usage: $0 {start|stop}" + echo "Usage: $0 {start}" exit ${EXIT_CODE_FAILURE} ;; esac