summaryrefslogtreecommitdiff
path: root/scripts/live
AgeCommit message (Expand)Author
2012-06-05Starting initramfs-tools specific subdirectory within the source-tree.Daniel Baumann
2012-06-04Fixing two typos and a wrong word in comments.Evgeni Golov
2012-06-04Implement and make use of robust list functions.Tails developers
2012-06-04Fix to allow for multiple rof when exposed roots is disabled.Ian Reinhart Geiser
2012-06-04Using boot.log and /var/log/live/boot.log respectively for overall consistenc...Daniel Baumann
2012-06-04Improving robustness of fromiso cleanup process with is_mountpoint (Closes: #...Tails developers
2012-06-04Mounting fromiso filesystem on /live/fromiso instead of /fromiso, thanks to a...Tails developers
2012-06-04Using fromiso in most places where isofrom was used, thanks to adrian15 <adri...Tails developers
2012-06-04Improving robustness of findiso cleanup process.Tails developers
2012-04-09Only try copying snapshots if we actually found any.Tails developers
2012-04-09Fix typo to make home-sn snapshots work again.Tails developers
2012-04-09Allow using / as destination in custom mounts.Tails developers
2012-04-08Removing leftover directory after unmounting.Tails developers
2012-04-08Adding support for the findiso boot parameter (Closes: #656135).Tails developers
2012-04-08Using 'persistence' (noun) rather than 'persistent' (adjective/adverb) everyw...Daniel Baumann
2012-04-08Renaming /live/cow to /live/overlay in anticipation of overlayfs.Daniel Baumann
2012-04-08Removing user and userfullname variables in scripts/live, they are not used h...Daniel Baumann
2012-04-05Refactor closing of persistent devices upon failure.Tails developers
2012-04-05Handle list arguments better in get_custom_mounts().Tails developers
2012-04-05Cleanup.Tails developers
2012-04-05We don't black list storage devices any more.Tails developers
2012-04-05Add backwards compatibility for old labels: live-{rw,sn} and home-rw.Tails developers
2012-04-05Refactor some global variables from live into live-helpers.Tails developers
2012-04-05Refactor live-boot argument parser from live into live-helpers.Tails developers
2012-04-04Adjusting mount calls when using nfs options (Closes: #667435).Daniel Baumann
2012-04-01Accept using several persistent media with custom-ov label.Tails developers
2012-04-01Refactor persistent custom mounting from live into live-helpers.Tails developers
2012-04-01Optionally mount custom mounts as unions.Tails developers
2012-04-01Remove the correct file.Tails developers
2012-04-01Ignore empty lines in live.persist.Tails developers
2012-04-01Make union mounting more sensible and robust.Tails developers
2012-04-01Refactor union mounting into its own function.Tails developers
2012-04-01Continue the correct for-loop so incorrect custom mount is skipped.Tails developers
2012-04-01Handle custom mounts options a bit more beautifully.Tails developers
2012-04-01Calling rm without -f when removing some temporary custom mount related files...Daniel Baumann
2012-04-01Remove some temporary custom mount related files after they're used.Tails developers
2012-04-01Separate overlay labels for full and custom persistence.Tails developers
2012-04-01Optionally symlink files from persistent source instead of mount it.Tails developers
2012-04-01Prevent custom mounting in /live.Tails developers
2012-04-01Avoid '==' bashism in initial work on a custom mounts system to ensure posix ...Daniel Baumann
2012-04-01Avoid calling rm without -f in initial work on a custom mounts system to ensu...Daniel Baumann
2012-04-01Correcting indenting initial work on a custom mounts system to ensure consist...Daniel Baumann
2012-04-01Adding initial work on a custom mounts system.Tails developers
2012-02-03Add overlayfs support (Closes: #658265).Michal Suchanek
2011-12-01Removing quotes from udev path_id command to actually execute the command.Daniel Baumann
2011-11-24Adding workaround for a busybox bug with grep -w.Tails developers
2011-11-24Making persistent-read-only work for live-rw overlays.Tails developers
2011-11-24Making persistent-read-only work for home-rw overlays.Tails developers
2011-11-24Changing persistent-encryption to accept a list TYPE... instead.Tails developers
2011-11-24Adding persistent-read-only boot parameter.Tails developers