Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-24 | Refactoring device scanning in find_{cow_device,files}. | Tails developers | |
2011-11-24 | Clarifying what happens when you don't retry decrypting a device. | Tails developers | |
2011-11-24 | Fixing an incorrectly redirected newline. | Tails developers | |
Since this newline was written to stdout it both messed up the the display of errors while entering a LUKS passphrase, and caused find_cow_device to return a bad string under certain circumstances. Example: You have home-rw on /dev/sdX1. You'll first be asked for passphrase for "live-rw on /dev/sdX1", which you skip (a newline has been written to stdout now). Then you're asked for "home-rw on /dev/sdX1", which is what you want so you enter it. Thanks to the spurious newline find_cow_device returns "\n/dev/loopY", which breaks some tests later. | |||
2011-11-24 | Adding persistent-method=METHOD... | Tails developers | |
The comma-separated list METHOD... specifies which types of persistent setups we allow. Current possible METHODs are {snapshot, overlay}. The default value is both, i.e. persistent-method=snapshot,overlay. | |||
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 | Releasing debian version 3.0~a22-1. | Daniel Baumann | |
2011-11-04 | Sorting overrides in rules alphabetically. | Daniel Baumann | |
2011-11-04 | Fix live-snapshot exclude.list handling (Closes: #610337) | Marco Amadori | |
Rationale: grep -f does not like empty lines in matches file, removing empty lines from exclude.list using a temporary file, fixes the problem. | |||
2011-11-04 | Include overlayfs modules in initramfs if existing. | Daniel Baumann | |
2011-11-04 | Updating matching in is_nice_device to, amongst others, match for virtio ↵ | Daniel Baumann | |
devices. | |||
2011-10-08 | Using compression level 9 also for binary packages. | Daniel Baumann | |
2011-09-08 | Releasing debian version 3.0~a21-1. | Daniel Baumann | |
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-09-07 | Fixing cache_path: taking into account the three forms of ldd output lines. | Tails developers | |
2011-09-07 | Fixing cache_path: cache non-executable libs dependencies as well. | Tails developers | |
Most shared libraries are not executable and nevertheless depend on other shared libraries. These dependencies must be cached as well. | |||
2011-08-31 | Printing out a warning message in initramfs-tools hook if backend is ↵ | Daniel Baumann | |
installed but no live-boot package, exiting early and not breaking update-initramfs (Closes: #639884). | |||
2011-08-31 | Silencing rmdir calls in makefile. | Daniel Baumann | |
2011-08-04 | Releasing debian version 3.0~a20-1. | Daniel Baumann | |
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-08-04 | Correcting bootappend-live reference in live-boot manpage. | Daniel Baumann | |
2011-08-03 | Cross-referencing lb_config --bootappend-live. | Ben Armstrong | |
2011-07-16 | Updating section for live-boot-doc. | Daniel Baumann | |
2011-07-13 | Releasing debian version 3.0~a19-1. | Daniel Baumann | |
2011-07-13 | Adding conflicts/replaces for live-boot to live-boot-doc to not break upgrades. | Daniel Baumann | |
2011-07-13 | Splitting out documentation so that it can be accesses separately from the ↵ | Daniel Baumann | |
initramfs code. | |||
2011-06-21 | Replacing reference to old alioth page in live-snapshot. | Daniel Baumann | |
2011-06-21 | Making references to debian more distribution neutral. | Daniel Baumann | |
2011-06-16 | Correct rmdir call in top-level Makefiles uninstall target to not fail if ↵ | Daniel Baumann | |
there was no prior live-boot installation. | |||
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). |