summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-08Removing user and userfullname variables in scripts/live, they are not used h...Daniel Baumann
2012-04-08Consistently using ext4 in all examples, not a mix of ext2 and ext3.Daniel Baumann
2012-04-08Replacing 'illegal' with better fitting 'invalid' for wrongly crafted input e...Daniel Baumann
2012-04-06Removing outdated and broken accessibility script, this will be redone in liv...Daniel Baumann
2012-04-06Removing header in fstab, not required.Daniel Baumann
2012-04-06Removing preseed bottom-script, a newly written one is now in live-config whe...Daniel Baumann
2012-04-06Only looking at boot.d files if they have the .conf suffix to allow putting o...Daniel Baumann
2012-04-05Releasing debian version 3.0~a26-1.Daniel Baumann
2012-04-05Moving initscript to live-config.Daniel Baumann
2012-04-05Correcting left-over in author section of live.persist manpage.Daniel Baumann
2012-04-05Make cases for all different custom mounting situations more explicit.Tails developers
2012-04-05Copy perms/ownership from source when creating linkfiles dest dirs.Tails developers
2012-04-05Use trim_path() instead of custom sed stanza to trim /:es from paths.Tails developers
2012-04-05Add 'bind' option for the default behaviour of custom mounts (bind-mount).Tails developers
2012-04-05Fix ownership for links created for linkfiles custom mounts.Tails developers
2012-04-05Adding functions equivalent to chmod/chown --reference.Tails developers
2012-04-05Delete existing files in the destination's path when creating it.Tails developers
2012-04-05Update live-boot(7) man page and add new one for live.persist(5).Tails developers
2012-04-05Also create parents when creating union/linkfiles source directories.Tails developers
2012-04-05Remove cow dir contents that are in the way for custom mounts.Tails developers
2012-04-05Improve error message.Tails developers
2012-04-05Make two custom mounts with nested source directories illegal.Tails developers
2012-04-05Make trim_path() handle "/", and arbitrarily many consecutive /:es.Tails developers
2012-04-05Greatly simplify live.persist syntax to "DIR [OPTIONS...]".Tails developers
2012-04-05Add a note about a potential, future code simplification.Tails developers
2012-04-05Do not allow mutually exclusive custom mount options.Tails developers
2012-04-05Fix ownership/perms for created union/linkfiles source dirs.Tails developers
2012-04-05Create the source dir for custom mounts using the 'linkfiles' option.Tails developers
2012-04-05Refactor closing of persistent devices upon failure.Tails developers
2012-04-05Change live.persist syntax to "SOURCE [DEST [OPTIONS...]]".Tails developers
2012-04-05Copy ownership/perms from source to rw-branch in read-only mode.Tails developers
2012-04-05Handle list arguments better in get_custom_mounts().Tails developers
2012-04-05Make handling of LUKS encrypted GPT partitions more sane.Tails developers
2012-04-05Use trim_path when we compare paths.Tails developers
2012-04-05Don't allow . or .. in live.persist paths.Tails developers
2012-04-05Remove two FIXME:s that are not really relevant.Tails developers
2012-04-05Cleanup.Tails developers
2012-04-05Refactor mounting of persistent storage media.Tails developers
2012-04-05Fixup some style issues.Tails developers
2012-04-05Check if luks device is already open before trying to open it.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-05Handle already mounted devices and closing of unused luks devices better.Tails developers
2012-04-05Some minor cleanups.Tails developers
2012-04-05Add support for probing partitions' GPT name just like filesystem labels.Tails developers
2012-04-05Refactor find_persistent_media().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-01Close unused LUKS devices in all cases.Tails developers