Advertisement
Guest User

Untitled

a guest
May 7th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. [pat@xfce lxqt]$ cat profile.conf
  2. ##########################################
  3. ###### use this file in the profile ######
  4. ##########################################
  5.  
  6. # use multilib packages; x86_64 only
  7. multilib="true"
  8.  
  9. displaymanager="sddm"
  10.  
  11. # Set to false to disable autologin in the livecd
  12. # autologin="true"
  13.  
  14. # nonfree xorg drivers
  15. nonfree_xorg="false"
  16.  
  17. # use plymouth; initcpio hook
  18. plymouth_boot="true"
  19.  
  20. # use pxe boot; initcpio hook
  21. pxe_boot="false"
  22.  
  23. ################ install ################
  24.  
  25. # unset defaults to given value
  26. # efi_boot_loader="grub"
  27.  
  28. # set uefi partition size
  29. # efi_part_size=31M
  30.  
  31. # unset defaults to given value
  32. # plymouth_theme=manjaro-elegant
  33.  
  34. # unset defaults to given values
  35. # names must match systemd service names
  36. # start_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
  37. start_systemd=('cronie' 'NetworkManager' 'tlp' 'tlp-sleep')
  38. disable_systemd=('pacman-init')
  39.  
  40. # unset defaults to given values,
  41. # names must match openrc service names
  42. # start_openrc=('acpid' 'bluetooth' 'cgmanager' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
  43. # disable_openrc=('pacman-init')
  44.  
  45. ################# livecd #################
  46.  
  47. # unset defaults to given value
  48. # hostname="manjaro"
  49.  
  50. # unset defaults to given value
  51. # username="manjaro"
  52.  
  53. # unset defaults to given value
  54. # password="manjaro"
  55.  
  56. # unset defaults to given values
  57. # addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel"
  58.  
  59. # unset defaults to given values
  60. # names must match systemd service names
  61. # services in start_systemd array don't need to be listed here
  62. # start_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init')
  63.  
  64. # unset defaults to given values,
  65. # names must match openrc service names
  66. # services in start_openrc array don't need to be listed here
  67. # start_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement