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.

52 lines
504 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 rsync
  25. # /dev
  26. #
  27. X udev
  28. X hotplug2
  29. X openvpn
  30. # fs helpers
  31. #
  32. X reiserfsprogs
  33. X e2fsprogs
  34. # bootmanagers
  35. #
  36. X syslinux
  37. X grub
  38. # needed by dropbear
  39. X zlib
  40. # needed by openvpn
  41. X openssl
  42. X lzo