Browse Source

* moved ipconfig to initrd.all module (as needed for the installer)

* moved ethtool, iproute2, iptables, dhcp and wireless-tools to networking module
	* moved netkit-base, netkit-telnet, net-tools and rocknet also to networking module

git-svn-id: svn://svn.opensde.net/desktop/bare/trunk@49 219270a8-6335-0410-8c83-dfab25b4dc40
legacy/early
Alejandro Mery 17 years ago
parent
commit
67759cfeec
3 changed files with 16 additions and 10 deletions
  1. +3
    -0
      pkgsel.d/initrd.all
  2. +0
    -10
      pkgsel.d/mixed.all
  3. +13
    -0
      pkgsel.d/networking.all

+ 3
- 0
pkgsel.d/initrd.all

@ -1 +1,4 @@
X dietlibc
# for the installer
X ipconfig

+ 0
- 10
pkgsel.d/mixed.all

@ -1,6 +1,5 @@
# Add strictly required packages
X cpio
X dhcp
X dialog
X bash
X bdb
@ -14,13 +13,11 @@ X disktype
X e2fsprogs
X eject
X embutils
X ethtool
X reiserfsprogs
X ed
X expat
X file
X fget
X ipconfig
X coreutils
X mmv
X findutils
@ -32,11 +29,8 @@ X grep
X groff
X gzip
X unifdef
X iproute2
X iptables
X jfsutils
X nullmailer
X wireless-tools
X kbd
X less
X libjpeg
@ -57,10 +51,7 @@ X modutils
X module-init-tools
X ncompress
X ncurses
X netkit-base
X net-tools
X nfs-utils
X netkit-telnet
X openssh
X openssl
X rsync
@ -114,7 +105,6 @@ X popt
# sysfiles split
X stone
X rocknet
X mkinitrd
###################### Begin XOrg basic packages and deps##################################

+ 13
- 0
pkgsel.d/networking.all

@ -0,0 +1,13 @@
X ethtool
X iproute2
X iptables
X dhcp
X wireless-tools
X netkit-base
X netkit-telnet
X net-tools
X rocknet

Loading…
Cancel
Save