summaryrefslogtreecommitdiff
path: root/scripts/live
AgeCommit message (Collapse)Author
2011-03-09Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to add ↵Daniel Baumann
platform-sata_mv to is_nice_device() to allow Marvell Dove A0 and AVD1 to properly boot live media.
2011-03-09Adding workaround for aufs issue in kernel versions around 2.6.33.Michael Prokop
Directories can't be accessed when read for the first the time, causing a failure when accessing them. This simple workaround solves this issue.
2011-03-09Fix omitpids to work with readonly images.Michal Suchanek
2011-03-09Adding support for resolving DNS names from initramfs, thanks to Michal ↵Daniel Baumann
Suchanek <hramrach@centrum.cz> for initial patch which this is based on (Closes: #589659).
2011-03-09Adding btrfs support.Daniel Baumann
2011-03-09Removing unreachable code in ethdevice argument handling (Closes: #588307).Marco Amadori
2011-03-09Do not print misleading debug message if the snapshot was found correctly.Marco Amadori
2011-03-09Avoiding using busybox cpio applet, this should fix snapshot restore.Marco Amadori
2011-03-09Adding preparations for booting through syslinux memdisk.Daniel Baumann
2011-03-09Removing noautologin parameter from live script, this functionallity was ↵Daniel Baumann
moved to live-config.
2011-03-09Removing xconfig, xdriver, and xvideomode scripts, live-config takes care ↵Daniel Baumann
about that now.
2011-03-09Really set NETBOOT with iSCSI.Michal Suchanek
2011-03-09Adding initial iSCSI boot support.Michal Suchanek
2011-03-09Using sendsigs.omit to avoid killing / (Closes: #584690).Michal Suchanek
2011-03-09Removing keyboard bottom script, live-config takes care about that now.Daniel Baumann
2011-03-09Removing some boot parameters obsoleted by live-config.Daniel Baumann
2011-03-09Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of ↵Daniel Baumann
live-config.
2011-03-09Adding DHCP debugging option.Michal Suchanek
2011-03-09Removing leftover url= option, this ain't gonna work this way, see fetch=.Michal Suchanek
2011-03-09Renaming internal ext_mountpoint variable to alt_mountpoint for clarity.Daniel Baumann
2011-03-09Adding support for booting iso images over http or wget.Michal Suchanek
2011-03-09Fixing http boot:Michal Suchanek
- set NETBOOT as the other netboot methods do. - do not fall through to NFS if HTTP fails.
2011-03-09Removing locales bottom script, now handled by live-config.Daniel Baumann
2011-03-09Adding debian version 2.0~a1-1.Daniel Baumann
2011-03-09Removing spurious '+' when making debconf db read-only (Closes: #581808).Daniel Baumann
2011-03-09Merging casper 1.233.Daniel Baumann
2011-03-09Merging casper 1.231.Daniel Baumann
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.