Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-09 | Releasing live-initramfs 1.139.1-1. | Daniel Baumann | |
2011-03-09 | Added "-n" option to all mount commands, thanks to Peter Holik ↵ | Marco Amadori | |
<peter@holik.at> for pointing this out. | |||
2011-03-09 | Move 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-09 | Remove unnecessary indentation level. | Chris Lamb | |
2011-03-09 | Updating authors file. | Daniel Baumann | |
2011-03-09 | Merging casper 1.139. | Daniel Baumann | |
2011-03-09 | Modify hiding of harmless X.org reconfiguring messages. | Chris Lamb | |
Was being split over a newline. | |||
2011-03-09 | Revert to using uid 1000 as PAM bug seems to have disappeared (Closes: #433076) | Chris Lamb | |
2011-03-09 | Hide error from attempting to "mount --move" | Chris Lamb | |
(We get a sensible error message if it fails anyway) | |||
2011-03-09 | Rework ugly `echo "debug:..` message to use log_{begin,end}_msg. | Chris Lamb | |
2011-03-09 | Don't configure X.org if it's not installed. | Chris Lamb | |
2011-03-09 | Fix check for X.org. | Chris Lamb | |
2011-03-09 | Add an /etc/fstab to the initramfs to silence harmless "empty fstab" warnings. | Chris Lamb | |
2011-03-09 | Silence another "script-not-executable" message for a sourced library. | Chris Lamb | |
2011-03-09 | Add missing pipe. Thanks to Andreas Bombe. | Chris Lamb | |
2011-03-09 | Shamefully adding myself to CREDITS | Chris Lamb | |
2011-03-09 | Tidy "Disabling update-initramfs" message. | Chris Lamb | |
2011-03-09 | Re-order some commands so we don't call log_begin_msg without calling ↵ | Chris Lamb | |
log_end_msg. | |||
2011-03-09 | Don't configure X when /usr/bin/X does not exist. | Chris Lamb | |
2011-03-09 | Silence 'script-not-executable' lintian warning - live-functions script is ↵ | Chris Lamb | |
always sourced. | |||
2011-03-09 | Fix spacing in swirl. | Chris Lamb | |
2011-03-09 | Not going over the top with exclamation marks in the panic message. | Daniel Baumann | |
2011-03-09 | Updating credits file. | Daniel Baumann | |
2011-03-09 | Slightely adjusting to the more widespread used ascii swirl. | Daniel Baumann | |
2011-03-09 | Override log_*_msg to print nicer status text (until #494257 is merged). | Chris Lamb | |
2011-03-09 | Hide "overwriting possibly-customised configuration file" in X.org setup output. | Chris Lamb | |
2011-03-09 | Hide "Shadow passwords are now on" status message on bootup. | Chris Lamb | |
2011-03-09 | Remove a number of "${quiet}" checks - they are repeated in the log_*_msg ↵ | Chris Lamb | |
functions. | |||
2011-03-09 | Rework locale handling | Chris 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-09 | Print friendly error message on live-initramfs panic. | Chris Lamb | |
2011-03-09 | Fix path issue with live-preseed causing noisy errors when booting. | Chris Lamb | |
2011-03-09 | Silence a number of annoying and distracting bootup messages. | Chris Lamb | |
2011-03-09 | Add missing "log_end_msg" to live-bottom/21xdriver. | Chris Lamb | |
2011-03-09 | Set different log messages for live-bottom/21{xdriver,xvidemode}. | Chris Lamb | |
2011-03-09 | Remove trailing "..." from calls to log_begin_msg - they get added anyway. | Chris Lamb | |
2011-03-09 | Move some arch-indep helper utilities to Build-Depends-Indep. | Chris Lamb | |
2011-03-09 | Adding support for using tftp in fetch= parameter. | Steven Shiau | |
2011-03-09 | Another fix about using udevsettle or "udevadm settle". | Steven Shiau | |
2011-03-09 | Adding support for Virtio vd[a-z] drives. | Ben Voui | |
2011-03-09 | Be 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-09 | Merging casper 1.138. | Daniel Baumann | |
2011-03-09 | Merging casper 1.137. | Daniel Baumann | |
2011-03-09 | The 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-09 | Added 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-09 | Set default cow_mountopt where the other defaults are used. | Chris Lamb | |
2011-03-09 | Don't use /sbin/losetup to test for '-r' option when the scripts just use ↵ | Chris Lamb | |
"lostup" | |||
2011-03-09 | Move sourcing of live-functions in 38disable_restricted_manager to correct ↵ | Michael Prokop | |
place. | |||
2011-03-09 | Releasing debian version 1.136.3-1. | Daniel Baumann | |
2011-03-09 | Make sure mounting /cow-tmpfs provides mount options. | Michael Prokop | |
2011-03-09 | Releasing debian version 1.136.2-1. | Daniel Baumann | |