Implement and make use of robust list functions.
[live-boot-grml.git] / scripts / live-helpers
2012-06-04 Tails developersImplement and make use of robust list functions.
2012-06-04 Daniel BaumannUsing boot.log and /var/log/live/boot.log respectively...
2012-04-09 Tails developersDo not probe the device mounted on /live/image for...
2012-04-09 Tails developersSupress warnings when probing media for persistence.
2012-04-09 Tails developersAllow using / as destination in custom mounts.
2012-04-09 Daniel BaumannRenamling linkfiles option when using persistence to...
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 BaumannUsing 'persistence' (noun) rather than 'persistent...
2012-04-08 Daniel BaumannRenaming /live/cow to /live/overlay in anticipation...
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 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-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 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 developersOptionally symlink files from persistent source instead...
2011-11-24 Tails developersAdding workaround for a busybox bug with grep -w.
2011-11-24 Tails developersMaking persistent-read-only work for live-rw overlays.
2011-11-24 Tails developersChanging persistent-encryption to accept a list TYPE...
2011-11-24 Tails developersDisabling persistent-encryption=luks if dependencies...
2011-11-24 Tails developersFixing a "sh: bad number" when $offset is not passed...
2011-11-24 Tails developersRefactoring overlay and snapshot scanning code.
2011-11-24 Tails developersMaking use of is_supported_fs in find_cow_devices ...
2011-11-24 Tails developersRefactoring device scanning in find_{cow_device,files}.
2011-11-24 Tails developersClarifying what happens when you don't retry decrypting...
2011-11-24 Tails developersFixing an incorrectly redirected newline.
2011-11-24 Tails developersAdding persistent-storage=TYPE...
2011-11-24 Tails developersMaking sure dm-crypt is loaded when dealing with LUKS...
2011-11-24 Tails developersMaking persistent-encryption=luks strict.
2011-11-24 Tails developersAdding persistent-encryption={none|luks}.
2011-09-07 Tails developersFactorizing loops on removable/non-removable devices.
2011-09-07 Tails developersAdding a white_listed_devices parameter to find_cow_dev...
2011-03-09 Daniel BaumannLogging to /var/log/live-boot.log instead of /var/log...
2011-03-09 T(A)ILS developersEnhancing devices search ordering.
2011-03-09 T(A)ILS developersFixing overzealous blacklist usage.
2011-03-09 Daniel BaumannAdding debian version 3.0~a1-1.
2011-03-09 T(A)ILS developersFixing overzealous blacklist usage.
2011-03-09 Daniel BaumannAdding debian version 2.0~a1-1.
2011-03-09 Michael ProkopDo not leak modprobe options to avoid booting errors...
2011-03-09 Daniel BaumannAdding proper code comments about vol_id removal.
2011-03-09 Daniel BaumannMerging casper 1.174.
2011-03-09 Daniel BaumannRemoving etch compatibility.
2011-03-09 Daniel BaumannDon't panic with persistency when we can't correctly...
2011-03-09 Michael ProkopSwitch from vol_id to blkid if using udev >=146-1 ...
2011-03-09 Michael ProkopAvoid the use of fstype in a running live system, as...
2011-03-09 Daniel BaumannLooking for persistency partitions on luks devices...
2011-03-09 Marco Amadoripersistent=nofiles fix (Closes: 522383).
2011-03-09 Daniel BaumannAdding missing pipe in cryptsetup call for persistency...
2011-03-09 Daniel BaumannCorrecting cryptsetup calls for persistency on luks.
2011-03-09 Luigi CapriottiFixing possible invalid results from function where_is_...
2011-03-09 Marco AmadoriTwo return code consistency fix.
2011-03-09 Daniel BaumannInitial commit for having support for persistency on...
2011-03-09 Daniel BaumannApplying patch from Michael Prokop <mika@grml.org>...
2011-03-09 Daniel BaumannAdding ext4 support.
2011-03-09 Daniel BaumannAdding patch from Thierry Walrant <debian.tgc@walrant...
2011-03-09 Daniel BaumannAdded missing variable quoting that lead to broken...
next