Browse Source

* added more packages needed by install output and initrd, and set initrd tools to build against dietlibc

legacy/multilib
Alejandro Mery 19 years ago
parent
commit
076c24dd4b
1 changed files with 11 additions and 2 deletions
  1. +11
    -2
      pkgsel/Base/Kernel_linux.conf

+ 11
- 2
pkgsel/Base/Kernel_linux.conf

@ -17,8 +17,17 @@ case "$sdever" in
2.2*) cat<<-EOT >> $cfgtmpdir/mnemosyne.postpkgfilter.in
pkgenable udev rocknet
pkgenable mkinitrd cpio disktype pdksh dietlibc embutils minised
# needed by install output
pkgenable fget grub
pkgenable eject parted
EOT
const SDECFG_DIETLIBC 1
const SDECFG_DIETLIBC_embutils 1
SDECFGSET_DIETLIBC=1
for x in embutils pdksh module_init_tools modutils udev embutils hotplug__ \
minised disktype; do
eval SDECFGSET_DIETLIBC_$x=1
done
;;
esac

Loading…
Cancel
Save