Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-03-09 | Replacing 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-09 | Correcting httpfs2 inclusion in hook. | Daniel Baumann | |
2011-03-09 | Releasing version 1.136.1-1. | Daniel Baumann | |
2011-03-09 | Defaulting now to aufs if no union= parameter is given. | Daniel Baumann | |
2011-03-09 | Merging casper version 1.136. | Daniel Baumann | |
2011-03-09 | Merging casper version 1.135. | Daniel Baumann | |
2011-03-09 | Merging casper version 1.134. | Daniel Baumann | |
2011-03-09 | Merging casper version 1.133. | Daniel Baumann | |
2011-03-09 | Converting udev depends into a versioned depends in order to reflect udevadm ↵ | Daniel Baumann | |
introduction. | |||
2011-03-09 | udevtrigger 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-09 | Fix call to log_warning_msg. Thanks to Bradley Smith <brad@brad-smith.co.uk>. | Chris Lamb | |
2011-03-09 | Expand glob for kernels in post{inst,rm} to include "vmlinux"-prefixed ↵ | Chris Lamb | |
kernels on powerpc. | |||
2011-03-09 | live-snapshot: fixed the remount helper. | Marco Amadori | |
* Now it should work even if not using klibc's "read". | |||
2011-03-09 | live-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-09 | Check 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-09 | Modprobe 'esp' SCSI driver for the benefit of sparc. | Chris Lamb | |
2011-03-09 | Quieten call to modprobe ide-generic. | Chris Lamb | |
2011-03-09 | Move local-top/live to live-premount/modules so it gets called before ↵ | Chris Lamb | |
find_livefs. | |||
2011-03-09 | Try 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-09 | live-snapshot: cleaned some wordings. | Marco Amadori | |
2011-03-09 | live-snapshot: included vital informations on exit. | Marco Amadori | |
2011-03-09 | Updating live-snapshot to GPL-3+. | Daniel Baumann | |