virtual-appliance/lodgeit/preinstall

14 lines
223 B
Plaintext
Raw Normal View History

2010-07-28 14:48:09 +02:00
#!/bin/sh -ev
CHROOT="$1"
APPLIANCE="`dirname $0`"
# set up apache modules in make.conf
cat >> ${CHROOT}/etc/make.conf << EOF
# Apache config for LodgeIt
APACHE2_MPMS="prefork"
APACHE2_MODULES="authz_host dir mime"
EOF