Advertisement
hreikin

Untitled

Jan 17th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. (chroot)ubuntu / # cat /etc/lsb-release
  2. DISTRIB_ID=LinuxMint
  3. DISTRIB_RELEASE=16
  4. DISTRIB_CODENAME=petra
  5. DISTRIB_DESCRIPTION="LinuxMint 16"
  6. (chroot)ubuntu / # cat /etc/casper.conf
  7. # This file should go in /etc/casper.conf
  8. # Supported variables are:
  9. # USERNAME, USERFULLNAME, HOST, BUILD_SYSTEM, FLAVOUR
  10.  
  11. export USERNAME="aaa"
  12. export USERFULLNAME="Live session user"
  13. export HOST="bbb"
  14. export BUILD_SYSTEM="Ubuntu"
  15.  
  16. # USERNAME and HOSTNAME as specified above won't be honoured and will be set to
  17. # flavour string acquired at boot time, unless you set FLAVOUR to any
  18. # non-empty string.
  19.  
  20. export FLAVOUR="mint"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement