# Distributed under the GPL v2
# $Id$
+ 19 Jan 2010; Andrew Gaffney <agaffney@gentoo.org> genkernel:
+ Only call set_bootloader is CMD_NOINSTALL is not set for Gentoo bug
+ #301454
+
27 Dec 2009; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/modules_load,
arch/arm/modules_load, arch/ia64/kernel-config, arch/ia64/modules_load,
arch/mips/modules_load, arch/parisc/modules_load,
if [ "${BUILD_KERNEL}" -eq '1' ]
then
- set_bootloader
+ if ! isTrue "${CMD_NOINSTALL}"
+ then
+ set_bootloader
+ fi
print_info 1 ''
print_info 1 "Kernel compiled successfully!"
print_info 1 ''