12 lines
397 B
Plaintext
12 lines
397 B
Plaintext
# This file should go in /etc/casper.conf
|
|
# Supported variables are:
|
|
# USERNAME, USERFULLNAME, HOST, BUILD_SYSTEM, AUTOINSTALLER
|
|
|
|
export USERNAME="anon"
|
|
export USERFULLNAME="Anonymous live session user"
|
|
export HOST="xbps-live"
|
|
export BUILD_SYSTEM="XBPS"
|
|
# If enabled the Void Linux installer will be executed by getty.
|
|
# Comment it out to disable and enable user autologin.
|
|
export AUTOINSTALLER=1
|