Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-05 | Starting initramfs-tools specific subdirectory within the source-tree. | Daniel Baumann | |
2012-06-04 | Fixing two typos and a wrong word in comments. | Evgeni Golov | |
2012-06-04 | Implement and make use of robust list functions. | Tails developers | |
2012-06-04 | Fix to allow for multiple rof when exposed roots is disabled. | Ian Reinhart Geiser | |
2012-06-04 | Using boot.log and /var/log/live/boot.log respectively for overall ↵ | Daniel Baumann | |
consistency within all debian-live tools. | |||
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 | 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 | Allow using / as destination in custom mounts. | Tails developers | |
Also make this backwards compatible with live-rw labelled volumes. | |||
2012-04-08 | Removing leftover directory after unmounting. | 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 | 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-05 | Refactor closing of persistent devices upon failure. | Tails developers | |
Errors can occur at various places so it's best to just do it once in a consistent manner. | |||
2012-04-05 | Handle list arguments better in get_custom_mounts(). | Tails developers | |
2012-04-05 | Cleanup. | Tails developers | |
2012-04-05 | We don't black list storage devices any more. | Tails developers | |
2012-04-05 | Add backwards compatibility for old labels: live-{rw,sn} and home-rw. | Tails developers | |
For home-rw we create a live.persist file which make old volumes completely compatible with the custom mounts system. | |||
2012-04-05 | Refactor some global variables from live into live-helpers. | Tails developers | |
2012-04-05 | Refactor live-boot argument parser from live into live-helpers. | Tails developers | |
This will be useful for making it possible to enable persistent during user-space. | |||
2012-04-04 | Adjusting mount calls when using nfs options (Closes: #667435). | Daniel Baumann | |
2012-04-01 | Accept using several persistent media with custom-ov label. | Tails developers | |
We didn't want this before with live-{rw,sn} and home-{rw,sn} style persistence, so this was just a left-over. But we still can only allow one each of root-ov, root-sn and home-sn. | |||
2012-04-01 | Refactor persistent custom mounting from live into live-helpers. | Tails developers | |
This will be useful for making it possible to enable persistent during user-space. | |||
2012-04-01 | Optionally mount custom mounts as unions. | Tails developers | |
This can potentially save a lot of space, and this type of persistence doesn't hide changes to the read-only filesystem which can be both good and bad. | |||
2012-04-01 | Remove the correct file. | Tails developers | |
2012-04-01 | Ignore empty lines in live.persist. | Tails developers | |
Otherwise they're interpreted as / which isn't good. | |||
2012-04-01 | Make union mounting more sensible and robust. | Tails developers | |
...except that they're broken! But we're getting to that. | |||
2012-04-01 | Refactor union mounting into its own function. | Tails developers | |
2012-04-01 | Continue the correct for-loop so incorrect custom mount is skipped. | Tails developers | |
2012-04-01 | Handle custom mounts options a bit more beautifully. | Tails developers | |
2012-04-01 | Calling rm without -f when removing some temporary custom mount related ↵ | Daniel Baumann | |
files to ensure non-interactivity. | |||
2012-04-01 | Remove some temporary custom mount related files after they're used. | Tails developers | |
2012-04-01 | Separate overlay labels for full and custom persistence. | Tails developers | |
Full root persistence through overlays is specified with "full-ov", and custom persistent mounts with "custom-ov". Previously they used the same label ("live-rw") and the existence of live.persist determined whether it should be used for full persistence or custom mounts. That was a bit dangerous since a misspelled live.persist could cause data loss etc. | |||
2012-04-01 | Optionally symlink files from persistent source instead of mount it. | Tails developers | |
This is done by passing the option "linkfiles" to a live.persist entry. That option is very useful when you only want certain files to be persistent, not the whole directory they are in, like dot-files in $home. | |||
2012-04-01 | Prevent custom mounting in /live. | Tails developers | |
2012-04-01 | Avoid '==' bashism in initial work on a custom mounts system to ensure posix ↵ | Daniel Baumann | |
compatiblity. | |||
2012-04-01 | Avoid calling rm without -f in initial work on a custom mounts system to ↵ | Daniel Baumann | |
ensure non-interactivity. | |||
2012-04-01 | Correcting indenting initial work on a custom mounts system to ensure ↵ | Daniel Baumann | |
consistency. | |||
2012-04-01 | Adding initial work on a custom mounts system. | Tails developers | |
2012-02-03 | Add overlayfs support (Closes: #658265). | Michal Suchanek | |
2011-12-01 | Removing quotes from udev path_id command to actually execute the command. | Daniel Baumann | |
2011-11-24 | Adding workaround for a busybox bug with grep -w. | Tails developers | |
See: https://bugs.busybox.net/show_bug.cgi?id=4520 | |||
2011-11-24 | Making persistent-read-only work for live-rw overlays. | Tails developers | |
2011-11-24 | Making persistent-read-only work for home-rw overlays. | Tails developers | |
2011-11-24 | Changing persistent-encryption to accept a list TYPE... instead. | Tails developers | |
The comma-separated list TYPE... specifies which types of encryption to allow for persistent media, and whether to allow plaintext media. The possible TYPEs are the old {none, luks}, with default "none". The only change is that this allow plaintext and encrypted media to be used simultaneously. | |||
2011-11-24 | Adding persistent-read-only boot parameter. | Tails developers | |
It currently only makes snapshots read-only. Support for overlays will be a bit more complicated to implement. |