summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-09Merging casper 1.211.Daniel Baumann
2011-03-09Merging casper 1.210.Daniel Baumann
2011-03-09Merging casper 1.209.Daniel Baumann
2011-03-09Merging casper 1.208.Daniel Baumann
2011-03-09Merging casper 1.207.Daniel Baumann
2011-03-09Merging casper 1.206.Daniel Baumann
2011-03-09Merging casper 1.205.Daniel Baumann
2011-03-09Merging casper 1.204.Daniel Baumann
2011-03-09Merging casper 1.203.Daniel Baumann
2011-03-09Merging casper 1.202.Daniel Baumann
2011-03-09Merging casper 1.201.Daniel Baumann
2011-03-09Merging casper 1.200.Daniel Baumann
2011-03-09Releasing debian version 1.199.1-1.Daniel Baumann
2011-03-09Merging casper 1.199.Daniel Baumann
2011-03-09Merging casper 1.198.Daniel Baumann
2011-03-09Merging casper 1.197.Daniel Baumann
2011-03-09Merging casper 1.196.Daniel Baumann
2011-03-09Merging casper 1.195.Daniel Baumann
2011-03-09Merging casper 1.194.Daniel Baumann
2011-03-09Move dummy start target in initscript.Daniel Baumann
2011-03-09Merging casper 1.193.Daniel Baumann
2011-03-09Merging casper 1.192.Daniel Baumann
2011-03-09Merging casper 1.191.Daniel Baumann
2011-03-09Merging casper 1.190.Daniel Baumann
2011-03-09Merging casper 1.189.Daniel Baumann
2011-03-09Merging casper 1.188.Daniel Baumann
2011-03-09Merging casper 1.187.Daniel Baumann
2011-03-09Merging casper 1.186.Daniel Baumann
2011-03-09Merging casper 1.185.Daniel Baumann
2011-03-09Merging casper 1.184.Daniel Baumann
2011-03-09Merging casper 1.183.Daniel Baumann
2011-03-09Merging casper 1.182.Daniel Baumann
2011-03-09Merging casper 1.181.Daniel Baumann
2011-03-09Merging casper 1.180.Daniel Baumann
2011-03-09Merging casper 1.179.Daniel Baumann
2011-03-09Merging casper 1.178.Daniel Baumann
2011-03-09Updating maintainer field.Daniel Baumann
2011-03-09Releasing debian version 1.177.2-1.Daniel Baumann
2011-03-09Do not leak modprobe options to avoid booting errors with kernel options ↵Michael Prokop
like libata.dma=0.
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-09Releasing debian version 1.177.1-1.Daniel Baumann
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.177.Daniel Baumann
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.