| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-11-24 | Removing now obsolete persistent=* arguments. | Tails developers | |
| These type of options has have been replaced by persistent-encryption and persistent-storage. | |||
| 2011-11-24 | Adding persistent-storage=TYPE... | Tails developers | |
| The comma-separated list TYPE... specifies which types of persistent storage to use. Current possible TYPEs are {file, filesystem}. For instance, persistent-storage=filesystem is equivalent to the old persistent=nofiles, but persistent-storage=file allows to look for only files, which wasn't possible before. The default is to look for both, i.e. persistent-storage=filesystem,file. | |||
| 2011-11-24 | Making sure dm-crypt is loaded when dealing with LUKS devices. | Tails developers | |
| 2011-11-24 | Making persistent-encryption=luks strict. | Tails developers | |
| When specified we completely ignore unencrypted media when probing for persistent media. | |||
| 2011-11-24 | Adding persistent-encryption={none|luks}. | Tails developers | |
| This is the way to control whether to use encrypted persistent media, instead of the (from this commit on) obsolete persistent=cryptsetup. | |||
| 2011-11-24 | Update udevs path_id changes as of version 174, thanks to Baurzhan ↵ | Daniel Baumann | |
| Muftakhidinov <baurthefirst@gmail.com> for spotting it. | |||
| 2011-11-08 | Enabling whiteouts support for aufs. | Tails developers | |
| This improves support for stacked SquashFS a lot: it allows a given SquashFS to delete files in another one it's on top of. | |||
| 2011-11-04 | Updating matching in is_nice_device to, amongst others, match for virtio ↵ | Daniel Baumann | |
| devices. | |||
| 2011-09-08 | Using /usr/share/live-boot instead of unreliable /usr/share/doc/live-boot in ↵ | Daniel Baumann | |
| validateroot bootscript, stripped live systems may or may not carry /usr/share/doc. | |||
| 2011-09-08 | Erroring out in case a "wrong" filesystem was chosen. | Tails developers | |
| If live-boot finds a "wrong" filesystem that looks OK, then the error message can be pretty confusing. Panic with an explicit message in this case. The "is this rootfs valid" test is implemented by checking if the /usr/share/doc/live-boot/ directory exists: as per Debian Policy 2.3 (Copyright considerations), this directory must exist on any system where the live-boot binary package is installed. Adapted and reformatted from a patch by Christian Hofstaedtler <ch@grml.org>. | |||
| 2011-09-08 | Silencing umount in case live/image was unmounted already, extracted from a ↵ | Tails developers | |
| patch by Michael Schierl <schierlm@gmx.de>. | |||
| 2011-09-07 | Adding support for persistent-media={removable,removable-usb}. | Tails developers | |
| This is e.g. needed when one's threat model does not allow her to trust the local hard disks. | |||
| 2011-09-07 | Factorizing loops on removable/non-removable devices. | Tails developers | |
| The already duplicated code will be needed a few more times for the upcoming persistent-media={removable,removable-usb} boot option. Copy/pasting it a few more times seems the wrong way to go, hence this factorization. Depending on the place they are used, the newly introduced functions must return a list of devices named either /sys/block/* or /dev/*. Their first parameter therefore specifies the wanted output format (default is /dev/* as it is the most often used). | |||
| 2011-09-07 | Adding a white_listed_devices parameter to find_cow_device and find_files. | Tails developers | |
| This will be needed for the upcoming persistent-media={removable,removable-usb} boot option. | |||
| 2011-08-04 | Applying reformated patch from Ulrich Dangel <mru@grml.org> to add support ↵ | Daniel Baumann | |
| for lvm and md devices. | |||
| 2011-08-04 | Applying patch from grml to update forgotten use of live.log with live-boot.log. | Daniel Baumann | |
| 2011-05-28 | Updating and correcting sendsigs.omit support for /run (Closes: #628188). | 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-04-23 | Using /run/initramfs instead of /dev/.initramfs/varrun for unionfs-fuse ↵ | Daniel Baumann | |
| sendsigs (Closes: #621908). | |||
| 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 | Really set limit on open files for unionfs-fuse | Michal Suchanek | |
| 2011-03-09 | Simplify union mounting. | Michal Suchanek | |
| 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 | Populate adapters in /etc/network/interfaces when ethdevice= on cmdline. | Richard Nelson | |
| 2011-03-09 | Clean some leading whitespaces. | Richard Nelson | |
| 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 | 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 | 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 | 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 | |
| 2011-03-09 | Adding initial support for unionmount. | Michal Suchanek | |
| 2011-03-09 | Fixing find_snap to take its second argument into account. | intrigeri | |
| 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 | Removing usplash support in initramfs, usplash is dead. | Daniel Baumann | |
| 2011-03-09 | Allowing to assign no gateway in networking bottom script. | Steven Shiau | |
| 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 | Updating seperators in networking bottom script to fix ip parameter parsing ↵ | Daniel Baumann | |
| (Closes: #590494). | |||
| 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. | |||
| 2011-03-09 | Making multiple connected NICs work. | Steven Shiau | |
| 2011-03-09 | Adding 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-09 | Adding debian version 3.0~a1-1. | Daniel Baumann | |
