summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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-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-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-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-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-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-09Make sure mounting /cow-tmpfs provides mount options.Michael Prokop
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-09Defaulting now to aufs if no union= parameter is given.Daniel Baumann
2011-03-09Merging casper version 1.134.Daniel Baumann
2011-03-09Merging casper version 1.133.Daniel Baumann
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-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-09Add support for httpfs= and ftpfs= parameters.Michal Suchanek
2011-03-09Renaming forgotton uuid file to live-uuid.Daniel Baumann
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