summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit4
1 files changed, 4 insertions, 0 deletions
diff --git a/init b/init
index 102eda2..69cbeed 100755
--- a/init
+++ b/init
@@ -70,6 +70,10 @@ for x in $(cat /proc/cmdline); do
/dev/nfs)
[ -z "${BOOT}" ] && BOOT=nfs
;;
+ "")
+ ROOT="/dev/sda1"
+ log_warning_msg "No root specified - trying /dev/sda1."
+ ;;
esac
;;
rootflags=*)