Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
dracut
> 0323-crypt-cryptroot-ask.sh-do-not-use-getargbool.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0323-crypt-cryptroot-ask.sh-do-not-use-getargbool.patch of Package dracut
From 1d71152bd1a0b5d17f7f609d5e037694e36ad6c1 Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Wed, 28 Aug 2013 10:08:36 +0200 Subject: [PATCH] crypt/cryptroot-ask.sh: do not use getargbool --- modules.d/90crypt/cryptroot-ask.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90crypt/cryptroot-ask.sh b/modules.d/90crypt/cryptroot-ask.sh index 6a95dc2..4b8efec 100755 --- a/modules.d/90crypt/cryptroot-ask.sh +++ b/modules.d/90crypt/cryptroot-ask.sh @@ -33,7 +33,7 @@ else fi # TODO: improve to support what cmdline does -if [ -f /etc/crypttab ] && getargbool 1 rd.luks.crypttab -n rd_NO_CRYPTTAB; then +if [ -f /etc/crypttab ] && getargs rd_NO_CRYPTTAB; then while read name dev luksfile rest; do # ignore blank lines and comments if [ -z "$name" -o "${name#\#}" != "$name" ]; then -- 1.8.3.1