From bedb7a84c58cc5509196f215f55da4e69e91d597 Mon Sep 17 00:00:00 2001 From: ms Date: Sat, 26 May 2007 20:44:12 +0000 Subject: [PATCH] Ein Fix zum bauen des XEN-Kernels. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@584 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- doc/packages-list.txt | 1 - lfs/linux | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/packages-list.txt b/doc/packages-list.txt index b1342cebac..8ec03df108 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -44,7 +44,6 @@ * bind-9.3.2 * binutils-2.16.1 * bison-2.2 -* bootsplash-3.2 * bridge-utils-1.1 * busybox-1.2.2 * bwm-ng-0.6 diff --git a/lfs/linux b/lfs/linux index fdeeb9e146..bed722bb91 100644 --- a/lfs/linux +++ b/lfs/linux @@ -188,8 +188,8 @@ endif ifeq "$(SMP)" "1" cd $(DIR_APP) && sed -i -e 's/EXTRAVERSION\ =.*/EXTRAVERSION\ =\ $(PATCHLEVEL)-ipfire-smp/' Makefile - cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" vmlinuz - cd $(DIR_APP) && cp -v vmlinuz /boot/vmlinuz-$(VER)-ipfire-smp + cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" vmlinux + cd $(DIR_APP) && cp -v vmlinux /boot/vmlinuz-$(VER)-ipfire-smp cd $(DIR_APP) && cp -v System.map /boot/System.map-$(VER)-ipfire-smp ln -sf vmlinuz-$(VER)-ipfire-smp /boot/vmlinuz-ipfire-smp cd $(DIR_APP) && make CC="$(KGCC)" $(MAKETUNING) modules @@ -205,8 +205,8 @@ ifeq "$(XEN)" "1" cd $(DIR_APP) && make CC="$(KGCC)" $(MAKETUNING) modules_install else cd $(DIR_APP) && sed -i -e 's/EXTRAVERSION\ =.*/EXTRAVERSION\ =\ $(PATCHLEVEL)-ipfire/' Makefile - cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" vmlinuz - cd $(DIR_APP) && cp -v vmlinuz /boot/vmlinuz-$(VER)-ipfire + cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" vmlinux + cd $(DIR_APP) && cp -v vmlinux /boot/vmlinuz-$(VER)-ipfire cd $(DIR_APP) && cp -v System.map /boot/System.map-$(VER)-ipfire cd $(DIR_APP) && cp -v .config /boot/config-$(VER)-ipfire ln -sf vmlinuz-$(VER)-ipfire /boot/vmlinuz-ipfire -- 2.39.2