aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/dracut
Commit message (Expand)AuthorAgeFilesLines
* Fix plymouth passphrase prompt with dracutMichal Vasilek2021-06-251-2/+2
* dracut: 90zfs: respect zfs_force=1 on systemd systemsнаб2021-06-104-20/+28
* dracut: 90zfs: zfs-load-key: wait for key to appear for up to 10 secondsнаб2021-06-041-10/+26
* Use %%/* instead of awk -F/ {print $1} to strip datasetsнаб2021-06-042-2/+2
* dracut: 90zfs: zfs-load-key: don't load unencrypted bootfs' keylocationнаб2021-06-041-3/+2
* dracut: 90zfs: module-setup: try /lib*/libgcc_s.so*, relax /u/l/gcc pathнаб2021-06-041-3/+6
* Turn checkbashisms into a make targetнаб2021-06-011-0/+3
* Turn shellcheck into a normal make target. Fix new files it caughtнаб2021-06-014-1/+6
* Trim excess shellcheck annotations. Widen to all non-Korn scriptsнаб2021-05-207-31/+29
* Fix SC2181 ("[ $?") outside tests/наб2021-05-203-11/+4
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2021-05-125-6/+12
* dracut/90/module-setup: mainly shellcheck cleanupнаб2021-05-071-6/+5
* contrib/dracut: 90: zfs-{rollback,snapshot}-bootfs: use @sbindir@наб2021-04-162-2/+2
* contrib/dracut: 90: mount essential datasets under rootнаб2021-04-162-19/+101
* contrib/dracut: 90: generator: only log to kmsg if debug set on cmdlineнаб2021-04-161-4/+7
* contrib/dracut: 02: don't spill device names across multiple linesнаб2021-04-161-2/+2
* dracut: Fix race condition between load-key and importLorenz Hüdepohl2021-01-261-0/+8
* dracut: Support /usr/bin as 'systemctl' pathLorenz Hüdepohl2021-01-212-2/+2
* Install zgenhostid to sbindirAntonio Russo2021-01-211-2/+2
* dracut: use /bin/sh instead of bash as the intepreterĐoàn Trần Công Danh2020-11-287-19/+20
* dracut/mount-zfs.sh: quote expansion on zpool testнаб2020-11-191-1/+1
* dracut/zfs-load-key.sh: simplify import loop, quote variable assignmentsнаб2020-11-191-7/+5
* config/dracut/90zfs: handle cases where hostid(1) returns all zerosÉrico Rolim2020-11-141-1/+7
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-081-1/+2
* cmd/zgenhostid: replace with simple c implementationGeorgy Yakovlev2020-09-162-11/+4
* Silence 'make checkbashisms'Brian Behlendorf2020-08-206-6/+6
* Centralize variable substitutionArvind Sankar2020-07-142-38/+6
* Fixes for make distArvind Sankar2020-06-262-10/+2
* Drop unnecessary srcdir pathsArvind Sankar2020-06-242-12/+12
* Remove unnecessary references to slaveryMatthew Ahrens2020-06-101-13/+13
* Add bootfs.snapshot and bootfs.rollback kernel parametersgregory-lee-bartholomew2020-05-296-2/+66
* bash scripts: use /usr/bin/env for bash shebangsGraham Christensen2020-02-103-3/+3
* zfs-load-key.sh: ${ZFS} is not the zfs binaryBen Cordero2019-12-291-1/+1
* In initramfs, do not prompt if keylocation is "file://"sam-lunt2019-12-261-6/+13
* Skip loading already loaded keyWitaut Bajaryn2019-11-082-5/+12
* dracut/zfs-load-key.sh: properly remove prefixesalaviss2019-10-301-1/+1
* Fix for zfs-dracut regressiondacianstremtan2019-10-011-6/+7
* Restore :: in Makefile.amRyan Moeller2019-08-262-0/+3
* Replace whereis with type in zfs-lib.shdacianstremtan2019-06-201-1/+1
* Move dracut specifics to dracut moduleMichael Niewöhner2019-04-024-3/+25
* Removed suggestion to use root dataset as bootfsGregor Kopka2019-01-081-6/+0
* Add `cut` binary to the initramfsBen Cordero2018-12-132-2/+3
* Allow spaces in pool names for cmdline argumentkpande2018-11-111-0/+3
* Add quotations for ${ENCRYPTIONROOT}kpande2018-11-091-1/+1
* Use zfs-import.target in contrib/dracutAntonio Russo2018-07-312-5/+10
* Fix initramfs missing systemd binariesGeorge Diamantopoulos2018-07-271-0/+2
* Install basename utility into dracut initramfsSteffen Müthing2018-05-291-0/+1
* modprobe zfs during dracut mountkpande2018-03-221-0/+1
* Shellcheck cleanup for initrd scriptsKash Pande2018-02-236-101/+98
* Enable booting from nested encrypted datasetsKash Pande2018-02-233-33/+82