diff options
| author | maximilian attems <maks@debian.org> | 2006-01-30 00:57:15 +0100 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-01-30 00:57:15 +0100 |
| commit | 9c19e494cea61a5b89ab0ef87ba5cbc1da362c81 (patch) | |
| tree | 00c625e844867cfc733fe0e2c6be1bdc93db8e3c | |
| parent | 3776f7f89abae55a448e008cf268385e119eb9ff (diff) | |
| download | initramfs-tools-9c19e494cea61a5b89ab0ef87ba5cbc1da362c81.tar.gz initramfs-tools-9c19e494cea61a5b89ab0ef87ba5cbc1da362c81.zip | |
fix stage checking
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rwxr-xr-x | init | 2 |
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 @@ -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 |
