aboutsummaryrefslogtreecommitdiffstats
path: root/stage2
diff options
context:
space:
mode:
Diffstat (limited to 'stage2')
-rwxr-xr-xstage2/01-sys-tweaks/files/initramfs/loop_rootfs7
1 files changed, 5 insertions, 2 deletions
diff --git a/stage2/01-sys-tweaks/files/initramfs/loop_rootfs b/stage2/01-sys-tweaks/files/initramfs/loop_rootfs
index cd986ff..d6ed109 100755
--- a/stage2/01-sys-tweaks/files/initramfs/loop_rootfs
+++ b/stage2/01-sys-tweaks/files/initramfs/loop_rootfs
@@ -14,6 +14,11 @@ case ${1} in
;;
esac
+#
+# If 'debug' has been passed via the boot cmdline,
+# logoutput will be made available to '/run/initramfs/initramfs.debug'.
+#
+
. /scripts/functions
readonly BOOT_PART="/dev/mmcblk0p1"
@@ -231,8 +236,6 @@ fi
log_success_msg "loop_rootfs attached ${OS_PREFIX}, ${ROOTFSTYPE} file ${IMAGE_FILE} to loop-device ${ROOT}."
-panic "loop_rootfs debug break point."
-
log_end_msg
exit 0