forked from playtron-os/gameos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
28 lines (23 loc) · 778 Bytes
/
Copy pathconfig.toml
File metadata and controls
28 lines (23 loc) · 778 Bytes
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
[[customizations.user]]
name = "playtron"
password = "playtron"
groups = ["wheel"]
[[customizations.directories]]
path = "/etc/environment.d"
user = "root"
group = "root"
# switch Grid to install mode
[[customizations.files]]
path = "/etc/environment.d/playtron-installer.conf"
data = "GRID_INSTALL_MODE=1"
# disable resize-root-file-system service
[[customizations.files]]
path = "/etc/systemd/system/resize-root-file-system.service"
# disable media automount
[[customizations.files]]
path = "/etc/udev/rules.d/99-media-automount.rules"
# disable qcom_q6v5_pas to allow installer to boot from usb device on X13s
# NOTE: this prevents audio from working on the X13s
[[customizations.files]]
path = "/etc/modprobe.d/playtron-installer.conf"
data = "blacklist qcom_q6v5_pas"