From 94a39ff727782b95af688508404c114840ec3c2c Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 25 Nov 2011 22:15:24 -0500 Subject: init_functions: rephrase bailout message I think this error is more confusing to most people than it needs to be, and it's not really accurate any longer. Generalize the message and inform the user that we simply couldn't find the root device. Signed-off-by: Dave Reisner --- init_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_functions b/init_functions index 42e6249..69cd8fb 100644 --- a/init_functions +++ b/init_functions @@ -198,7 +198,7 @@ resolve_device() { default_mount_handler() { if [ ! -b "$root" ]; then - err "Unable to determine major/minor number of root device '$root'." + err "Unable to find root device '$root'." echo "You are being dropped to a recovery shell" echo " Type 'exit' to try and continue booting" launch_interactive_shell -- cgit v1.2.3-24-g4f1b