Also create parents when creating union/linkfiles source directories.
[live-boot-grml.git] / scripts / live-helpers
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...
2011-03-09 Daniel BaumannDon't redirect output of fstype detection to standard...
2011-03-09 Daniel BaumannMerging casper 1.148.
2011-03-09 Marco AmadoriSearch for partition labels only (Closes: #486469).
2011-03-09 Marco AmadoriReordered persistence lookups and boundaries (Closes...
2011-03-09 Marco AmadoriIncluded more debug and comments on persistence code.
2011-03-09 Marco AmadoriCheck for files and umount only if you can mount it...
2011-03-09 Marco AmadoriSkipped some runtime duplicated execution.
2011-03-09 Michael ProkopIgnore errors from fstype.
2011-03-09 Marco AmadoriRemoved mount -n option, since mtab is there.
2011-03-09 Marco AmadoriAdded "-n" option to all mount commands, thanks to...
2011-03-09 Chris LambSilence another "script-not-executable" message for...
2011-03-09 Steven ShiauAnother fix about using udevsettle or "udevadm settle".
2011-03-09 Marco AmadoriBe sure that the discovered filesystem is not null.
2011-03-09 Marco AmadoriThe list of supported filesytems goes dynamic.
2011-03-09 Chris LambDon't use /sbin/losetup to test for '-r' option when...
2011-03-09 Marco Amadorilive-snapshot: fixed the remount helper.
2011-03-09 Chris LambCheck losetup capabilities before specifying to mount...
2011-03-09 Michal SuchanekWorkaround loop-aes-utils losetup incompatibility
2011-03-09 Daniel BaumannMerging casper 1.132.
2011-03-09 Daniel BaumannIgnoring floppy devices for live filesystem as well...
next