| Age | Commit message (Expand) | Author |
| 2012-06-05 | Removing dead lang2locale function and associated files, not used anywhere. | Daniel Baumann |
| 2012-06-05 | Converting read-only initramfs-tools pre-mount script into regular live-boot ... | Daniel Baumann |
| 2012-06-05 | Moving out live-functions from initramfs-tools specifics. | Daniel Baumann |
| 2012-06-05 | Adding commented 'set -e' explicitly in all subscripts to avoid running it wi... | Daniel Baumann |
| 2012-06-05 | Moving out live-helpers from initramfs-tools specifics. | Daniel Baumann |
| 2012-06-05 | Splitting out a first bunch of functions out to /live/live/boot/. | Daniel Baumann |
| 2012-06-05 | Replacing live initramfs-tools script with empty stub that calls the real, in... | Daniel Baumann |
| 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 consistenc... | Daniel Baumann |
| 2012-06-04 | Improving robustness of fromiso cleanup process with is_mountpoint (Closes: #... | Tails developers |
| 2012-06-04 | Mounting fromiso filesystem on /live/fromiso instead of /fromiso, thanks to a... | Tails developers |
| 2012-06-04 | Using fromiso in most places where isofrom was used, thanks to adrian15 <adri... | Tails developers |
| 2012-06-04 | Improving robustness of findiso cleanup process. | Tails developers |
| 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 |
| 2012-04-09 | Renamling linkfiles option when using persistence to simply link. | Daniel Baumann |
| 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 |
| 2012-04-08 | Renaming live.persist to live-persistence.conf. | Daniel Baumann |
| 2012-04-08 | Using 'persistence' (noun) rather than 'persistent' (adjective/adverb) everyw... | Daniel Baumann |
| 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 h... | Daniel Baumann |
| 2012-04-06 | Removing outdated and broken accessibility script, this will be redone in liv... | Daniel Baumann |
| 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 whe... | Daniel Baumann |
| 2012-04-05 | Make cases for all different custom mounting situations more explicit. | Tails developers |
| 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 |
| 2012-04-05 | Delete existing files in the destination's path when creating it. | Tails developers |
| 2012-04-05 | Also create parents when creating union/linkfiles source directories. | Tails developers |
| 2012-04-05 | Remove cow dir contents that are in the way for custom mounts. | Tails developers |
| 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 |
| 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 |