summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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