diff options
Diffstat (limited to 'init_functions')
-rw-r--r-- | init_functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 |