summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xinit2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e783755..ccc9223 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,9 @@ initramfs-tools (0.52) unstable; urgency=low
* hooks/lvm: manual_add_modules dm_snapshot, allows to boot from a snapshot
of your root device. (ubuntu: #3842)
- -- maximilian attems <maks@sternwelten.at> Tue, 24 Jan 2006 19:40:25 +0100
+ * init: Fix maybe_break test for the bottom stage.
+
+ -- maximilian attems <maks@sternwelten.at> Mon, 30 Jan 2006 00:56:04 +0100
initramfs-tools (0.51) unstable; urgency=low
diff --git a/init b/init
index e983534..61a8379 100755
--- a/init
+++ b/init
@@ -98,7 +98,7 @@ log_begin_msg "Mounting root file system"
mountroot
log_end_msg
-maybe_break mount
+maybe_break bottom
[ "$quiet" != "y" ] && log_begin_msg "Running /scripts/init-bottom"
run_scripts /scripts/init-bottom
[ "$quiet" != "y" ] && log_end_msg