Added amd64 support
This commit is contained in:
parent
da7032c4bd
commit
a7f862aed1
129
tasks/base-sarge
129
tasks/base-sarge
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* The script used to generate this file is :
|
||||
|
||||
for arch in alpha arm i386 ia64 m68k powerpc sparc mips mipsel hppa s390
|
||||
for arch in alpha amd64 arm i386 ia64 m68k powerpc sparc mips mipsel hppa s390
|
||||
do
|
||||
echo "#ifdef ARCH_$arch"
|
||||
debootstrap --arch $arch --print-debs $CODENAME | tr ' ' '\n' | grep -v "^$"
|
||||
|
@ -1464,3 +1464,130 @@ devfsd
|
|||
iptables
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_amd64
|
||||
base-files
|
||||
base-passwd
|
||||
bash
|
||||
bsdutils
|
||||
coreutils
|
||||
libacl1
|
||||
libattr1
|
||||
debconf
|
||||
debconf-i18n
|
||||
liblocale-gettext-perl
|
||||
libtext-wrapi18n-perl
|
||||
libtext-charwidth-perl
|
||||
debianutils
|
||||
diff
|
||||
dpkg
|
||||
dselect
|
||||
libblkid1
|
||||
e2fsprogs
|
||||
e2fslibs
|
||||
libcomerr2
|
||||
libss2
|
||||
libuuid1
|
||||
findutils
|
||||
grep
|
||||
gzip
|
||||
hostname
|
||||
libcap1
|
||||
libc6
|
||||
libdb1-compat
|
||||
libdb3
|
||||
libncurses5
|
||||
libnewt0.51
|
||||
libpam-modules
|
||||
libpam-runtime
|
||||
libpam0g
|
||||
libperl5.8
|
||||
libpopt0
|
||||
login
|
||||
makedev
|
||||
mawk
|
||||
modutils
|
||||
mount
|
||||
ncurses-base
|
||||
ncurses-bin
|
||||
passwd
|
||||
perl-base
|
||||
procps
|
||||
sed
|
||||
slang1a-utf8
|
||||
initscripts
|
||||
sysvinit
|
||||
sysv-rc
|
||||
tar
|
||||
util-linux
|
||||
whiptail
|
||||
libgcc1
|
||||
gcc-3.3-base
|
||||
libstdc++5
|
||||
libtext-iconv-perl
|
||||
zlib1g
|
||||
adduser
|
||||
apt
|
||||
apt-utils
|
||||
libdb4.2
|
||||
at
|
||||
base-config
|
||||
aptitude
|
||||
libsigc++-1.2-5c102
|
||||
bsdmainutils
|
||||
console-common
|
||||
console-tools
|
||||
libconsole
|
||||
console-data
|
||||
cpio
|
||||
cron
|
||||
dhcp-client
|
||||
ed
|
||||
exim4
|
||||
exim4-base
|
||||
exim4-config
|
||||
exim4-daemon-light
|
||||
libgnutls10
|
||||
libgcrypt7
|
||||
libgpg-error0
|
||||
libopencdk8
|
||||
libtasn1-2
|
||||
fdutils
|
||||
gettext-base
|
||||
groff-base
|
||||
ifupdown
|
||||
info
|
||||
klogd
|
||||
libssl0.9.7
|
||||
liblzo1
|
||||
zlib1g
|
||||
liblockfile1
|
||||
libpcre3
|
||||
libwrap0
|
||||
logrotate
|
||||
mailx
|
||||
man-db
|
||||
libgdbm3
|
||||
manpages
|
||||
nano
|
||||
net-tools
|
||||
netbase
|
||||
netkit-inetd
|
||||
iputils-ping
|
||||
nvi
|
||||
ppp
|
||||
pppconfig
|
||||
pppoe
|
||||
pppoeconf
|
||||
libpcap0.7
|
||||
sysklogd
|
||||
tasksel
|
||||
libtextwrap1
|
||||
tcpd
|
||||
telnet
|
||||
libtext-iconv-perl
|
||||
wget
|
||||
pciutils
|
||||
setserial
|
||||
psmisc
|
||||
iptables
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue