Author: sip Date: 2006-02-23 18:01:56 +0100 (Thu, 23 Feb 2006) New Revision: 760 Modified: crux-2.2/Makefile Log: Updated makefile collections, packages and kernel ver Modified: crux-2.2/Makefile =================================================================== --- crux-2.2/Makefile 2006-02-23 16:54:35 UTC (rev 759) +++ crux-2.2/Makefile 2006-02-23 17:01:56 UTC (rev 760) @@ -3,18 +3,19 @@ # Copyright (c) 2003-2005 Per Liden <per@fukt.bth.se> # -COLLECTIONS = core opt +COLLECTIONS = core opt contrib KERNEL_MIRROR = ftp://ftp.kernel.org -KERNEL_VERSION = 2.6.11.7 +KERNEL_VERSION = 2.6.15.4 KERNEL_PATCHES = -SYSLINUX_VERSION = 3.07 +SYSLINUX_VERSION = 3.11 FAKE_ROOT_DIR = $(PWD)/tmp/fake_root ISO_ROOT_DIR = $(PWD)/tmp/iso_root ISO_FILENAME = $(PWD)/crux.iso -ISO_PACKAGES = filesystem bash coreutils bzip2 devfsd e2fsprogs jfsutils xfsprogs \ +ISO_PACKAGES = filesystem bash coreutils bzip2 jfsutils xfsprogs e2fsprogs \ reiserfsprogs patch findutils glibc grep gzip kbd module-init-tools \ less lilo gawk ncurses net-tools pkgutils procps readline sed shadow \ - mktemp sysklogd sysvinit tar util-linux vim which dialog pine mdadm + mktemp sysklogd sysvinit tar util-linux vim which dialog pine mdadm \ + pciutils libusb sysfsutils usbutils hotplug udev grub ifeq ($(FORCE),yes) PKGMK_FORCE=-f @@ -159,6 +160,8 @@ @cd $(ISO_ROOT_DIR)/usr/bin && rm cal locale localedef rpcgen pine compile_et mk_cmds @cd $(ISO_ROOT_DIR)/usr/sbin && rm group{add,del,mod} user{add,del,mod} grpck pwck iconvconfig rpcinfo zic zdump @cd $(ISO_ROOT_DIR)/etc && rm -rf rc.d cron {resolv,lilo,sysctl,pkgadd,pkgmk}.conf securetty + @cd $(ISO_ROOT_DIR)/usr/sbin && rm -rf keytab-lilo.pl + @cd $(ISO_ROOT_DIR)/usr/lib && rm -rf pkgconfig/* @cd $(ISO_ROOT_DIR)/lib/modules/$(KERNEL_VERSION) && rm -f build @echo "- Creating symlinks" @ln -sf /tmp/var $(ISO_ROOT_DIR)/var
participants (1)
-
crux@crux.nu