2009-10-08 21:41:22 +02:00
|
|
|
# This file should go in /etc/casper.conf
|
|
|
|
# Supported variables are:
|
2012-02-06 11:06:57 +01:00
|
|
|
# USERNAME, USERFULLNAME, HOST, BUILD_SYSTEM, AUTOINSTALLER
|
2009-10-08 21:41:22 +02:00
|
|
|
|
|
|
|
export USERNAME="anon"
|
|
|
|
export USERFULLNAME="Anonymous live session user"
|
|
|
|
export HOST="xbps-live"
|
|
|
|
export BUILD_SYSTEM="XBPS"
|
2012-02-06 11:06:57 +01:00
|
|
|
# If enabled the Void Linux installer will be executed by getty.
|
|
|
|
# Comment it out to disable and enable user autologin.
|
|
|
|
export AUTOINSTALLER=1
|