Guest User

Untitled

a guest
May 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 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. # use extra packages as defined in pkglist to activate a full profile
  9. # extra="true"
  10.  
  11. ################ install ################
  12.  
  13. # default displaymanager: none
  14. # supported; lightdm, sddm, gdm, lxdm, mdm
  15. displaymanager="gdm"
  16.  
  17. # Set to false to disable autologin in the livecd
  18. # autologin="true"
  19.  
  20. # nonfree xorg drivers
  21. # nonfree_mhwd="true"
  22.  
  23. # possible values: grub;systemd-boot
  24. # efi_boot_loader="grub"
  25.  
  26. # configure calamares for netinstall
  27. # netinstall="false"
  28.  
  29. # configure calamares to use chrootcfg instead of unpackfs
  30. # chrootcfg="false"
  31.  
  32. # use geoip
  33. # geoip="true"
  34.  
  35. # unset defaults to given values
  36. # names must match systemd service names
  37. enable_systemd=('bluetooth' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'avahi-demon' 'haveged')
  38. disable_systemd=()
  39.  
  40. # unset defaults to given values,
  41. # names must match openrc service names
  42. # enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
  43. # disable_openrc=()
  44.  
  45. # unset defaults to given values
  46. # addgroups="video,power,disk,storage,optical,lp,scanner,wheel"
  47.  
  48. # the same workgroup name if samba is used
  49. # smb_workgroup="Manjaro"
  50.  
  51. ################# live-session #################
  52.  
  53. # unset defaults to given value
  54. hostname="manjaro"
  55.  
  56. # unset defaults to given value
  57. # username="manjaro"
  58.  
  59. # unset defaults to given value
  60. # password="manjaro"
  61.  
  62. # the login shell
  63. # defaults to bash
  64. # login_shell=/bin/bash
  65.  
  66. # unset defaults to given values
  67. # names must match systemd service names
  68. # services in enable_systemd array don't need to be listed here
  69. # enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
  70.  
  71. # unset defaults to given values,
  72. # names must match openrc service names
  73. # services in enable_openrc array don't need to be listed here
  74. # enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
Add Comment
Please, Sign In to add comment