Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-04 | Improving robustness of fromiso cleanup process with is_mountpoint (Closes: ↵ | Tails developers | |
#668100). | |||
2012-06-04 | Mounting fromiso filesystem on /live/fromiso instead of /fromiso, thanks to ↵ | Tails developers | |
adrian15 <adrian15sgd@gmail.com>. | |||
2012-06-04 | Using fromiso in most places where isofrom was used, thanks to adrian15 ↵ | Tails developers | |
<adrian15sgd@gmail.com>. | |||
2012-06-04 | Improving robustness of findiso cleanup process. | Tails developers | |
...by checking exactly the same directory as the one we are unmounting. | |||
2012-04-09 | Releasing debian version 3.0~a27-1. | Daniel Baumann | |
2012-04-09 | Only try copying snapshots if we actually found any. | Tails developers | |
2012-04-09 | Fix typo to make home-sn snapshots work again. | Tails developers | |
2012-04-09 | Do not probe the device mounted on /live/image for persistence. | Tails developers | |
2012-04-09 | Supress warnings when probing media for persistence. | Tails developers | |
2012-04-09 | Allow using / as destination in custom mounts. | Tails developers | |
Also make this backwards compatible with live-rw labelled volumes. | |||
2012-04-09 | Renamling linkfiles option when using persistence to simply link. | Daniel Baumann | |
2012-04-09 | Updating toplevel Makefile to work with manpages having multiple dots in its ↵ | Daniel Baumann | |
filename. | |||
2012-04-08 | Merging old changelog into current changelog. | Daniel Baumann | |
2012-04-08 | Removing old docs. | Daniel Baumann | |
This is old stuff which, for historic reasons, is available in the old svn dump (changelog), or included in the changelog itself (cedits), or otherwise irrelevant (changelog for casper, parameters). | |||
2012-04-08 | Removing leftover directory after unmounting. | Tails developers | |
2012-04-08 | Fixing brace alignment to follow common code style. | Tails developers | |
2012-04-08 | Removing overkill double-checking of return code in is_mountpoint predicate. | Tails developers | |
2012-04-08 | Fixing findiso argument parsing place to match the existing ordering. | Tails developers | |
2012-04-08 | Adding support for the findiso boot parameter (Closes: #656135). | Tails developers | |
Thanks to the grml team for the initial patch, thanks to adrian15sgd@gmail.com for bringing it to a mergeable state. | |||
2012-04-08 | Renaming live.persist to live-persistence.conf. | Daniel Baumann | |
2012-04-08 | Making extraction of the manpage section in manpages/Makefile work with ↵ | Daniel Baumann | |
multiple dots in the filename. | |||
2012-04-08 | Using 'persistence' (noun) rather than 'persistent' (adjective/adverb) ↵ | Daniel Baumann | |
everywhere. | |||
2012-04-08 | Renaming /live/cow to /live/overlay in anticipation of overlayfs. | Daniel Baumann | |
2012-04-08 | Removing user and userfullname variables in scripts/live, they are not used ↵ | Daniel Baumann | |
here sind live-config anymore. | |||
2012-04-08 | Consistently using ext4 in all examples, not a mix of ext2 and ext3. | Daniel Baumann | |
2012-04-08 | Replacing 'illegal' with better fitting 'invalid' for wrongly crafted input ↵ | Daniel Baumann | |
examples in live.persist manpage. | |||
2012-04-06 | Removing outdated and broken accessibility script, this will be redone in ↵ | Daniel Baumann | |
live-config properly. | |||
2012-04-06 | Removing header in fstab, not required. | Daniel Baumann | |
2012-04-06 | Removing preseed bottom-script, a newly written one is now in live-config ↵ | Daniel Baumann | |
where this sort of things belong. | |||
2012-04-06 | Only looking at boot.d files if they have the .conf suffix to allow putting ↵ | Daniel Baumann | |
other files into these places that do not necessarily need to be used by live-boot (e.g. documentation). | |||
2012-04-05 | Releasing debian version 3.0~a26-1. | Daniel Baumann | |
2012-04-05 | Moving initscript to live-config. | Daniel Baumann | |
Keeping the initscript in live-boot is not really maintainable for different init systems. We would need to have, like live-config, several backend packages (live-boot-sysvinit, live-boot-systemd, live-boot-upstart) etc., plus, every combination with the different initrd system backend (initramfs-tools, dracut). | |||
2012-04-05 | Correcting left-over in author section of live.persist manpage. | Daniel Baumann | |
2012-04-05 | Make cases for all different custom mounting situations more explicit. | Tails developers | |
The old code had grown wild over time and was hard to follow, and consequently contained bugs (all related to linkfiles custom mounts in read-only mode) that that became obvious and were fixed solely all thanks to this re-write. | |||
2012-04-05 | Copy perms/ownership from source when creating linkfiles dest dirs. | Tails developers | |
2012-04-05 | Use trim_path() instead of custom sed stanza to trim /:es from paths. | Tails developers | |
2012-04-05 | Add 'bind' option for the default behaviour of custom mounts (bind-mount). | Tails developers | |
2012-04-05 | Fix ownership for links created for linkfiles custom mounts. | Tails developers | |
2012-04-05 | Adding functions equivalent to chmod/chown --reference. | Tails developers | |
This option is apparently not present in busybox. | |||
2012-04-05 | Delete existing files in the destination's path when creating it. | Tails developers | |
2012-04-05 | Update live-boot(7) man page and add new one for live.persist(5). | Tails developers | |
2012-04-05 | Also create parents when creating union/linkfiles source directories. | Tails developers | |
Otherwise the it breaks with "source=a/b" if "a" doesn't exist etc. | |||
2012-04-05 | Remove cow dir contents that are in the way for custom mounts. | Tails developers | |
This is mostly relevant if you activate persistence post boot; in that case you (or live-config) may have modified or added some file, which makes it appear in the cow dir. If you later activate a persistent volume which contains that file, the old file will "block" the one from the persistent volume, which likely isn't what you expect. | |||
2012-04-05 | Improve error message. | Tails developers | |
2012-04-05 | Make two custom mounts with nested source directories illegal. | Tails developers | |
2012-04-05 | Make trim_path() handle "/", and arbitrarily many consecutive /:es. | Tails developers | |
2012-04-05 | Greatly simplify live.persist syntax to "DIR [OPTIONS...]". | Tails developers | |
The previous syntax was convoluted by allowing both optional columns and a list of options, when all really can be done in the options list. A new option 'source=$path' was added as a replacement for the removed SOURCE column, and DIR in the new syntax is pretty much the old DEST. | |||
2012-04-05 | Add a note about a potential, future code simplification. | Tails developers | |
2012-04-05 | Do not allow mutually exclusive custom mount options. | Tails developers | |
2012-04-05 | Fix ownership/perms for created union/linkfiles source dirs. | Tails developers | |