74494eb1e3
xbps-casper is a modified version of Ubuntu's casper app. And will be simplified and modified even more in the future, if necessary. --HG-- extra : convert_revision : 59163ef9b8b6978bc94c59ecaf0c8038b4e93e07
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
# This file should go in /etc/casper.conf
|
|
# Supported variables are:
|
|
# USERNAME, USERFULLNAME, HOST, BUILD_SYSTEM
|
|
|
|
export USERNAME="anon"
|
|
export USERFULLNAME="Anonymous live session user"
|
|
export HOST="xbps-live"
|
|
export BUILD_SYSTEM="XBPS"
|