| Age | Commit message (Expand) | Author |
| 2012-06-27 | Correcting typo in fstab function call in mountroot, thanks to Baurzhan Mufta... | Daniel Baumann |
| 2012-06-27 | Fix creation of /var/log/live in correct location. | Ben Armstrong |
| 2012-06-14 | Updating coding style in a first bunch of locations. | Daniel Baumann |
| 2012-06-14 | Renaming persistent-subtext option into persistent-label and making it define... | Daniel Baumann |
| 2012-06-13 | Removing some more dead parameters from cmdline function. | Daniel Baumann |
| 2012-06-06 | Setting persistence label for live-* 3.x persistency to 'persistence', we're ... | Daniel Baumann |
| 2012-06-06 | Dropping snapshot functionality, superseeded by awesome custom mount persiste... | Daniel Baumann |
| 2012-06-05 | Moving off remaining functions from main boot script to subscript for later c... | Daniel Baumann |
| 2012-06-05 | Unbreaking cmdline parsing after variable rename. | Daniel Baumann |
| 2012-06-05 | Removing live-preseed, not used anymore. | Daniel Baumann |
| 2012-06-05 | Transforming networking bottom script into normal live-boot script. | Daniel Baumann |
| 2012-06-05 | Transforming fstab bottom script into normal live-boot script. | Daniel Baumann |
| 2012-06-05 | Transforming persistence_excludes bottom script into normal live-boot script. | Daniel Baumann |
| 2012-06-05 | Removing fastboot handling, the normal system handles this via 'fastboot' boo... | Daniel Baumann |
| 2012-06-05 | Removing exporting of variables for reviewed options in the cmdline function,... | Daniel Baumann |
| 2012-06-05 | Moving validateroot bottom script into main boot script itself. | Daniel Baumann |
| 2012-06-05 | Splitting out swap handling and rewriting to a live-boot subscript. | Daniel Baumann |
| 2012-06-05 | Updating swapon handling to new parameter handling. | Daniel Baumann |
| 2012-06-05 | Updating internal cmdline handling. | Daniel Baumann |
| 2012-06-05 | Updating read-only handling to new parameter handling. | Daniel Baumann |
| 2012-06-05 | Rewriting live-media checksum verification to work with any SHA and MD5 digests. | Daniel Baumann |
| 2012-06-05 | Splitting out integrity-check function to subscript. | Daniel Baumann |
| 2012-06-05 | Removing some dead boot parameters. | Daniel Baumann |
| 2012-06-05 | Consistenly using 'true' instead of 'Yes' or 'yes' when using booleans. | Daniel Baumann |
| 2012-06-05 | Converting select_eth_device initramfs-tools pre-mount script into regular li... | Daniel Baumann |
| 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 |