Browse Source

* added mktinitrd to BOOT.initrd and set BOOT.conf to only build cramfs-tools, cramfsswap and mktinitrd on stage 0 for BOOT.initrd

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

+ 2
- 0
pkgsel/Base/BOOT.conf

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

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

@ -2,6 +2,7 @@
#Forced: FOOTPRINT=embedded
X cramfs-tools
X cramfsswap
X mktinitrd
# remove it so sysvinit/config.in doesn't enable it when seeing
# that no other INIT is available

Loading…
Cancel
Save