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.

36 lines
388 B

  1. # in the beginning there was nothing...
  2. #
  3. O *
  4. # Let there be a file structure and system files
  5. #
  6. X fhs
  7. X sysfiles
  8. X iana-etc
  9. # kernel headers and a libc
  10. #
  11. X linux-header
  12. X uclibc
  13. # and the tools for building the system
  14. #
  15. X automake
  16. X autoconf
  17. X gcc
  18. X binutils
  19. X flex
  20. X libtool
  21. X ccache
  22. X busybox
  23. X dropbear
  24. X openvpn
  25. # needed by dropbear
  26. X zlib
  27. # needed by openvpn
  28. X openssl
  29. X lzo