diff options
author | maximilian attems <maks@debian.org> | 2009-01-09 12:44:30 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-01-09 12:44:30 +0100 |
commit | 79c0badcec17942a869ef992ceda2335cfa1d7b2 (patch) | |
tree | 46252a00f65b6496d368300de1af1067d9c0ffec /init | |
parent | d13cc6af1ddc2c1de646801b006f8f5e697f2b89 (diff) | |
download | initramfs-tools-79c0badcec17942a869ef992ceda2335cfa1d7b2.tar.gz initramfs-tools-79c0badcec17942a869ef992ceda2335cfa1d7b2.zip |
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 <mika@grml.org>
Diffstat (limited to 'init')
-rwxr-xr-x | init | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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=*) |