Modified packages.list and handling
* Added ntp to packages list (Both ARCHes) * Modified Makefile to parse the CARCH related packages.$ARCH We need different lists cause not all packages exist for both arches. And it's bad to edit in the packages.list each build. Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
333dd4b4ba
commit
952fa35398
3 changed files with 45 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
ver=2009.02
|
ver=2009.06
|
||||||
kver=2.6.28-ARCH
|
kver=2.6.30-ARCH
|
||||||
|
|
||||||
WORKDIR=work
|
WORKDIR=work
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ PWD:=`pwd`
|
||||||
FTPname:=$(PWD)/archlinux-$(ver)-ftp-$(ARCH)
|
FTPname:=$(PWD)/archlinux-$(ver)-ftp-$(ARCH)
|
||||||
COREname:=$(PWD)/archlinux-$(ver)-core-$(ARCH)
|
COREname:=$(PWD)/archlinux-$(ver)-core-$(ARCH)
|
||||||
|
|
||||||
PACKAGES="`cat packages.list` $(BOOTLOADER)"
|
PACKAGES="$(shell cat packages.$(ARCH)) $(BOOTLOADER)"
|
||||||
|
|
||||||
all: ftp-iso ftp-usb core-iso core-usb
|
all: ftp-iso ftp-usb core-iso core-usb
|
||||||
all-iso: ftp-iso core-iso
|
all-iso: ftp-iso core-iso
|
||||||
|
|
|
@ -26,6 +26,7 @@ nfs-utils
|
||||||
nmap
|
nmap
|
||||||
ntfs-3g
|
ntfs-3g
|
||||||
ntfsprogs
|
ntfsprogs
|
||||||
|
ntp
|
||||||
openssh
|
openssh
|
||||||
openvpn
|
openvpn
|
||||||
parted
|
parted
|
41
configs/install-iso/packages.x86_64
Normal file
41
configs/install-iso/packages.x86_64
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
aif
|
||||||
|
aufs2-util
|
||||||
|
base
|
||||||
|
ddrescue
|
||||||
|
dmraid
|
||||||
|
dnsutils
|
||||||
|
dosfstools
|
||||||
|
elinks
|
||||||
|
gnu-netcat
|
||||||
|
grub-gfx
|
||||||
|
inetutils
|
||||||
|
ipw2100-fw
|
||||||
|
ipw2200-fw
|
||||||
|
iwlwifi-3945-ucode
|
||||||
|
iwlwifi-4965-ucode
|
||||||
|
iwlwifi-5000-ucode
|
||||||
|
joe
|
||||||
|
lftp
|
||||||
|
lilo
|
||||||
|
memtest86+
|
||||||
|
ndiswrapper
|
||||||
|
ndiswrapper-utils
|
||||||
|
nfs-utils
|
||||||
|
nmap
|
||||||
|
ntfs-3g
|
||||||
|
ntfsprogs
|
||||||
|
ntp
|
||||||
|
openssh
|
||||||
|
openvpn
|
||||||
|
parted
|
||||||
|
pptpclient
|
||||||
|
rt2x00-rt61-fw
|
||||||
|
rt2x00-rt71w-fw
|
||||||
|
speedtouch
|
||||||
|
squashfs-tools
|
||||||
|
tcpdump
|
||||||
|
tiacx
|
||||||
|
tiacx-firmware
|
||||||
|
wireless_tools
|
||||||
|
wlan-ng26-utils
|
||||||
|
zd1211-firmware
|
Loading…
Add table
Reference in a new issue