Advertisement
Guest User

profile.conf

a guest
Jan 15th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. ##########################################
  2. ###### use this file in the profile ######
  3. ##########################################
  4.  
  5. # use multilib packages; x86_64 only
  6. # multilib="true"
  7.  
  8. displaymanager="lightdm"
  9.  
  10. # Set to false to disable autologin in the livecd
  11. # autologin="true"
  12.  
  13. # nonfree mhwd drivers
  14. # nonfree_mhwd="true"
  15.  
  16. # use plymouth; initcpio hook
  17. # plymouth_boot="true"
  18.  
  19. # use pxe boot; initcpio hook
  20. pxe_boot="false"
  21.  
  22. ################ install ################
  23.  
  24. # unset defaults to given value
  25. # efi_boot_loader="grub"
  26.  
  27. # configure calamares for netinstall
  28. # netinstall="false"
  29.  
  30. # the default url for the netinstall.yaml
  31. # netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinstall"
  32.  
  33. # configure calamares to use chrootcfg instead of unpackfs
  34. # chrootcfg="false"
  35.  
  36. # use geoip for localization
  37. # geoip='true'
  38.  
  39. # unset defaults to given value
  40. # plymouth_theme=manjaro-elegant
  41.  
  42. # unset defaults to given values
  43. # names must match systemd service names
  44. enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
  45. disable_systemd=('pacman-init')
  46.  
  47. # unset defaults to given values,
  48. # names must match openrc service names
  49. # enable_openrc=('acpid' 'bluetooth' 'cgmanager' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
  50. # disable_openrc=()
  51.  
  52. # the same workgroup name if samba is used
  53. # smb_workgroup=""
  54.  
  55. ################# livecd #################
  56.  
  57. # unset defaults to given value
  58. # hostname="manjaro"
  59.  
  60. # unset defaults to given value
  61. # username="manjaro"
  62.  
  63. # unset defaults to given value
  64. # password="manjaro"
  65.  
  66. # the login shell
  67. # defaults to bash
  68. # login_shell=/bin/bash
  69.  
  70. # unset defaults to given values
  71. # addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel"
  72.  
  73. # unset defaults to given values
  74. # names must match systemd service names
  75. # services in enable_systemd array don't need to be listed here
  76. # enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
  77.  
  78. # unset defaults to given values,
  79. # names must match openrc service names
  80. # services in enable_openrc array don't need to be listed here
  81. # enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement