diff --git a/ChangeLog b/ChangeLog index add2076..b4281db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 29 Nov 2007; Andrew Gaffney 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 gen_compile.sh, genkernel: Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for diff --git a/gen_initramfs.sh b/gen_initramfs.sh index 79eed73..ca7c2b5 100644 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -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 diff --git a/gen_initrd.sh b/gen_initrd.sh index e0341ae..59df7dc 100644 --- a/gen_initrd.sh +++ b/gen_initrd.sh @@ -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