diff --git a/lfs/linux b/lfs/linux index 7e7714f45..2644711c9 100644 --- a/lfs/linux +++ b/lfs/linux @@ -213,6 +213,8 @@ else cd $(DIR_APP) && cp -v arch/i386/boot/bzImage /boot/vmlinuz-$(VER)-$(VERSUFIX) endif endif +endif + cd $(DIR_APP) && cp -v System.map /boot/System.map-$(VER)-$(VERSUFIX) cd $(DIR_APP) && cp -v .config /boot/config-$(VER)-$(VERSUFIX) cd $(DIR_APP) && make $(MAKETUNING) modules_install @@ -226,7 +228,6 @@ ifeq "$(MACHINE_TYPE)" "arm" done endif - ifeq "$(LASTKERNEL)" "1" # Only do this once cd $(DIR_APP) && install -m 755 usr/gen_init_cpio /sbin/ @@ -252,7 +253,6 @@ ifeq "$(LASTKERNEL)" "1" # Disable ipv6 at runtime echo "options ipv6 disable_ipv6=1" > /etc/modprobe.d/ipv6.conf endif -endif endif #force new build of external modules and initrd if the kernel was rebuild