X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=crypttab-keyscript.patch;fp=crypttab-keyscript.patch;h=df1b59f8a8de2252528fa6b99e19977aeb80a60c;hb=b209f50dd69f467ee77559898c087669c1254b39;hp=a276b23fd98ef0699273181045ffc8c0f31161be;hpb=263da8e73c0fff727fcf218c7caf4b7e8c0e19e1;p=packages%2Fdracut.git diff --git a/crypttab-keyscript.patch b/crypttab-keyscript.patch index a276b23..df1b59f 100644 --- a/crypttab-keyscript.patch +++ b/crypttab-keyscript.patch @@ -1,7 +1,7 @@ -diff -urpa dracut-048.orig/modules.d/90crypt/cryptroot-ask.sh dracut-048/modules.d/90crypt/cryptroot-ask.sh ---- dracut-048.orig/modules.d/90crypt/cryptroot-ask.sh 2018-07-06 08:37:51.000000000 +0000 -+++ dracut-048/modules.d/90crypt/cryptroot-ask.sh 2018-07-21 14:44:47.121435253 +0000 -@@ -106,6 +106,9 @@ while [ $# -gt 0 ]; do +diff -urpa dracut-056.orig/modules.d/90crypt/cryptroot-ask.sh dracut-056/modules.d/90crypt/cryptroot-ask.sh +--- dracut-056.orig/modules.d/90crypt/cryptroot-ask.sh 2022-02-18 12:32:53.000000000 +0100 ++++ dracut-056/modules.d/90crypt/cryptroot-ask.sh 2022-08-28 19:27:11.079536407 +0200 +@@ -112,6 +112,9 @@ while [ $# -gt 0 ]; do header=*) cryptsetupopts="${cryptsetupopts} --${1}" ;; @@ -11,7 +11,7 @@ diff -urpa dracut-048.orig/modules.d/90crypt/cryptroot-ask.sh dracut-048/modules esac shift done -@@ -163,6 +166,14 @@ else +@@ -174,6 +177,14 @@ else done fi @@ -26,10 +26,10 @@ diff -urpa dracut-048.orig/modules.d/90crypt/cryptroot-ask.sh dracut-048/modules if [ $ask_passphrase -ne 0 ]; then luks_open="$(command -v cryptsetup) $cryptsetupopts luksOpen" _timeout=$(getargs "rd.luks.timeout") -diff -urpa dracut-048.orig/modules.d/90crypt/module-setup.sh dracut-048/modules.d/90crypt/module-setup.sh ---- dracut-048.orig/modules.d/90crypt/module-setup.sh 2018-07-06 08:37:51.000000000 +0000 -+++ dracut-048/modules.d/90crypt/module-setup.sh 2018-07-21 14:44:47.121435253 +0000 -@@ -97,10 +97,26 @@ install() { +diff -urpa dracut-056.orig/modules.d/90crypt/module-setup.sh dracut-056/modules.d/90crypt/module-setup.sh +--- dracut-056.orig/modules.d/90crypt/module-setup.sh 2022-02-18 12:32:53.000000000 +0100 ++++ dracut-056/modules.d/90crypt/module-setup.sh 2022-08-28 19:27:11.079536407 +0200 +@@ -136,10 +136,26 @@ install() { forceentry="yes" break ;;