Browse Source

* changed BOOT.initrd to enable cpio instead of cramfs stuff

legacy/multilib
Alejandro Mery 18 years ago
parent
commit
9b159384d9
2 changed files with 1 additions and 4 deletions
  1. +0
    -2
      pkgsel/Base/BOOT.conf
  2. +1
    -2
      pkgsel/Base/BOOT.initrd.choice

+ 0
- 2
pkgsel/Base/BOOT.conf

@ -3,8 +3,6 @@ case "$SDECFG_TRG_MNEMOSYNE_BOOT" in
export SDECFGSET_IMAGE=none export SDECFGSET_IMAGE=none
const SDECFG_IMAGE none ;; const SDECFG_IMAGE none ;;
initrd) initrd)
hack_stages 0 cramfs-tools cramfsswap
export SDECFGSET_IMAGE=initrd export SDECFGSET_IMAGE=initrd
const SDECFG_IMAGE initrd ;; const SDECFG_IMAGE initrd ;;
*) ;; *) ;;

+ 1
- 2
pkgsel/Base/BOOT.initrd.choice

@ -1,8 +1,7 @@
#Description: Run from within an initrd images #Description: Run from within an initrd images
#Forced: FOOTPRINT=embedded #Forced: FOOTPRINT=embedded
X cramfs-tools
X cramfsswap
X mktinitrd X mktinitrd
X cpio
# remove it so sysvinit/config.in doesn't enable it when seeing # remove it so sysvinit/config.in doesn't enable it when seeing
# that no other INIT is available # that no other INIT is available

Loading…
Cancel
Save