diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-04-30 18:33:08 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:08 +0100 |
| commit | f8b6cd10800c346b81b10c6f4891d6f64883140c (patch) | |
| tree | 8bbe73d21b84d0abba1510169a5090fc776e06ab | |
| parent | 9c4aa2bb40d8d772e1262576a7ee1e22f94cc00c (diff) | |
| download | live-boot-f8b6cd10800c346b81b10c6f4891d6f64883140c.tar.gz live-boot-f8b6cd10800c346b81b10c6f4891d6f64883140c.zip | |
Merging casper 1.193.
| -rw-r--r-- | debian/live-initramfs.init | 7 | ||||
| -rw-r--r-- | docs/ChangeLog.casper | 7 |
2 files changed, 11 insertions, 3 deletions
diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init index 1ba8d5c..d924535 100644 --- a/debian/live-initramfs.init +++ b/debian/live-initramfs.init @@ -3,10 +3,11 @@ ### BEGIN INIT INFO # Provides: live-initramfs # Required-Start: $syslog -# Required-Stop: $syslog +# Required-Stop: # Should-Start: $local_fs -# Should-Stop: $local_fs -# Default-Start: 1 2 3 4 5 +# Should-Stop: halt reboot +# X-Stop-After: umountroot +# Default-Start: # Default-Stop: 0 6 # Short-Description: live-initramfs init script # Description: Resyncs snapshots, evantually caches files in order to diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper index 161cd8a..02fa013 100644 --- a/docs/ChangeLog.casper +++ b/docs/ChangeLog.casper @@ -1,3 +1,10 @@ +casper (1.193) karmic; urgency=low + + * Sync LSB headers in init script with desired behaviour: don't start + casper at boot, and stop after umountroot but before halt/reboot. + + -- Colin Watson <cjwatson@ubuntu.com> Mon, 14 Sep 2009 13:08:23 +0100 + casper (1.192) karmic; urgency=low [ Colin Watson ] |
