summaryrefslogtreecommitdiff
path: root/scripts/live
AgeCommit message (Collapse)Author
2011-03-09Merging casper 1.220.Daniel Baumann
2011-03-09Merging casper 1.217.Daniel Baumann
2011-03-09Merging casper 1.216.Daniel Baumann
2011-03-09No timeout as running ipconfig for network booting.Steven Shiau
2011-03-09Merging casper 1.215.Daniel Baumann
2011-03-09Merging casper 1.199.Daniel Baumann
2011-03-09Merging casper 1.198.Daniel Baumann
2011-03-09Merging casper 1.190.Daniel Baumann
2011-03-09Merging casper 1.188.Daniel Baumann
2011-03-09Merging casper 1.186.Daniel Baumann
2011-03-09Merging casper 1.178.Daniel Baumann
2011-03-09Support unusual device names like /dev/cciss/c0d0p1 in isofrom bootoption.Michael Prokop
2011-03-09Prefer removable devices over non-removable devices, so scan them first.Michael Prokop
2011-03-09Support bootoptions ethdevice and ethdevice-timeout for specifying from ↵Michael Prokop
which device you want to boot from and using which timeout (being 30 seconds if unconfigured), if ethdevice is not specified try to get a working network configuration for each existing network device.
2011-03-09Do not specify 'noxino' between directories.Marco Amadori
2011-03-09Manually loading fuse when required.Daniel Baumann
2011-03-09Adding message to notify users when live-initramfs is falling back to ↵Daniel Baumann
unionfs-fuse.
2011-03-09Merging casper 1.175.Daniel Baumann
2011-03-09Removing etch compatibility.Daniel Baumann
2011-03-09Also respecting persistent-path parameter for snapshots (Closes: #570162).Tanguy Ortolo
2011-03-09Using noxino instead of xino, as the latter is not supported by aufs2 as we ↵Daniel Baumann
need to use it.
2011-03-09Skip loading usb modules when quickusbmodules parameter is specified.Luigi Capriotti
2011-03-09Mounting aufs layer with detached inode index, this solves the 'leaving ↵Daniel Baumann
unclean filesystem when using persistency' problem.
2011-03-09Removing unionfs workaround for kernel versions << 2.6.22, not usefull anymore.Daniel Baumann
2011-03-09Correcting live-media=removeable{,-usb} behaviour to match the documented one.amnesia
The manpage states that "the keyword 'removable' can be used to limit the search of acceptable live media to removable type only".
2011-03-09Adding skipconfig parameter to disable most customization.Daniel Baumann
2011-03-09Merging casper 1.170.Daniel Baumann
2011-03-09Merging casper 1.168.Daniel Baumann
2011-03-09Adding support for ethdevice bootoption.Michael Prokop
2011-03-09Adding support for isofrom/fromiso bootoption.Michael Prokop
2011-03-09Forwardporting and extending usage of rsync when booting with toram based on ↵Daniel Baumann
a patch from Michael Prokop <mika@grml.org>.
2011-03-09Adjusting grep call in is_nice_device to match new output of vol_id.Tzafrir Cohen
2011-03-09Applying patch from Holger Brunn <holger.brunn@web.de> to live-media-path ↵Daniel Baumann
when toram is used (Closes: #534878).
2011-03-09Adding (experimental) forcepersistentfsck bootoption to force fsck on root ↵Daniel Baumann
persistency device.
2011-03-09Allow for multiple but unique persistent media.Richard Nelson
The patch provides a boot parameter to be used in conjunction with persistent and allow for multiple but unique persistent media such as live-sn-subText with boot parameter persistent-subtext=subText.
2011-03-09Making plainroot work (Closes: #523120).Daniel Baumann
2011-03-09Also updating USB device detection in initramfs script for linux 2.6.29 and ↵Daniel Baumann
newer.
2011-03-09Fixing typo in snapshot file list.Luigi Capriotti
2011-03-09Fixing relaxed permissions of / in the live filesystem.Luigi Capriotti
2011-03-09Making fetch to work with file on sub dir on tftp server.Steven Shiau
This patch allows live-initramfs to fetch file from sub dir on tftp server. The original one from live-initramfs 1.157.2 only works for the file existing on the root of tftp server, e.g. fetch=tftp://192.168.101.254/filesystem.squashfs It allows the PXE client to get the file either on the root, or on the sub dir, e.g. fetch=tftp://192.168.101.254/live/filesystem.squashfs is working now.
2011-03-09Improved an useful debug string.Marco Amadori
2011-03-09Partition snapshots works again.Marco Amadori
2011-03-09Correcting check for usb when using removable-usb keyword.Daniel Baumann
2011-03-09Adding removable-usb keyword to further restrict live media selection.Daniel Baumann
2011-03-09Also allowing to use the removable keyword for specifying a live media.Daniel Baumann
2011-03-09Respecting media timeout even when specificing media device manually.Daniel Baumann
2011-03-09Adding silent boot parameter.Daniel Baumann
2011-03-09Checking if /var/log is writable before trying to copy live.log to the newly ↵Rene Mayrhofer
mounted root filesystem (Closes: #516914). When using the "exposedroot skipunion" options, then /var/log may not be writable at this time, resulting in an error message during bootup.
2011-03-09Adding ext4 support.Daniel Baumann
2011-03-09Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting ↵Daniel Baumann
a path for the persistence files through persistent-path boot parameter (Closes: #512661).