Update kernel, isolinux and sqashsf

This commit is contained in:
Juergen Daubert 2008-10-14 20:33:49 +02:00
parent d116ac706d
commit be6c930aa3
3 changed files with 6632 additions and 4 deletions

View File

@ -6,10 +6,10 @@
CRUXVERSION = 2.5
COLLECTIONS = core opt xorg
KERNEL_MIRROR = ftp://ftp.kernel.org
KERNEL_VERSION = 2.6.23.9
KERNEL_PATCHES = squashfs3.3-patch
KERNEL_VERSION = 2.6.27
KERNEL_PATCHES = squashfs3.4-patch
STATIC_BB = http://jaeger.morpheus.net/linux/crux/files/busybox-1.7.2-i386-static.bz2
SYSLINUX_VERSION = 3.60
SYSLINUX_VERSION = 3.72
PORTS_DIR = $(PWD)/ports
FAKE_ROOT_DIR = $(PWD)/tmp/fake_root
SQUASHFS_DIR = $(PWD)/tmp/squashfs
@ -286,7 +286,7 @@ iso: check-root kernel syslinux initramfs squashfs setup.dependencies
@cp initramfs/initramfs $(ISO_ROOT_DIR)/boot/initramfs
@echo "- Copying ISO specific files"
@mkdir -p $(ISO_ROOT_DIR)/etc $(ISO_ROOT_DIR)/boot/isolinux
@cp iso/syslinux-$(SYSLINUX_VERSION)/isolinux.bin $(ISO_ROOT_DIR)/boot/isolinux
@cp iso/syslinux-$(SYSLINUX_VERSION)/core/isolinux.bin $(ISO_ROOT_DIR)/boot/isolinux
@cp iso/isolinux/{isolinux.cfg,*.msg,memtest86plus} \
$(ISO_ROOT_DIR)/boot/isolinux
@echo $(CRUXVERSION)-$(DATE_STR) > $(ISO_ROOT_DIR)/crux-cd

2410
kernel/linux-2.6.27.config Normal file

File diff suppressed because it is too large Load Diff

4218
kernel/squashfs3.4-patch Normal file

File diff suppressed because it is too large Load Diff