From: Victor Lowther Date: Fri, 6 Mar 2009 22:01:15 +0000 (-0600) Subject: Make plymouth play nice with current ctypt code, part 2. X-Git-Tag: 0.1~320 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=580ea15dee4abe8075fb25010a4bb82df063851e;p=thirdparty%2Fdracut.git Make plymouth play nice with current ctypt code, part 2. The reason this works is that inst will refuse to overwrite a file that already exists. We jsut make plymouth's code to ask for a password have the same name as 90crypt's password asking script, and it will override 90crypt's script while leaving everything else intact. --- diff --git a/modules.d/91plymouth/63-luks.rules b/modules.d/50plymouth/63-luks.rules similarity index 100% rename from modules.d/91plymouth/63-luks.rules rename to modules.d/50plymouth/63-luks.rules diff --git a/modules.d/91plymouth/cryptroot.sh b/modules.d/50plymouth/cryptroot.sh similarity index 100% rename from modules.d/91plymouth/cryptroot.sh rename to modules.d/50plymouth/cryptroot.sh diff --git a/modules.d/91plymouth/install b/modules.d/50plymouth/install similarity index 100% rename from modules.d/91plymouth/install rename to modules.d/50plymouth/install diff --git a/modules.d/91plymouth/plymouth-newroot.sh b/modules.d/50plymouth/plymouth-newroot.sh similarity index 100% rename from modules.d/91plymouth/plymouth-newroot.sh rename to modules.d/50plymouth/plymouth-newroot.sh diff --git a/modules.d/91plymouth/plymouth-populate-initrd b/modules.d/50plymouth/plymouth-populate-initrd similarity index 100% rename from modules.d/91plymouth/plymouth-populate-initrd rename to modules.d/50plymouth/plymouth-populate-initrd diff --git a/modules.d/91plymouth/plymouth-start.sh b/modules.d/50plymouth/plymouth-start.sh similarity index 100% rename from modules.d/91plymouth/plymouth-start.sh rename to modules.d/50plymouth/plymouth-start.sh