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 X dietlibc
# for the installer
X ipconfig

+ 0
- 10
pkgsel.d/mixed.all

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