3 changed files with 16 additions and 2 deletions
@ -0,0 +1,14 @@ |
|||
# This file should go in /etc/casper.conf |
|||
# Supported variables are: |
|||
# USERNAME, USERFULLNAME, HOST, BUILD_SYSTEM, FLAVOUR |
|||
|
|||
export USERNAME="live" |
|||
export USERFULLNAME="Live session user" |
|||
export HOST="minios" |
|||
export BUILD_SYSTEM="MiniOS" |
|||
|
|||
# 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" |
Loading…
Reference in new issue