mirror of https://gitee.com/openkylin/casper.git
15 lines
437 B
Plaintext
15 lines
437 B
Plaintext
# This file should go in /etc/casper.conf
|
|
# Supported variables are:
|
|
# USERNAME, USERFULLNAME, HOST, BUILD_SYSTEM, FLAVOUR
|
|
|
|
export USERNAME="ubuntu"
|
|
export USERFULLNAME="Live session user"
|
|
export HOST="ubuntu"
|
|
export BUILD_SYSTEM="Ubuntu"
|
|
|
|
# USERNAME and HOSTNAME as specified above won't be honoured and will be set to
|
|
# flavour string acquired at boot time, unless you set FLAVOUR to any
|
|
# non-empty string.
|
|
|
|
# export FLAVOUR="Ubuntu"
|