summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2011-03-09Merging casper 1.176.Daniel Baumann
2011-03-09Moving select_eth_device from init-premount to live-premount where "udevadm" ↵Steven Shiau
commands are not required.
2011-03-09Making select_eth_device work with 2nd NIC linked only and FETCH assigned.Steven Shiau
The differences: 1. If user uses "FETCH", "HTTPFS", or "FTPFS", select_eth_device should not exit since network is also required to get the filesystem.squashfs. 2. Files in "/sys/class/net/" maybe not be up so quick, so it's better to use a while loop to wait for that. 3. Another case is, for example, if eth0 and eth1 are linked, but only eth1 is able to get filesystem.squashfs, the original select_eth_device will try eth0 only. It's better to provide an alternative way to allow user to specify the device in boot parameter. Here in the patch live-netdev=eth1, for example, can be used to make it.
2011-03-09Merging casper 1.175.Daniel Baumann
2011-03-09Adding proper code comments about vol_id removal.Daniel Baumann
2011-03-09Merging casper 1.174.Daniel Baumann
2011-03-09Removing etch compatibility.Daniel Baumann
2011-03-09Also respecting persistent-path parameter for snapshots (Closes: #570162).Tanguy Ortolo
2011-03-09Calling udevadm settle in scripts/init-premount/select_eth_device (Closes: ↵Andreas Teuchert
#570100).
2011-03-09Disabling kaboom (Closes: #556368).Daniel Baumann
2011-03-09Correcting path in previous commit.Daniel Baumann
2011-03-09Only disabling kpersonalizer when using kde3, kde4 doesn't need that hack.Daniel Baumann
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-09Use klayout= for layout instead of kbd=.Ben Armstrong
2011-03-09Only edit usplash init script if it exists.Ben Armstrong
2011-03-09Correcting keyboard handling for squeeze.Ben Armstrong
2011-03-09Don't panic with persistency when we can't correctly mount the filesystem ↵Daniel Baumann
(Closes: #565456).
2011-03-09Adding select_eth_device script from Frederic Boiteux <fboiteux@calistel.com>.Daniel Baumann
2011-03-09Updating defaults file of console-setup for squeeze, thanks to Jun NOGATA ↵Daniel Baumann
<nogajun@gmail.com> (Closes: #560187).
2011-03-09Adding skipconfig parameter to disable most customization.Daniel Baumann
2011-03-09Merging casper 1.172.Daniel Baumann
2011-03-09Merging casper 1.170.Daniel Baumann
2011-03-09Merging casper 1.169.Daniel Baumann
2011-03-09Merging casper 1.168.Daniel Baumann
2011-03-09Merging casper 1.167.Daniel Baumann
2011-03-09Merging casper 1.166.Daniel Baumann
2011-03-09Merging casper 1.165.Daniel Baumann
2011-03-09Merging casper 1.164.Daniel Baumann
2011-03-09Merging casper 1.163.Daniel Baumann
2011-03-09Merging casper 1.162.Daniel Baumann
2011-03-09Merging casper 1.161.Daniel Baumann
2011-03-09Merging casper 1.160.Daniel Baumann
2011-03-09Merging casper 1.159.Daniel Baumann
2011-03-09Merging casper 1.158.Daniel Baumann
2011-03-09Adding support for ethdevice bootoption.Michael Prokop
2011-03-09Adapting a patch from Michael Prokop <mika@grml.org> to set all harddisk ↵Daniel Baumann
devices to read-only mode for forensics investigations.
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-09Also allowing hook= to specify files inside the image through file:// prefix.Luigi Capriotti
2011-03-09Restoring opt-in behavior for local swap partitions.intrigeri
2011-03-09Adjusting grep call in is_nice_device to match new output of vol_id.Tzafrir Cohen
2011-03-09Switch from vol_id to blkid if using udev >=146-1 (Closes: #555529).Michael Prokop
2011-03-09Avoid the use of fstype in a running live system, as it's a executable and ↵Michael Prokop
not a shell function and causes problems for example within live-snapshot.
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 auto value for xvideomode where we ensure that no configuration from ↵Daniel Baumann
the persistency layer is respected.
2011-03-09Updating lang2locale(); to match new d-i langualgelist format.Daniel Baumann