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
520 B

# 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
# main packages
#
X busybox
X openvpn
X dropbear
X rsync
# /dev
#
X udev
X hotplug2
# fs helpers
#
X reiserfsprogs
X e2fsprogs
# bootmanagers
#
X syslinux
X grub
# needed by dropbear
X zlib
# needed by openvpn
X openssl
X lzo