From: Robin H. Johnson Date: Fri, 19 Oct 2012 22:20:54 +0000 (-0700) Subject: Missing then keyword. X-Git-Tag: v3.4.45~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a60e920d61e727b3cab90f1b8079acf556cf77c2;p=genkernel.git Missing then keyword. Signed-off-by: Robin H. Johnson --- diff --git a/ChangeLog b/ChangeLog index 023016b..7902101 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ + 19 Oct 2012; Robin H. Johnson gen_bootloader.sh: + Missing then keyword. + 15 Oct 2012; Peter Hjalmarsson defaults/linuxrc: Support using init= on the command line. diff --git a/gen_bootloader.sh b/gen_bootloader.sh index 7a4f485..5848bd2 100755 --- a/gen_bootloader.sh +++ b/gen_bootloader.sh @@ -91,6 +91,7 @@ set_bootloader_grub() { echo "title=Gentoo Linux ($KV)" >> ${GRUB_CONF} echo -e "\tkernel /kernel-${KNAME}-${ARCH}-${KV} root=${GRUB_ROOTFS}" >> ${GRUB_CONF} if [ "${BUILD_INITRD}" = '1' ] + then if [ "${PAT}" -gt '4' ] then echo -e "\tinitrd /initramfs-${KNAME}-${ARCH}-${KV}" >> ${GRUB_CONF}