blob: e56ded39e4e7892f37d1cf0d43bf640216e1b001 (
plain)
1
2
3
4
5
6
7
8
|
# This file should go in /etc/casper.conf
# Supported variables are:
# USERNAME, USERFULLNAME, HOST, BUILD_SYSTEM
export USERNAME="ubuntu"
export USERFULLNAME="Live session user"
export HOST="ubuntu"
export BUILD_SYSTEM="Ubuntu"
|