diff options
Diffstat (limited to 'components')
| -rwxr-xr-x | components/9990-initramfs-tools.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/9990-initramfs-tools.sh b/components/9990-initramfs-tools.sh index 210579d..eb11d23 100755 --- a/components/9990-initramfs-tools.sh +++ b/components/9990-initramfs-tools.sh @@ -31,7 +31,7 @@ panic() do case "${_PARAMETER}" in panic=*) - panic="${_PARAMETER#*verify-checksums=}" + panic="${_PARAMETER#*panic=}" ;; esac done |
