summaryrefslogtreecommitdiffstats
path: root/contrib/dracut/90zfs
Commit message (Expand)AuthorAgeFilesLines
* contrib: dracut: zfs-snapshot-bootfs: exit status fixBrian Behlendorf2022-10-201-1/+1
* contrib: dracut: zfs-{rollback,snapshot}-bootfs: explicit snapname fixgregory-lee-bartholomew2022-10-202-2/+2
* contrib: dracut: zfs-snapshot-bootfs: exit status fixgregory-lee-bartholomew2022-08-121-1/+1
* Remove install of zfs-load-module.service for dracutMatthew Thode2022-06-211-2/+1
* Multiple dracut module install script cleanupsSavyasachee Jha2022-05-251-63/+40
* Remove absolute paths to udev rules and binaries for dracutSavyasachee Jha2022-05-251-12/+5
* Make dracut fail if essential files cannot be installedSavyasachee Jha2022-05-251-10/+30
* Make better use of dracut functions when building initramfsSavyasachee Jha2022-05-251-53/+24
* contrib: dracut: remove getargbool polyfillнаб2022-05-061-14/+0
* contrib: dracut: zfs-needshutdown: don't listнаб2022-05-061-1/+1
* contrib: dracut: zfs-{rollback,snapshot}-bootfs: order after key loadingнаб2022-05-062-8/+4
* contrib: dracut: don't require essentials to be under the same encrootнаб2022-05-062-32/+40
* contrib: dracut: inline single-use import_pool, move single-use ask_for_passwordнаб2022-05-062-82/+72
* contrib: dracut: zfs-lib: remove find_bootfsнаб2022-05-062-27/+2
* contrib: dracut: zfs-lib: simplify ask_for_passwordнаб2022-05-062-49/+13
* contrib; dracut: flatten zfs-load-key, simplify zfs-env-bootfsнаб2022-05-062-40/+36
* contrib; dracut: centralise root= parsing, actually support root=sнаб2022-05-065-109/+101
* contrib: dracut: parse-zfs: stop pretending we support FILESYSTEM=наб2022-05-061-4/+1
* contrib: dracut: parse-zfs: drop initqueue-finished for i/fнаб2022-05-061-3/+0
* contrib/dracut: zfs-lib: export_all: replace with inline zpool export -aнаб2022-05-063-20/+2
* libfetch: unquote @LIBFETCH_SONAME@ substнаб2022-02-161-2/+2
* contrib/initrd hooks: properly quote @LIBFETCH_SONAME@наб2022-02-161-1/+2
* Remove basename(1). Clean up/shorten some coreutils pipelinesнаб2022-02-163-3/+3
* contrib/initrd: systemd-ask-password --no-tty before argumentнаб2022-02-161-1/+1
* dracut: 90zfs: zfs-load-key: wait for key to appear for up to 10 secondsнаб2022-02-161-10/+26
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2022-02-165-6/+12
* Fix plymouth passphrase prompt with dracutMichal Vasilek2021-06-291-2/+2
* dracut: 90zfs: respect zfs_force=1 on systemd systemsнаб2021-06-104-20/+28
* Use %%/* instead of awk -F/ {print $1} to strip datasetsнаб2021-06-092-2/+2
* dracut: 90zfs: zfs-load-key: don't load unencrypted bootfs' keylocationнаб2021-06-091-3/+2
* dracut: 90zfs: module-setup: try /lib*/libgcc_s.so*, relax /u/l/gcc pathнаб2021-06-091-3/+6
* Turn checkbashisms into a make targetнаб2021-06-091-0/+3
* Turn shellcheck into a normal make target. Fix new files it caughtнаб2021-06-091-0/+1
* Trim excess shellcheck annotations. Widen to all non-Korn scriptsнаб2021-06-086-3/+9
* Fix SC2181 ("[ $?") outside tests/наб2021-06-082-9/+3
* dracut/90/module-setup: mainly shellcheck cleanupнаб2021-06-081-6/+5
* contrib/dracut: 90: zfs-{rollback,snapshot}-bootfs: use @sbindir@наб2021-04-192-2/+2
* contrib/dracut: 90: mount essential datasets under rootнаб2021-04-192-19/+101
* contrib/dracut: 90: generator: only log to kmsg if debug set on cmdlineнаб2021-04-191-4/+7
* 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-141-24/+3