#!bin/sh
#
# Some variables used by installation sccripts. 
#

# Variables for mirroring disks and creating logical volumes.
#
INSTALL_PACKAGES="mdadm lvm2 grub2 mkcramfs mailutils telnetd"
INSTALL_BOOT=/dev/md0
INSTALL_BOOTMD=" /dev/sdc1 /dev/sdd1"
INSTALL_ROOT=/dev/all_disks/root

# Afterwards, we can install some more nice-to-have things.
# Not related to all above.
#
INSTALL_PACKAGES_2="samba smbfs swat mysql-server-5.1 flex"

