Dagon is a mnemosyne-based server distribution, for providing data It's designed to be web, sql and dns server.
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.

12 lines
284 B

# options always used on all dagon systems
#
for x in KERNEL='linux' HALDBUS=0 \
PAM=0 IDS=1 SSP=1 SECURITY=none ENCRYPTION=1 \
NETWORK=1 LVM=1 SSHD=dropbear DHCP=udhcp \
DNS=1 \
DOC=usual X=none \
; do
eval SDECFGSET_TRG_MNEMOSYNE_$x
const SDECFG_TRG_MNEMOSYNE_${x/=/ }
done