summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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
2011-03-09Ignoring floppy devices for live filesystem as well as live persistency.Daniel Baumann
2011-03-09Adding patch from Michal Suchanek <hramrach@centrum.cz> to tail live.log and ↵Daniel Baumann
show its messages during boot (Closes: #440238).
2011-03-09Remove bogus dependency on Ubuntu "localechooser-data" packageChris Lamb
In Debian, this package doesn't exist as a .deb, so we must maintain our own local copy of the languagelist file. (This patch also adds code to synchronise this file to the Makefile's "update:" target so this isn't too annoying.)
2011-03-09Merging casper 1.130.Daniel Baumann
2011-03-09Fixed a misleading debug message.Marco Amadori
2011-03-09Merging casper 1.128.Daniel Baumann
2011-03-09Added /cow mounting debug messages.Marco Amadori
2011-03-09Fixed /cow mounting.Marco Amadori
2011-03-09hooks/live, scripts/live: Add USB modules, workaround udevtrigger (?) bugChris Lamb
This patch goes some way towards fixing USB-backed persistence by configuring the live initramfs to contain the "sd_mod" module and adding a hacky workaround to a udev-related race condition. For some reason, the usual udevtrigger/udevsettle pairing does not block after we have loaded our USB modules and /dev/sda1 (for example) is ready. Because of this, we sleep for a little while and break if a new block device appears. This seems to be a bug either in udev or in my understanding of how the tool is meant to work. Some information may be gained from the casper bug: https://bugs.launchpad.net/ubuntu/+source/casper/+bug/84591 Sleep-based hacks like this are really ugly, but I take some comfort in finding them elsewhere in the source.
2011-03-09scripts/live-helpers: Don't search ram block devicesChris Lamb
We are hardly likely to find persistent-related devices on RAM disks, so we ignore them whilst searching.
2011-03-09scripts/live-helpers: Search / use caseChris Lamb
This patch extends the find_files and find_cow_device utilities to search known-working partition types (removing two "FIXME"s) and reworks the syntax to use somewhat more readable case-statements.
2011-03-09scripts/live-helpers: Fixes for set -eChris Lamb
This patch applies two fixes intended for when "scripts/live-helpers" is sourced by a "set -e" script such as live-snapshot.
2011-03-09scripts/live: Make 'nopersistent' parameter actually disable persistenceChris Lamb
2011-03-09Merging casper 1.125.Daniel Baumann
2011-03-09scripts/live-helpers: Cosmetic changes to loop-aes passphrase promptChris Lamb
2011-03-09Rename 18hostname -> 06hostnameChris Lamb
We must configure a valid hostname in the target before 10adduser, or sudo fails with "unable to resolve host (none)" - before 18hostname is called /root/etc/hostname is empty. This was resulting in the "su as sudo" modifications not being applied in the target which was causing X configuration applications to show different behaviours when attempting elevating their priviledges. Reordering the hostname configuration seems somewhat preferable to applying a hack inside 10adduser to use 'su' or similar, as other pre-XXhostname calls may incorporate calls to sudo in the future.
2011-03-09Merging casper 1.124.Daniel Baumann
2011-03-09Adjusting 44pk_allow to live-initramfs.Daniel Baumann
2011-03-09Merging casper 1.123.Daniel Baumann
2011-03-09Merging casper 1.120.Daniel Baumann
2011-03-0999hook: Download hook script from inside target filesystemChris Lamb
2011-03-09Merging casper 1.119.Daniel Baumann
2011-03-09Removing disabling of kwallet.Daniel Baumann
2011-03-09Making hooks executable after fetching them.Daniel Baumann
2011-03-09Creating resolv.conf when netbooting not just when there's no resolv.conf, ↵Daniel Baumann
but also when it is empty.
2011-03-09Adding plainroot.Daniel Baumann
2011-03-09Adding hook parameter to execute custom scripts.Daniel Baumann
2011-03-09Patch to use cryptsetup volumes for persistent storage.Andrey Asadchev
Cryptsetup must be used with usual "cryptopts=source=UUID=$(UUID),target=$(TARGET)". For USB devices it may be necessary to specify "rootdelay=$SECONDS" in order to wait for USB media.
2011-03-09Explicitly set Xorg video driver.Andrey Asadchev
Xdriver is specifed with "xdriver=$(DRIVER)". This is because fglrx (and possibly other drivers) are not detected correctly.
2011-03-09Merging casper 1.118.Daniel Baumann
2011-03-09Merging casper 1.117.Daniel Baumann
2011-03-09Merging casper 1.116.Daniel Baumann
2011-03-09Merging casper 1.115.Daniel Baumann
2011-03-09Merging casper 1.114.Daniel Baumann
2011-03-09live-helpers: add jffs2 as a valid imageOtavio Salvador
2011-03-09live: add support for jffs2 images and snapshotsOtavio Salvador
2011-03-09Adjusting to live-initramfs.Daniel Baumann
2011-03-09Merging casper 1.113.Daniel Baumann