-
Notifications
You must be signed in to change notification settings - Fork 1
/
profile.conf
97 lines (68 loc) · 2.75 KB
/
profile.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
##########################################
###### use this file in the profile ######
##########################################
# use multilib packages; x86_64 only
multilib="true"
displaymanager="sddm"
# Set to false to disable autologin in the livecd
# autologin="true"
# nonfree mhwd drivers
# nonfree_mhwd="true"
# use extra packages as defined in pkglist to activate a full profile
extra="false"
# extra="true"
# custom build mirror server
#build_mirror=https://mirrors.manjaro.org/repo/
build_mirror=https://manjaro2.biglinux.com.br/
label="BigLinux_$(LC_TIME=C date +%Y_month_%m_day_%d).iso"
################ install ################
# unset defaults to given value
# efi_boot_loader="grub"
# configure calamares for netinstall
# netinstall="false"
## size and expansion policy for Calamares
## supported: normal,fullscreen,noexpand
windowexp=fullscreen
# configure calamares to use chrootcfg instead of unpackfs
# chrootcfg="false"
# use geoip for localization
geoip='true'
# add strict snaps: strict_snaps="core core18 gnome-3-28-1804 gtk-common-themes snap-store"
# strict_snaps=""
# add classic snaps: classic_snaps="code"
# classic_snaps=""
# choose the snap channel. Possible options are: stable, candidate, beta, edge
# snap_channel="candidate"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'cups' 'tlp' 'tlp-sleep' 'vboxservice' 'ufw' 'nmb' 'smb' 'set-cfs-tweaks' 'dnsmasq' 'cups-browsed')
#enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'cups' 'tlp' 'tlp-sleep')
disable_systemd=('rtkit-daemon')
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# the same workgroup name if samba is used
# smb_workgroup=""
################# livecd #################
# unset defaults to given value
hostname="biglinux"
# unset defaults to given value
username="biglinux"
# unset defaults to given value
password="biglinux"
# the login shell
# defaults to bash
# login_shell=/bin/bash
# unset defaults to given values
# If add vboxsf boot not work
addgroups="lp,network,power,wheel,sambashare,audio"
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
disable_systemd_live=('mirrors-live' 'ufw' 'fstrim.timer')
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')