Idunn is an small system aiming to give an early rescue/install environment with ssh support, making life easier when one doesn't have physical access to machine.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
555 B

  1. #Description: Idunn, early recovery system
  2. #
  3. # Generic Settings
  4. #
  5. SDECFGSET_CROSSBUILD='1'
  6. SDECFGSET_IMAGE='initramfs'
  7. SDECFGSET_OPT='size'
  8. SDECFGSET_CONTINUE_ON_ERROR_AFTER=9
  9. SDECFGSET_INIT='none'
  10. SDECFGSET_LIBC='uclibc'
  11. SDECFGSET_EXPERT=1
  12. # no NLS
  13. SDECFGSET_DISABLE_NLS='1'
  14. #
  15. # Package specific settings
  16. #
  17. # enable ccache
  18. SDECFGSET_PKG_CCACHE_USEIT=1
  19. # just C/C++
  20. SDECFGSET_PKG_GCC_JAVA=0
  21. SDECFGSET_PKG_GCC_F77=0
  22. SDECFGSET_PKG_GCC_OBJC=0
  23. # busybox
  24. SDECFGSET_PKG_BUSYBOX_SYMLINKS=1
  25. SDECFGSET_PKG_BUSYBOX_DEFCONFIG=0
  26. SDECFGSET_PKG_BUSYBOX_SUSv2=0