summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-09Replacing previous imperfect changes for udevadm with check for udevadm and ↵Daniel Baumann
using old commands when beeing on etch. Also handling udevtrigger with udevadm if available.
2011-03-09Correcting httpfs2 inclusion in hook.Daniel Baumann
2011-03-09Releasing version 1.136.1-1.Daniel Baumann
2011-03-09Defaulting now to aufs if no union= parameter is given.Daniel Baumann
2011-03-09Merging casper version 1.136.Daniel Baumann
2011-03-09Merging casper version 1.135.Daniel Baumann
2011-03-09Merging casper version 1.134.Daniel Baumann
2011-03-09Merging casper version 1.133.Daniel Baumann
2011-03-09Converting udev depends into a versioned depends in order to reflect udevadm ↵Daniel Baumann
introduction.
2011-03-09udevtrigger replacement.Marco Amadori
* New udev (>= 1.24-1) replaced some binaries (here udevtrigger) with udevadm command line options, e.g. "udevtrigger" -> "udevadm trigger".
2011-03-09Fix call to log_warning_msg. Thanks to Bradley Smith <brad@brad-smith.co.uk>.Chris Lamb
2011-03-09Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed ↵Chris Lamb
kernels on powerpc.
2011-03-09live-snapshot: fixed the remount helper.Marco Amadori
* Now it should work even if not using klibc's "read".
2011-03-09live-snapshot: now supports a static keep file list.Marco Amadori
* Included support for specifing a list of files/dirs to be explicitly kept between reboots, enabled only for the "cpio" snapshot type. Look at "/usr/share/doc/live-initramfs/examples/live-snapshot.list" for hints.
2011-03-09Check losetup capabilities before specifying to mount as read-only.Chris Lamb
This is to retain compatibility with Etch's non-loop-aes-utils' losetup.
2011-03-09Modprobe 'esp' SCSI driver for the benefit of sparc.Chris Lamb
2011-03-09Quieten call to modprobe ide-generic.Chris Lamb
2011-03-09Move local-top/live to live-premount/modules so it gets called before ↵Chris Lamb
find_livefs.
2011-03-09Try to bind /cow to /live/cow if unable to move.Marco Amadori
* This should re-enable using of live-snapshot with targets differents from static list cpio's.
2011-03-09live-snapshot: cleaned some wordings.Marco Amadori
2011-03-09live-snapshot: included vital informations on exit.Marco Amadori
2011-03-09Updating live-snapshot to GPL-3+.Daniel Baumann
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