Browse Source

* changed BOOT to not move mktinitrd to stage 0, we will use it directly from the sandbox

legacy/multilib
Alejandro Mery 18 years ago
parent
commit
35b9a3b518
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pkgsel/Base/BOOT.conf

+ 1
- 1
pkgsel/Base/BOOT.conf

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

Loading…
Cancel
Save