summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-09live-snapshot: new "--refresh" option.Marco Amadori
* "--refresh" explicitly saves status of boot-time auto-discovered snapshots without rebooting.
2011-03-09live-snapshot: cleaned and sorted used command line defaults.Marco Amadori
2011-03-09live-snapshot: nicer default auto unmount logic.Marco Amadori
2011-03-09live-snapshot: honour "-o|--output FILE".Marco Amadori
2011-03-09live-snapshot: removed a useless mkdir.Marco Amadori
2011-03-09live-snapshot: removed an unused and useless function.Marco Amadori
2011-03-09live-snapshot: fixes snapshotting from resync string.Marco Amadori
* Now it properly overwrites previous snapshot instead of just putting it in the $PWD.
2011-03-09Sync bug script "dpkg -l" calls with debian/controlChris Lamb
2011-03-09Add support for httpfs= and ftpfs= parameters.Michal Suchanek
2011-03-09Updating to standards 3.8.0.Daniel Baumann
2011-03-09Renaming forgotton uuid file to live-uuid.Daniel Baumann
2011-03-09Releasing debian version 1.132.1-1.Daniel Baumann
2011-03-09Updating copyright header in live-snapshot.Daniel Baumann
2011-03-09Removing useless whitespaces and empty lines.Daniel Baumann
2011-03-09Correcting grammatical errors in live-snapshot description.Daniel Baumann
2011-03-09Removing live-snapshot version as this component is always released within ↵Daniel Baumann
live-initramfs itself.
2011-03-09Adding Michal Suchanek <hramrach@centrum.cz> to credits file.Daniel Baumann
2011-03-09Fixes "live-snapshot on reboot could not find a writable '/tmp' or '/mnt'" bug.Marco Amadori
2011-03-09Calling live-snapshot now produces an output file.Marco Amadori
* Invoking live-snapshot without parameters now produces an output file useful to be copied on a writable media as intended.
2011-03-09Workaround loop-aes-utils losetup incompatibilityMichal Suchanek
Pass -r option to losetup when setting up loop device for root image so that readonly files can be set up as well.
2011-03-09Fix toram (change mount --move to mount -o move)Michal Suchanek
Thanks to ChoBolT and taytay on irc
2011-03-09Merging casper 1.132.Daniel Baumann
2011-03-09Merging casper 1.131.Daniel Baumann
2011-03-09Ignoring floppy devices for live filesystem as well as live persistency.Daniel Baumann
2011-03-09Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail live.log and ↵Daniel Baumann
show its messages during boot (Closes: #440238).
2011-03-09Updating vcs fields in control file.Daniel Baumann
2011-03-09Handling conflicting klibc includes with initramfs-hooks of other packages ↵Daniel Baumann
(Closes: 475783).
2011-03-09Don't escape asterisks in languagelist update codeChris Lamb
2011-03-09Releasing live-initramfs 1.130.1-3.Daniel Baumann
2011-03-09Handle non-existing klibc includes in live hook (Closes: #475783).Daniel Baumann
2011-03-09Adding loop-aes-utils to recommends.Daniel Baumann
2011-03-09Releasing live-initramfs 1.130.1-2.Daniel Baumann
2011-03-09Remove bogus dependency on Ubuntu "localechooser-data" packageChris Lamb
In Debian, this package doesn't exist as a .deb, so we must maintain our own local copy of the languagelist file. (This patch also adds code to synchronise this file to the Makefile's "update:" target so this isn't too annoying.)
2011-03-09Releasing live-initramfs 1.130.1-1.Daniel Baumann
2011-03-09Merging casper 1.130.Daniel Baumann
2011-03-09Merging casper 1.129.Daniel Baumann
2011-03-09Adjusting code formating in maintainer scripts.Daniel Baumann
2011-03-09Restricting counting of installed kernels based on /boot/vmlinuz-* instead ↵Daniel Baumann
of /boot/vmlinuz*. Kernel images installed the proper way from .deb packages are always naming their kernel files vmlinuz-*. This way, we can avoid tampering with completely customized kernels which handle initramfs on their own (or completely different).
2011-03-09Use triggers when calling update-initramfs in postinst and postrmChris Lamb
One complication with the interaction between live-initramfs and update-initramfs is completeness - in a normal Debian system, we do not mind that not all the initrds are updated, so one would simply call "update-initramfs -u" when upgrading (for example) mdadm. However, live-initramfs needs to update *all* initrds (ie. '-u -k all'), but calling this would not use the trigger functionality as 'update-initramfs' will only accept triggering with a single '-u' argument. This is sensible behaviour, as the trigger callback cannot (and shouldn't) be parameterised. The result is this is that we must detect how many kernel flavours we have and revert to the non-triggered call ('-u -k all') if we have more than one. My tests show that this is behaviour is sound, even in the slightly contrived example of updating live-initramfs whilst installing a second kernel, regardless of the interleaving of the calls to postinst. We additionally attempt the same logic in the postrm so that upgrading live-initramfs (for example, in chroot_local-packages) does not result in two calls expensive calls in update-initramfs.
2011-03-09Sorting some lines in live hook.Daniel Baumann
2011-03-09Releasing live-initramfs 1.128.1-1.Daniel Baumann
2011-03-09Fixed a misleading debug message.Marco Amadori
2011-03-09Merging casper 1.128.Daniel Baumann
2011-03-09Added /cow mounting debug messages.Marco Amadori
2011-03-09Fixed /cow mounting.Marco Amadori
2011-03-09Klibc: added some libraries to the intramfs.Marco Amadori
* Some klibc programs (cp, mount, umount) needs those libraries and initramfs-tools cannot automatically adds them if needed.
2011-03-09Releasing live-initramfs 1.127.1-1.Daniel Baumann
2011-03-09Merging casper 1.127.Daniel Baumann
2011-03-09Merging casper 1.126.Daniel Baumann
2011-03-09Removing too early recommends to live-initscripts in control to make some ↵Daniel Baumann
people happy (Closes: #431000).