Browse Source

* hacked mnemosyne to support t2 2.3

legacy/multilib
Alejandro Mery 18 years ago
parent
commit
f557954358
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      pkgsel/Base/BOOT.conf
  2. +2
    -2
      pkgsel/Base/Kernel_linux.conf
  3. +1
    -1
      pkgsel/Console/X.conf

+ 1
- 1
pkgsel/Base/BOOT.conf

@ -5,7 +5,7 @@ case "$SDECFG_TRG_MNEMOSYNE_BOOT" in
;; ;;
*) case "$sdever" in *) case "$sdever" in
2.1*) ;; 2.1*) ;;
2.2*) cat<<-EOT >> $cfgtmpdir/mnemosyne.postpkgfilter.in
2.2*|2.3*) cat<<-EOT >> $cfgtmpdir/mnemosyne.postpkgfilter.in
pkgenable grub pkgenable grub
pkgdisable lilo pkgdisable lilo
EOT EOT

+ 2
- 2
pkgsel/Base/Kernel_linux.conf

@ -14,7 +14,7 @@
case "$sdever" in case "$sdever" in
2.1*) ;; 2.1*) ;;
2.2*) cat<<-EOT >> $cfgtmpdir/mnemosyne.postpkgfilter.in
2.2*|2.3*) cat<<-EOT >> $cfgtmpdir/mnemosyne.postpkgfilter.in
pkgenable udev pkgenable udev
pkgenable mkinitrd cpio disktype pdksh dietlibc embutils minised pkgenable mkinitrd cpio disktype pdksh dietlibc embutils minised
@ -28,7 +28,7 @@ case "$sdever" in
SDECFGSET_DIETLIBC=1 SDECFGSET_DIETLIBC=1
for x in embutils pdksh module_init_tools modutils udev embutils hotplug__ \ for x in embutils pdksh module_init_tools modutils udev embutils hotplug__ \
minised disktype fget; do
minised disktype fget udhcp dropbear; do
eval SDECFGSET_DIETLIBC_$x=1 eval SDECFGSET_DIETLIBC_$x=1
done done

+ 1
- 1
pkgsel/Console/X.conf

@ -14,7 +14,7 @@
case "$sdever" in case "$sdever" in
2.1*) ;; 2.1*) ;;
2.2*) if [ "$SDECFG_TRG_MNEMOSYNE_X" != none ]; then
2.2*|2.3*) if [ "$SDECFG_TRG_MNEMOSYNE_X" != none ]; then
cat<<-EOT >> $cfgtmpdir/mnemosyne.postpkgfilter.in cat<<-EOT >> $cfgtmpdir/mnemosyne.postpkgfilter.in
# these were part of x11-modular at 2.1, and we don't want # these were part of x11-modular at 2.1, and we don't want
# to enable them there # to enable them there

Loading…
Cancel
Save