live-boot-grml.git
2012-04-09 Daniel BaumannUpdating toplevel Makefile to work with manpages having...
2012-04-08 Daniel BaumannMerging old changelog into current changelog.
2012-04-08 Daniel BaumannRemoving old docs.
2012-04-08 Tails developersRemoving leftover directory after unmounting.
2012-04-08 Tails developersFixing brace alignment to follow common code style.
2012-04-08 Tails developersRemoving overkill double-checking of return code in...
2012-04-08 Tails developersFixing findiso argument parsing place to match the...
2012-04-08 Tails developersAdding support for the findiso boot parameter (Closes...
2012-04-08 Daniel BaumannRenaming live.persist to live-persistence.conf.
2012-04-08 Daniel BaumannMaking extraction of the manpage section in manpages...
2012-04-08 Daniel BaumannUsing 'persistence' (noun) rather than 'persistent...
2012-04-08 Daniel BaumannRenaming /live/cow to /live/overlay in anticipation...
2012-04-08 Daniel BaumannRemoving user and userfullname variables in scripts...
2012-04-08 Daniel BaumannConsistently using ext4 in all examples, not a mix...
2012-04-08 Daniel BaumannReplacing 'illegal' with better fitting 'invalid' for...
2012-04-06 Daniel BaumannRemoving outdated and broken accessibility script,...
2012-04-06 Daniel BaumannRemoving header in fstab, not required.
2012-04-06 Daniel BaumannRemoving preseed bottom-script, a newly written one...
2012-04-06 Daniel BaumannOnly looking at boot.d files if they have the .conf...
2012-04-05 Daniel BaumannReleasing debian version 3.0~a26-1. debian/3.0_a26-1
2012-04-05 Daniel BaumannMoving initscript to live-config.
2012-04-05 Daniel BaumannCorrecting left-over in author section of live.persist...
2012-04-05 Tails developersMake cases for all different custom mounting situations...
2012-04-05 Tails developersCopy perms/ownership from source when creating linkfile...
2012-04-05 Tails developersUse trim_path() instead of custom sed stanza to trim...
2012-04-05 Tails developersAdd 'bind' option for the default behaviour of custom...
2012-04-05 Tails developersFix ownership for links created for linkfiles custom...
2012-04-05 Tails developersAdding functions equivalent to chmod/chown --reference.
2012-04-05 Tails developersDelete existing files in the destination's path when...
2012-04-05 Tails developersUpdate live-boot(7) man page and add new one for live...
2012-04-05 Tails developersAlso create parents when creating union/linkfiles sourc...
2012-04-05 Tails developersRemove cow dir contents that are in the way for custom...
2012-04-05 Tails developersImprove error message.
2012-04-05 Tails developersMake two custom mounts with nested source directories...
2012-04-05 Tails developersMake trim_path() handle "/", and arbitrarily many conse...
2012-04-05 Tails developersGreatly simplify live.persist syntax to "DIR [OPTIONS...
2012-04-05 Tails developersAdd a note about a potential, future code simplification.
2012-04-05 Tails developersDo not allow mutually exclusive custom mount options.
2012-04-05 Tails developersFix ownership/perms for created union/linkfiles source...
2012-04-05 Tails developersCreate the source dir for custom mounts using the ...
2012-04-05 Tails developersRefactor closing of persistent devices upon failure.
2012-04-05 Tails developersChange live.persist syntax to "SOURCE [DEST [OPTIONS...
2012-04-05 Tails developersCopy ownership/perms from source to rw-branch in read...
2012-04-05 Tails developersHandle list arguments better in get_custom_mounts().
2012-04-05 Tails developersMake handling of LUKS encrypted GPT partitions more...
2012-04-05 Tails developersUse trim_path when we compare paths.
2012-04-05 Tails developersDon't allow . or .. in live.persist paths.
2012-04-05 Tails developersRemove two FIXME:s that are not really relevant.
2012-04-05 Tails developersCleanup.
2012-04-05 Tails developersRefactor mounting of persistent storage media.
2012-04-05 Tails developersFixup some style issues.
2012-04-05 Tails developersCheck if luks device is already open before trying...
2012-04-05 Tails developersWe don't black list storage devices any more.
2012-04-05 Tails developersAdd backwards compatibility for old labels: live-{rw...
2012-04-05 Tails developersHandle already mounted devices and closing of unused...
2012-04-05 Tails developersSome minor cleanups.
2012-04-05 Tails developersAdd support for probing partitions' GPT name just like...
2012-04-05 Tails developersRefactor find_persistent_media().
2012-04-05 Tails developersRefactor some global variables from live into live...
2012-04-05 Tails developersRefactor live-boot argument parser from live into live...
2012-04-04 Daniel BaumannAdjusting mount calls when using nfs options (Closes...
2012-04-01 Tails developersClose unused LUKS devices in all cases.
2012-04-01 Tails developersUse same device backing path as used in other places.
2012-04-01 Tails developersAccept using several persistent media with custom-ov...
2012-04-01 Tails developersRefactor persistent custom mounting from live into...
2012-04-01 Daniel BaumannCorrecting syntax when using if constructs in links_fil...
2012-04-01 Tails developersFix mask usage in links_files().
2012-04-01 Tails developersOptionally mount custom mounts as unions.
2012-04-01 Tails developersRemove the correct file.
2012-04-01 Tails developersIgnore empty lines in live.persist.
2012-04-01 Tails developersMake union mounting more sensible and robust.
2012-04-01 Tails developersWorkaround busybox's inability to detect symlinks with...
2012-04-01 Tails developersRefactor union mounting into its own function.
2012-04-01 Tails developersContinue the correct for-loop so incorrect custom mount...
2012-04-01 Tails developersHandle custom mounts options a bit more beautifully.
2012-04-01 Daniel BaumannCalling rm without -f when removing some temporary...
2012-04-01 Tails developersRemove some temporary custom mount related files after...
2012-04-01 Tails developersSeparate overlay labels for full and custom persistence.
2012-04-01 Tails developersOptionally symlink files from persistent source instead...
2012-04-01 Tails developersPrevent custom mounting in /live.
2012-04-01 Daniel BaumannAvoid '==' bashism in initial work on a custom mounts...
2012-04-01 Daniel BaumannAvoid calling rm without -f in initial work on a custom...
2012-04-01 Daniel BaumannCorrecting indenting initial work on a custom mounts...
2012-04-01 Tails developersAdding initial work on a custom mounts system.
2012-03-30 Daniel BaumannRemoving some of the now useless sysvinit specifics...
2012-03-30 Daniel BaumannReplacing live-boot initscript with a stub and moving...
2012-03-30 Daniel BaumannCorrecting log_end_msg usages in connection with verbos...
2012-03-06 Daniel BaumannQuoting noprompt variable in initscript to avoid syntax...
2012-02-26 Daniel BaumannUpdating to standards version 3.9.3.
2012-02-26 Daniel BaumannUpdating copyright file machine-readable format version...
2012-02-07 Daniel BaumannUpdating year in copyright.
2012-02-06 Daniel BaumannReleasing debian version 3.0~a25-1. debian/3.0_a25-1
2012-02-03 Michal SuchanekAdd overlayfs support (Closes: #658265).
2012-01-15 Daniel BaumannUpdating to debhelper version 9.
2011-12-04 Daniel BaumannReleasing debian version 3.0~a24-1. debian/3.0_a24-1
2011-12-01 Daniel BaumannRemoving quotes from udev path_id command to actually...
2011-11-28 Daniel BaumannReleasing debian version 3.0~a23-1. debian/3.0_a23-1
2011-11-24 Tails developersAdding workaround for a busybox bug with grep -w.
2011-11-24 Tails developersUpdating live-boot man page for persistent-read-only.
2011-11-24 Tails developersMaking persistent-read-only work for live-rw overlays.
next