From 580ea15dee4abe8075fb25010a4bb82df063851e Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Fri, 6 Mar 2009 16:01:15 -0600 Subject: [PATCH] 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. --- modules.d/{91plymouth => 50plymouth}/63-luks.rules | 0 modules.d/{91plymouth => 50plymouth}/cryptroot.sh | 0 modules.d/{91plymouth => 50plymouth}/install | 0 modules.d/{91plymouth => 50plymouth}/plymouth-newroot.sh | 0 modules.d/{91plymouth => 50plymouth}/plymouth-populate-initrd | 0 modules.d/{91plymouth => 50plymouth}/plymouth-start.sh | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename modules.d/{91plymouth => 50plymouth}/63-luks.rules (100%) rename modules.d/{91plymouth => 50plymouth}/cryptroot.sh (100%) rename modules.d/{91plymouth => 50plymouth}/install (100%) rename modules.d/{91plymouth => 50plymouth}/plymouth-newroot.sh (100%) rename modules.d/{91plymouth => 50plymouth}/plymouth-populate-initrd (100%) rename modules.d/{91plymouth => 50plymouth}/plymouth-start.sh (100%) 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