summaryrefslogtreecommitdiff
path: root/scripts
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-09Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of ↵Daniel Baumann
mangling the main sudoers file in accessibility bottom script, create a new file in /etc/sudoers.d and set permissions appropriately.
2011-03-09Updating seperators in networking bottom script to fix ip parameter parsing ↵Daniel Baumann
(Closes: #590494).
2011-03-09Using allow-hotplug instead of auto in automatically created ↵Daniel Baumann
/etc/network/interfaces file.
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-09Making multiple connected NICs work.Steven Shiau
2011-03-09Adding reformated patch from Stephan Hermann <sh@sourcecode.de> based on the ↵Daniel Baumann
work of Holger Fischer <hoo.mb@web.de> to add support for BOOTIF in cases where pxelinux is being used with IPAPPEND (Closes: #593284).
2011-03-09Adding debian version 3.0~a1-1.Daniel Baumann
2011-03-09Supporting /dev/mtdblock0 as valid device name (for memdisk boot), thanks to ↵Daniel Baumann
Michael Prokop <mika@grml.org>.
2011-03-09Fixing fromiso= on Squeeze.T(A)ILS developers
When running "mount DEV MOUNTPOINT" for the device provided by the fromiso= boot option, Squeeze's busybox errors out with: Mounting $DEV on /isofrom failed: No such file on directory. Using mount -t auto fixes the bug.
2011-03-09Fixing overzealous blacklist usage.T(A)ILS developers
Previous blacklist checking was a bit overzealous: e.g. if /dev/sdb1 was blacklisted (e.g. because it would contain the system-wide persistence COW device), any other device whose name contains the blacklist one, such as /dev/sdb11, was also be blacklisted.
2011-03-09Adding initial support for unionmount.Michal Suchanek
2011-03-09Fixing find_snap to take its second argument into account.intrigeri
2011-03-09Added support for empty (initial) snapshots.Marco Amadori
2011-03-09Fixed some snapshot related debug messages.Marco Amadori
2011-03-09Fix snapshots' sync-strings usage (Closes: #591330).Marco Amadori
2011-03-09Removing usplash support in initramfs, usplash is dead.Daniel Baumann
2011-03-09Allowing to assign no gateway in networking bottom script.Steven Shiau
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-09Applying patch from Luke Yelavich <themuso@ubuntu.com> to instead of ↵Daniel Baumann
mangling the main sudoers file in accessibility bottom script, create a new file in /etc/sudoers.d and set permissions appropriately.
2011-03-09Updating seperators in networking bottom script to fix ip parameter parsing ↵Daniel Baumann
(Closes: #590494).
2011-03-09Using allow-hotplug instead of auto in automatically created ↵Daniel Baumann
/etc/network/interfaces file.
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 serialtty bottom script.Daniel Baumann
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 configure_init bottom script, live-config takes care about that now.Daniel Baumann
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-09Removing apt_cdrom bottom script, not used anyway.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 umountfs bottom script, not needed anymore.Daniel Baumann
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