From 79c0badcec17942a869ef992ceda2335cfa1d7b2 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Fri, 9 Jan 2009 12:44:30 +0100 Subject: Revert "init: Try to use old style sda1 if no root cmldine got specified." we have boot scripts that search for root if none is passed. usage by grml.org and debian-live. This reverts commit 90ad6ff31f66112e863ea86c9960b9770a0a245e. Reported-by: Michael Prokop --- init | 4 ---- 1 file changed, 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=*) -- cgit v1.2.3