Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
dracut
> 0131-crypt-removed-default-70-luks.rules.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0131-crypt-removed-default-70-luks.rules.patch of Package dracut
From 863e5f75a71e43317691faba0ccfde6422c61414 Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Mon, 12 Jul 2010 14:33:43 +0200 Subject: [PATCH] crypt: removed default 70-luks.rules --- modules.d/90crypt/70-luks.rules | 12 ------------ modules.d/90crypt/install | 1 - 2 files changed, 13 deletions(-) delete mode 100644 modules.d/90crypt/70-luks.rules diff --git a/modules.d/90crypt/70-luks.rules b/modules.d/90crypt/70-luks.rules deleted file mode 100644 index efbd800..0000000 --- a/modules.d/90crypt/70-luks.rules +++ /dev/null @@ -1,12 +0,0 @@ -# hacky rules to try to try unlocking dm-crypt devs -# -# Copyright 2008, Red Hat, Inc. -# Jeremy Katz <katzj@redhat.com> - - -SUBSYSTEM!="block", GOTO="luks_end" -ACTION!="add|change", GOTO="luks_end" - -ENV{ID_FS_TYPE}=="crypto_LUKS", RUN+="/sbin/initqueue --unique --onetime --name cryptroot-ask-%k /sbin/cryptroot-ask $env{DEVNAME} luks-$env{ID_FS_UUID}" - -LABEL="luks_end" diff --git a/modules.d/90crypt/install b/modules.d/90crypt/install index 4097592..7a7418d 100755 --- a/modules.d/90crypt/install +++ b/modules.d/90crypt/install @@ -1,6 +1,5 @@ #!/bin/bash inst cryptsetup -inst_rules "$moddir/70-luks.rules" inst "$moddir"/cryptroot-ask.sh /sbin/cryptroot-ask inst_hook cmdline 30 "$moddir/parse-crypt.sh" inst_hook pre-pivot 30 "$moddir/crypt-cleanup.sh" -- 1.8.3.1