summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2008-07-05 02:19:28 +0200
committermaximilian attems <maks@debian.org>2008-07-05 02:19:28 +0200
commit08fe39090957b17a395691914d31ff90ec722689 (patch)
treed60a099ab0d28ca75459ed54aed7de03e138fe17 /init
parent6d6f6125e9b165b296f437c788d981ef749a91e8 (diff)
downloadinitramfs-tools-08fe39090957b17a395691914d31ff90ec722689.tar.gz
initramfs-tools-08fe39090957b17a395691914d31ff90ec722689.zip
add possible mountroot break
useful for debug cases closes: #488963
Diffstat (limited to 'init')
-rwxr-xr-xinit1
1 files changed, 1 insertions, 0 deletions
diff --git a/init b/init
index 4c72eab..e287739 100755
--- a/init
+++ b/init
@@ -170,6 +170,7 @@ maybe_break mount
log_begin_msg "Mounting root file system"
. /scripts/${BOOT}
parse_numeric ${ROOT}
+maybe_break mountroot
mountroot
log_end_msg