Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-11 | Releasing debian version 3.0~a18-1. | Daniel Baumann | |
2011-06-03 | Removing accidentally twice included English files when installing manpages. | Daniel Baumann | |
2011-05-28 | Updating and correcting sendsigs.omit support for /run (Closes: #628188). | Daniel Baumann | |
2011-05-18 | Releasing debian version 3.0~a17-1. | Daniel Baumann | |
2011-05-18 | Tidy up resolv.conf a bit. | Michal Suchanek | |
2011-05-18 | Copy resolv.conf to live system root (Closes: #627178). | Michal Suchanek | |
2011-05-18 | Correcting top-level makefile to automatically get all the supported ↵ | Daniel Baumann | |
languages, rather than defining a static list. | |||
2011-05-18 | Making copyright file distribution neutral. | Daniel Baumann | |
2011-04-23 | Updating manpage wrt/ ip parameter squence (Closes: #616197). | Daniel Baumann | |
2011-04-23 | Using /run/initramfs instead of /dev/.initramfs/varrun for unionfs-fuse ↵ | Daniel Baumann | |
sendsigs (Closes: #621908). | |||
2011-04-23 | Updating to standards version 3.9.2. | Daniel Baumann | |
2011-03-14 | Releasing debian version 3.0~a16-1. | Daniel Baumann | |
2011-03-10 | Adding old 2.x changelog entries in debian changelog. | Daniel Baumann | |
2011-03-09 | Releasing debian version 3.0~a15-1. | Daniel Baumann | |
2011-03-09 | Fixing syntax error. | T(A)ILS developers | |
2011-03-09 | Fixing remaining fromiso= bug. | T(A)ILS developers | |
Taking care that the filesystem kernel module is loaded before issuing the mount command. | |||
2011-03-09 | Add verbose messages to initramfs hook. | Michal Suchanek | |
2011-03-09 | Really set limit on open files for unionfs-fuse | Michal Suchanek | |
2011-03-09 | Simplify union mounting. | Michal Suchanek | |
2011-03-09 | Protect NOPROMPT (Closes: #610941). | Marco Amadori | |
2011-03-09 | Adjust copyright entry in live-snapshot. | Marco Amadori | |
2011-03-09 | Updating year in copyright. | Daniel Baumann | |
2011-03-09 | Releasing debian version 3.0~a14-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 | Updating auto_install overrides in rules. | Daniel Baumann | |
2011-03-09 | Removing the duplicated "the" in the live-boot.init script. | Steven Shiau | |
2011-03-09 | Using dh auto magic in override, rather than manual make call. | Daniel Baumann | |
2011-03-09 | Don't hard-depend on test target in Makefile. | Daniel Baumann | |
2011-03-09 | Removing header in copyright file. | Daniel Baumann | |
2011-03-09 | Populate adapters in /etc/network/interfaces when ethdevice= on cmdline. | Richard Nelson | |
2011-03-09 | Releasing debian version 3.0~a13-1. | Daniel Baumann | |
2011-03-09 | Clean some leading whitespaces. | Richard Nelson | |
2011-03-09 | Remounting cow read-only before prompting user to remove usb flash drive. | Ronny Standtke | |
2011-03-09 | Adding support for custom ramdisk size (Closes: #544583). | Daniel Baumann | |
2011-03-09 | Logging to /var/log/live-boot.log instead of /var/log/live.log for future ↵ | Daniel Baumann | |
consistency with live-config. | |||
2011-03-09 | Removing legacy code for detecting removable usb sticks on kernels prior 2.6.29. | Daniel Baumann | |
2011-03-09 | Releasing debian version 3.0~a12-1. | Daniel Baumann | |
2011-03-09 | Adding dpkg source options file. | 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 3.0~a11-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 | Enhancing 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-09 | Adding noprompt={usb,cd} feature. | T(A)ILS developers | |
2011-03-09 | Releasing debian version 3.0~a10-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 3.0~a9-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 | Removed whitespace for tabs on the skipunion option. | Richard Nelson | |