summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-09Adding dpkg source options file.Daniel Baumann
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-09Releasing debian version 3.0~a11-1.Daniel Baumann
2011-03-09Removing deep link to bug page in the manual, since we don't have stable ↵Daniel Baumann
references yet.
2011-03-09Enhancing devices search ordering.T(A)ILS developers
E.g. prefer mounting /dev/sdb1 rather than /dev/sdb. The isohybrid feature makes both valid devices for being searched for a live filesystem image. Previous code mounted /dev/sdb on /live/image which makes it hard to create a second partition on the USB stick. This brings the need to explicitly check whether the full device is in the blacklist before even considering its subdevices: the previous blacklist checking code worked because the full device was always considered before its subdevices, which is not true anymore.
2011-03-09Adding noprompt={usb,cd} feature.T(A)ILS developers
2011-03-09Releasing debian version 3.0~a10-1.Daniel Baumann
2011-03-09Don't do anything in initscript when using toram (Closes: #601575).Daniel Baumann
2011-03-09Releasing debian version 3.0~a9-1.Daniel Baumann
2011-03-09Adding documentation for persistent=cryptsetup in the manpage.T(A)ILS developers
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-09Removed whitespace for tabs on the skipunion option.Richard Nelson
2011-03-09Adding live-snapshot.list documentation to manpage.amnesia
2011-03-09Releasing debian version 3.0~a8-1.Daniel Baumann
2011-03-09Updating to debhelper version 8.Daniel Baumann
2011-03-09Running manpage rebuild after manpage updates.Daniel Baumann
2011-03-09Included a note about persistent-subtext (Helps: #536728).Marco Amadori
2011-03-09Adding initial support for unionmount.Michal Suchanek
2011-03-09Releasing debian version 3.0~a7-1.Daniel Baumann
2011-03-09Fixing find_snap to take its second argument into account.intrigeri
2011-03-09Releasing debian version 3.0~a6-1.Daniel Baumann
2011-03-09Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow symlinks when ↵Daniel Baumann
checking for dynamically linked files at reboot in initscript.
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-09Releasing debian version 3.0~a5-1.Daniel Baumann
2011-03-09Adding plymouth in bug script.Daniel Baumann
2011-03-09Removing usplash support in initramfs, usplash is dead.Daniel Baumann
2011-03-09Removing lenny legacy stuff from initscript.Daniel Baumann
2011-03-09Removing usplash support from initscript, usplash is dead.Daniel Baumann
2011-03-09Allowing to assign no gateway in networking bottom script.Steven Shiau
2011-03-09Updating uinstall targets in makefile.Daniel Baumann
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-09Releasing debian version 3.0~a4-1.Daniel Baumann
2011-03-09Using boot.d instead of boot.conf.d as directory name for custom ↵Daniel Baumann
configuration files.
2011-03-09Exiting with 0 in live-boot bug script (Closes: #595262).Daniel Baumann
2011-03-09Releasing debian version 3.0~a3-1.Daniel Baumann
2011-03-09Checking for file existence in initramfs hook (Closes: #595264).Daniel Baumann
2011-03-09Adding reference to live-tools in manpages.Daniel Baumann
2011-03-09Updating live-build reference in manpages.Daniel Baumann
2011-03-09Updating seperators in networking bottom script to fix ip parameter parsing ↵Daniel Baumann
(Closes: #590494).
2011-03-09Releasing debian version 3.0~a2-1.Daniel Baumann
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-09Removing old and unmaintained po files.Daniel Baumann
2011-03-09Adding debian version 3.0~a1-1.Daniel Baumann
2011-03-09Releasing debian version 2.0.15-1.Daniel Baumann