summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-09Releasing live-initramfs 1.139.1-1.Daniel Baumann
2011-03-09Added "-n" option to all mount commands, thanks to Peter Holik ↵Marco Amadori
<peter@holik.at> for pointing this out.
2011-03-09Move loop-aes-tools to Suggests; live-helper should install them if required.Chris Lamb
The loop-aes-tools regress compared to the vanilla loop tools, which can cause some problems - Although we should support them, it makes sense to not use loop-aes-utils by default, which--as Recommends are installed by default--they currently are.
2011-03-09Remove unnecessary indentation level.Chris Lamb
2011-03-09Updating authors file.Daniel Baumann
2011-03-09Merging casper 1.139.Daniel Baumann
2011-03-09Modify hiding of harmless X.org reconfiguring messages.Chris Lamb
Was being split over a newline.
2011-03-09Revert to using uid 1000 as PAM bug seems to have disappeared (Closes: #433076)Chris Lamb
2011-03-09Hide error from attempting to "mount --move"Chris Lamb
(We get a sensible error message if it fails anyway)
2011-03-09Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.Chris Lamb
2011-03-09Don't configure X.org if it's not installed.Chris Lamb
2011-03-09Fix check for X.org.Chris Lamb
2011-03-09Add an /etc/fstab to the initramfs to silence harmless "empty fstab" warnings.Chris Lamb
2011-03-09Silence another "script-not-executable" message for a sourced library.Chris Lamb
2011-03-09Add missing pipe. Thanks to Andreas Bombe.Chris Lamb
2011-03-09Shamefully adding myself to CREDITSChris Lamb
2011-03-09Tidy "Disabling update-initramfs" message.Chris Lamb
2011-03-09Re-order some commands so we don't call log_begin_msg without calling ↵Chris Lamb
log_end_msg.
2011-03-09Don't configure X when /usr/bin/X does not exist.Chris Lamb
2011-03-09Silence 'script-not-executable' lintian warning - live-functions script is ↵Chris Lamb
always sourced.
2011-03-09Fix spacing in swirl.Chris Lamb
2011-03-09Not going over the top with exclamation marks in the panic message.Daniel Baumann
2011-03-09Updating credits file.Daniel Baumann
2011-03-09Slightely adjusting to the more widespread used ascii swirl.Daniel Baumann
2011-03-09Override log_*_msg to print nicer status text (until #494257 is merged).Chris Lamb
2011-03-09Hide "overwriting possibly-customised configuration file" in X.org setup output.Chris Lamb
2011-03-09Hide "Shadow passwords are now on" status message on bootup.Chris Lamb
2011-03-09Remove a number of "${quiet}" checks - they are repeated in the log_*_msg ↵Chris Lamb
functions.
2011-03-09Rework locale handlingChris Lamb
* Support all codepages, not just UTF-8 ones. * Although UTF-8 variants are still preferred, specifying an invalid codepage as an extension to a known language will not necessarily result in en_US.UTF-8 being chosen - it will try and use an alternate. * Fixes an issue whereby an unknown locale would end up as a blank "language" in /etc/kde3/kdm/kdmrc instead of en_US. * General tidying of the code.
2011-03-09Print friendly error message on live-initramfs panic.Chris Lamb
2011-03-09Fix path issue with live-preseed causing noisy errors when booting.Chris Lamb
2011-03-09Silence a number of annoying and distracting bootup messages.Chris Lamb
2011-03-09Add missing "log_end_msg" to live-bottom/21xdriver.Chris Lamb
2011-03-09Set different log messages for live-bottom/21{xdriver,xvidemode}.Chris Lamb
2011-03-09Remove trailing "..." from calls to log_begin_msg - they get added anyway.Chris Lamb
2011-03-09Move some arch-indep helper utilities to Build-Depends-Indep.Chris Lamb
2011-03-09Adding support for using tftp in fetch= parameter.Steven Shiau
2011-03-09Another fix about using udevsettle or "udevadm settle".Steven Shiau
2011-03-09Adding support for Virtio vd[a-z] drives.Ben Voui
2011-03-09Be sure that the discovered filesystem is not null.Marco Amadori
- While scanning for a filesystem on a disk, the klibc utility can return a null string if it not finds a filesystem (e.g. on a container partition), and grepping for a null string either reports true if escaped or hangs grep if not escaped. Both conditions must be avoided in order to report that the kernel supports the filesystem named as the string.
2011-03-09Merging casper 1.138.Daniel Baumann
2011-03-09Merging casper 1.137.Daniel Baumann
2011-03-09The list of supported filesytems goes dynamic.Marco Amadori
- The plain list of "should be a supported filesystem" finally is fixed, now it scans /proc to see if the kernel is able to mount it, if not it modprobes it and as a failover tries to insmod it from the real rootfs /lib/modules directory if it can. - This should fix - en passant - the "drop to busybox shell if a ntfs filesystem is found while scanning for persistence media" bug as well.
2011-03-09Added ntfs filesystem to the initramfs.Marco Amadori
- This enables ntfs filesystem support to the early userspace, which could be both used as a persistence media (with fixed sized partitions image files) and as a backend for read-only rootfs (e.g. filesystem.squashfs).
2011-03-09Set default cow_mountopt where the other defaults are used.Chris Lamb
2011-03-09Don't use /sbin/losetup to test for '-r' option when the scripts just use ↵Chris Lamb
"lostup"
2011-03-09Move sourcing of live-functions in 38disable_restricted_manager to correct ↵Michael Prokop
place.
2011-03-09Releasing debian version 1.136.3-1.Daniel Baumann
2011-03-09Make sure mounting /cow-tmpfs provides mount options.Michael Prokop
2011-03-09Releasing debian version 1.136.2-1.Daniel Baumann