summaryrefslogtreecommitdiff
path: root/modules.d/90crypt
AgeCommit message (Expand)AuthorFilesLines
2013-08-20add newline to cmdline config filesHarald Hoyer1-0/+1
2013-08-15add parameter --print-cmdlineHarald Hoyer1-17/+17
2013-08-15Create initramfs without using udevadmHarald Hoyer1-7/+6
2013-08-13crypt: only manually activate systemd-cryptsetup, if not in crypttabHarald Hoyer3-13/+26
2013-08-13crypt/crypt-run-generator: also skip if UUID match in crypttabHarald Hoyer2-3/+4
2013-08-13crypt/module-setup.sh: use crypttab in hostonly and don't install cmdlineHarald Hoyer1-2/+2
2013-08-07crypt: Fix typo--/etc/crypttab not /etc/cryptabJames Lee1-1/+1
2013-08-07dracut-functions.sh: inst_multiple == dracut_installHarald Hoyer1-2/+2
2013-07-30crypt: Wait for udev to settle before unlocking diskJames Lee1-4/+4
2013-07-26crypt: Skip /etc/crypttab if not presentAmadeusz Żołnowski1-1/+1
2013-06-28use "rm --" to guard against filenames beginning with "-"Harald Hoyer2-2/+2
2013-04-11Do not call plymouth with full pathHarald Hoyer1-2/+2
2013-04-10crypt/module-setup.sh: also handle UUID= while filtering crypttabHarald Hoyer1-0/+4
2013-04-09crypt/module-setup.sh: filter /etc/crypttab in host-only modeHarald Hoyer1-1/+16
2013-04-04crypt/parse-crypt.sh: create udev rule for systemdHarald Hoyer1-0/+8
2013-03-11make host_fs_types a hashmapHarald Hoyer1-16/+23
2013-03-07crypt, dmraid, mdraid: use for_each_host_dev_and_slaves_all()Harald Hoyer1-1/+1
2013-03-06crypt/parse-crypt.sh: don't generate luks rules in systemd modeHarald Hoyer1-8/+0
2013-03-06crypt: do not cleanup in systemd modeHarald Hoyer1-1/+4
2012-12-14crypt/crypt-run-generator.sh: do not timeout for LUKS passwords with systemdHarald Hoyer1-1/+1
2012-11-21crypt/crypt-run-generator.sh: fixup last commit 065fc56ab27d8ea1aace72de54a68...Harald Hoyer2-8/+14
2012-11-21Make short uuid specification for allow-discards workRobert Buchholz2-2/+2
2012-10-0890crypt: call systemd commands only if systemd binaries are thereAmadeusz Żołnowski1-2/+5
2012-09-27add "rd.auto" parameter and switch off automatic assemblyHarald Hoyer1-1/+1
2012-09-26crypt/crypt-run-generator.sh: add allow-discards to options in crypttabHarald Hoyer1-1/+12
2012-09-24crypt: install /etc/crypttab only in host-only modeHarald Hoyer1-1/+1
2012-09-04crypt: do not run systemd crypt generatorHarald Hoyer1-1/+0
2012-07-30crypt/crypt-run-generator.sh: check if crypttab existsHarald Hoyer1-4/+5
2012-07-30removed finished-ask-password.shHarald Hoyer1-1/+0
2012-07-30crypt/crypt-run-generator.sh: do not add already existing luksHarald Hoyer1-1/+8
2012-07-30crypt: add systemd crypt supportHarald Hoyer3-15/+54
2012-07-30set DRACUT_SYSTEMD for systemd mode in the initramfsHarald Hoyer1-0/+3
2012-07-25deprecate old command line optionsHarald Hoyer3-4/+4
2012-07-2591crypt-loop: replace basename calls with string matchingLeho Kraav1-1/+1
2012-07-2591crypt-loop: use initqueue for cleanup strategyLeho Kraav1-0/+3
2012-07-2590crypt: enhance crypt-lib keydev mountingLeho Kraav1-2/+11
2012-07-2590crypt: recognize .img as loop key containerLeho Kraav1-0/+8
2012-06-29modules.d/*/module-setup.sh: combine and specify type for installsHarald Hoyer1-3/+3
2012-06-29modules.d/*/module-setup.sh: no more sourcing of dracutfunctionsHarald Hoyer1-2/+0
2012-05-31crypt: add rd.luks.allow-discards and honor options in crypttabHarald Hoyer1-16/+57
2012-04-23merge "cleanup" and "pre-pivot-cleanup" hooksHarald Hoyer1-1/+1
2012-04-19move cleanup scripts to pre-pivot-cleanup hookDave Young1-1/+1
2012-02-2990crypt/parse-crypt.sh: simplify rd.luks.uuid testingHarald Hoyer1-13/+2
2012-02-22host-only checks corrected and kernel_only modeHarald Hoyer1-5/+7
2012-02-13shutdown on demandHarald Hoyer1-0/+1
2012-02-07dracut: precreate "${initdir}/etc/cmdline.d"Harald Hoyer1-1/+0
2012-02-0790crypt/crypt-cleanup.sh: send unneeded output to /dev/nullHarald Hoyer1-1/+1
2012-01-2390crypt/module-setup.sh: prepend "luks-" to hostonly cmdline fileHarald Hoyer1-1/+1
2012-01-13Check module dependencies of mount pointsCong Wang1-1/+1
2011-12-15*/module-setup.sh: use host_fs_types host_devsHarald Hoyer1-10/+16