summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit4
1 files changed, 0 insertions, 4 deletions
diff --git a/init b/init
index 4e7fdd3..072d82c 100755
--- a/init
+++ b/init
@@ -70,10 +70,6 @@ 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=*)