s/elsif/elif/ because I use too many languages and random bash tutorials online can...
authorAndrew Gaffney <agaffney@gentoo.org>
Thu, 29 Nov 2007 12:52:52 +0000 (12:52 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Thu, 29 Nov 2007 12:52:52 +0000 (12:52 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@567 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
gen_initramfs.sh
gen_initrd.sh

index add2076718f92b465cfab8f6188df3a26b087489..b4281dbb26095619f7778e66151b3edb62096c02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  29 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
+  gen_initrd.sh:
+  s/elsif/elif/ because I use too many languages and random bash tutorials
+  online can't be trusted
+
   28 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
   genkernel:
   Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for
index 79eed735be622dca6226160d5f71c941a51e68a0..ca7c2b59f51bda657d7ce1ea10477aa6e21ab46a 100644 (file)
@@ -408,7 +408,7 @@ append_auxilary() {
                        rm -f ${TEMP}/initramfs-aux-temp/sbin/cryptsetup
                        cp /bin/cryptsetup ${TEMP}/initramfs-aux-temp/sbin/cryptsetup
                        chmod +x "${TEMP}/initramfs-aux-temp/sbin/cryptsetup"
-               elsif is_static /sbin/cryptsetup
+               elif is_static /sbin/cryptsetup
                then
                        print_info 1 "Including LUKS support"
                        rm -f ${TEMP}/initramfs-aux-temp/sbin/cryptsetup
index e0341ae8c4b41d1d02e7b4e363c0dcaa96beb654..59df7dcfd5e309b2405e79c6167791918e2b2726 100644 (file)
@@ -216,7 +216,7 @@ create_base_initrd_sys() {
                        rm -f ${TEMP}/initrd-temp/sbin/cryptsetup
                        cp /bin/cryptsetup ${TEMP}/initrd-temp/sbin/cryptsetup
                        chmod +x "${TEMP}/initrd-temp/sbin/cryptsetup"
-               elsif is_static /sbin/cryptsetup
+               elif is_static /sbin/cryptsetup
                then
                        print_info 1 "Including LUKS support"
                        rm -f ${TEMP}/initrd-temp/sbin/cryptsetup