Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
dracut
> 0108-90crypt-crypto_LUKS-identifier-corrected.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0108-90crypt-crypto_LUKS-identifier-corrected.patch of Package dracut
From b01d764b5a6cdeca47a52de783da31230ba4cba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@aidecoe.name> Date: Wed, 9 Jun 2010 10:40:31 +0200 Subject: [PATCH] 90crypt: 'crypto_LUKS' identifier corrected --- modules.d/90crypt/check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90crypt/check b/modules.d/90crypt/check index 07c53f9..852695b 100755 --- a/modules.d/90crypt/check +++ b/modules.d/90crypt/check @@ -19,7 +19,7 @@ is_crypt() { [[ $(get_fs_type /dev/block/$1) = crypto_LUKS ]]; } check_block_and_slaves is_crypt "$rootdev" || exit 1 else # root is not on a block device, use the shotgun approach - blkid | grep -q crypt_LUKS || exit 1 + blkid | grep -q crypto\?_LUKS || exit 1 fi } -- 1.8.3.1