Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-09 | Adjust copyright entry in live-snapshot. | Marco Amadori | |
2011-03-09 | Updating year in copyright. | Daniel Baumann | |
2011-03-09 | Adding live-system script from live-tools. | Daniel Baumann | |
2011-03-09 | Releasing debian version 2.0.14-1. | Daniel Baumann | |
2011-03-09 | Supporting /dev/mtdblock0 as valid device name (for memdisk boot), thanks to ↵ | Daniel Baumann | |
Michael Prokop <mika@grml.org>. | |||
2011-03-09 | Correcting live hook to include mtdblock for syslinux memdisk usage, thanks ↵ | Daniel Baumann | |
to Michael Prokop <mika@grml.org>. | |||
2011-03-09 | Removing the duplicated "the" in the live-boot.init script. | Steven Shiau | |
2011-03-09 | Releasing debian version 2.0.13-1. | Daniel Baumann | |
2011-03-09 | Remounting cow read-only before prompting user to remove usb flash drive. | Ronny Standtke | |
2011-03-09 | Releasing debian version 2.0.12-1. | Daniel Baumann | |
2011-03-09 | Fixing 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-09 | Releasing debian version 2.0.11-1. | Daniel Baumann | |
2011-03-09 | Removing deep link to bug page in the manual, since we don't have stable ↵ | Daniel Baumann | |
references yet. | |||
2011-03-09 | Releasing debian version 2.0.10-1. | Daniel Baumann | |
2011-03-09 | Don't do anything in initscript when using toram (Closes: #601575). | Daniel Baumann | |
2011-03-09 | Releasing debian version 2.0.9-1. | Daniel Baumann | |
2011-03-09 | Adding documentation for persistent=cryptsetup in the manpage. | T(A)ILS developers | |
2011-03-09 | Fixing 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-09 | Releasing debian version 2.0.8-1. | Daniel Baumann | |
2011-03-09 | Adding live-snapshot.list documentation to manpage. | amnesia | |
2011-03-09 | Releasing debian version 2.0.7-1. | Daniel Baumann | |
2011-03-09 | Running manpage rebuild after manpage updates. | Daniel Baumann | |
2011-03-09 | Included a note about persistent-subtext (Helps: #536728). | Marco Amadori | |
2011-03-09 | Adding initial support for unionmount. | Michal Suchanek | |
2011-03-09 | Releasing debian version 2.0.6-1. | Daniel Baumann | |
2011-03-09 | Fixing find_snap to take its second argument into account. | intrigeri | |
2011-03-09 | Releasing debian version 2.0.5-1. | Daniel Baumann | |
2011-03-09 | Adding patch from Colin Watson <cjwatson@ubuntu.com> to follow symlinks when ↵ | Daniel Baumann | |
checking for dynamically linked files at reboot in initscript. | |||
2011-03-09 | Added support for empty (initial) snapshots. | Marco Amadori | |
2011-03-09 | Fixed some snapshot related debug messages. | Marco Amadori | |
2011-03-09 | Fix snapshots' sync-strings usage (Closes: #591330). | Marco Amadori | |
2011-03-09 | Releasing debian version 2.0.4-1. | Daniel Baumann | |
2011-03-09 | Adding plymouth in bug script. | Daniel Baumann | |
2011-03-09 | Removing usplash support in initramfs, usplash is dead. | Daniel Baumann | |
2011-03-09 | Removing usplash support from initscript, usplash is dead. | Daniel Baumann | |
2011-03-09 | Allowing to assign no gateway in networking bottom script. | Steven Shiau | |
2011-03-09 | Updating uinstall targets in makefile. | Daniel Baumann | |
2011-03-09 | Applying 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-09 | Applying 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-09 | Releasing debian version 2.0.3-1. | Daniel Baumann | |
2011-03-09 | Using boot.d instead of boot.conf.d as directory name for custom ↵ | Daniel Baumann | |
configuration files. | |||
2011-03-09 | Exiting with 0 in live-boot bug script (Closes: #595262). | Daniel Baumann | |
2011-03-09 | Releasing debian version 2.0.2-1. | Daniel Baumann | |
2011-03-09 | Adding live-toram script to copy the running live system to ram and eject ↵ | Daniel Baumann | |
the live media. This script is an adaptation of grml2ram from Michael Schierl <schierlm-public@gmx.de> and Michael Prokop <mika@grml.org>. For squeeze+1, this script is included in live-tools but manually included too in live-boot 2.x for convenience reasons. | |||
2011-03-09 | Checking for file existence in initramfs hook (Closes: #595264). | Daniel Baumann | |
2011-03-09 | Updating live-build reference in manpages. | Daniel Baumann | |
2011-03-09 | Updating seperators in networking bottom script to fix ip parameter parsing ↵ | Daniel Baumann | |
(Closes: #590494). | |||
2011-03-09 | Releasing debian version 2.0.1-1. | Daniel Baumann | |
2011-03-09 | Using allow-hotplug instead of auto in automatically created ↵ | Daniel Baumann | |
/etc/network/interfaces file. | |||
2011-03-09 | Adding 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. |