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.
|
# in the beginning there was nothing...
|
|
#
|
|
O *
|
|
|
|
# Let there be a file structure and system files
|
|
#
|
|
X fhs
|
|
X sysfiles
|
|
X iana-etc
|
|
|
|
# kernel headers and a libc
|
|
#
|
|
X linux-header
|
|
X uclibc
|
|
|
|
# and the tools for building the system
|
|
#
|
|
X automake
|
|
X autoconf
|
|
X gcc
|
|
X binutils
|
|
X flex
|
|
X libtool
|
|
X ccache
|
|
|
|
X busybox
|
|
|
|
X dropbear
|
|
|
|
X openvpn
|
|
|
|
# needed by dropbear
|
|
X zlib
|
|
# needed by openvpn
|
|
X openssl
|
|
X lzo
|