# 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
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
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