Author: jw Date: 2006-03-26 21:38:21 +0200 (Sun, 26 Mar 2006) New Revision: 1030 Modified: crux-2.2/Makefile Log: Makefile: kernel 2.6.15.6, setup-helper Modified: crux-2.2/Makefile =================================================================== --- crux-2.2/Makefile 2006-03-26 19:15:07 UTC (rev 1029) +++ crux-2.2/Makefile 2006-03-26 19:38:21 UTC (rev 1030) @@ -5,7 +5,7 @@ COLLECTIONS = core opt KERNEL_MIRROR = ftp://ftp.kernel.org -KERNEL_VERSION = 2.6.15.4 +KERNEL_VERSION = 2.6.15.6 KERNEL_PATCHES = SYSLINUX_VERSION = 3.11 FAKE_ROOT_DIR = $(PWD)/tmp/fake_root @@ -188,7 +188,7 @@ @echo "- Copying CRUX packages" @mkdir -p $(ISO_ROOT_DIR)/crux @cp doc/handbook/handbook.txt $(ISO_ROOT_DIR)/crux - @cp iso/bin/{setup,serial_console} $(ISO_ROOT_DIR)/usr/bin + @cp iso/bin/{setup,setup-helper,serial_console} $(ISO_ROOT_DIR)/usr/bin @mkdir -p $(ISO_ROOT_DIR)/crux/kernel @cp kernel/linux-$(KERNEL_VERSION).tar.bz2 $(ISO_ROOT_DIR)/crux/kernel @cp kernel/linux-$(KERNEL_VERSION).config $(ISO_ROOT_DIR)/crux/kernel
participants (1)
-
crux@crux.nu