Advertisement
hreikin

Untitled

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