From 99e387a0be8ef22b9a266667a97093b35ac569b1 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Tue, 16 Feb 2010 01:05:26 +0100 Subject: Make indentation in two code blocks consistent --- init | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'init') diff --git a/init b/init index 442d534..3134530 100644 --- a/init +++ b/init @@ -111,20 +111,20 @@ ${mount_handler} /new_root [ -z "${init}" ] && init="/sbin/init" if [ "$(stat -f -c %i /)" = "$(stat -f -c %i /new_root)" ]; then - # Nothing got mounted on /new_root. This is the end, we don't know what to do anymore - # We fall back into a shell, but the shell has now PID 1 - # This way, manual recovery is still possible. - err "Failed to mount the real root device." - echo "Bailing out, you are on your own. Good luck." - echo - launch_interactive_shell --exec + # Nothing got mounted on /new_root. This is the end, we don't know what to do anymore + # We fall back into a shell, but the shell has now PID 1 + # This way, manual recovery is still possible. + err "Failed to mount the real root device." + echo "Bailing out, you are on your own. Good luck." + echo + launch_interactive_shell --exec elif [ ! -f "/new_root${init}" ]; then - # Successfully mounted /new_root, but ${init} is missing - # The same logic as above applies - err "Root device mounted successfully, but ${init} does not exist." - echo "Bailing out, you are on your own. Good luck." - echo - launch_interactive_shell --exec + # Successfully mounted /new_root, but ${init} is missing + # The same logic as above applies + err "Root device mounted successfully, but ${init} does not exist." + echo "Bailing out, you are on your own. Good luck." + echo + launch_interactive_shell --exec fi #Special handling if udev is running -- cgit v1.2.3-24-g4f1b