Files
mambawelcome/config.sample
Silvan Calarco 7b0d277fda Initial commit for mambawelcome port to PyQt4
- copied common files from old mambawelcome in desktop-base-openmamba
- Makefile copied from desktop-base-openmamba and reworked to only install mambawelcome components
2012-03-24 11:56:05 +01:00

16 lines
414 B
Plaintext

# openmamba installer configuration file
INSTALL_DEVICE=
INSTALL_BOOTLOADER_DEVICE=
INSTALL_BOOTLOADER_DEVICE_SETBOOTABLE="true"
INSTALL_BOOTLOADER_CHAINLOAD=()
INSTALL_FSTYPE=ext3
INSTALL_HOSTNAME="openmamba-test"
INSTALL_USER="default"
INSTALL_USER_FULLNAME="Default User"
INSTALL_USER_PASSWORD=""
INSTALL_USER_AUTOLOGIN="true"
INSTALL_ROOT_PASSWORD=""
INSTALL_HOSTNAME="openmamba"
INSTALL_DOMAIN="localdomain"