Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/config-sample.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/config-sample.json')
-rw-r--r--examples/config-sample.json32
1 files changed, 13 insertions, 19 deletions
diff --git a/examples/config-sample.json b/examples/config-sample.json
index 55bdf04b..18644860 100644
--- a/examples/config-sample.json
+++ b/examples/config-sample.json
@@ -1,35 +1,29 @@
{
- "!root-password": "<root_password>",
"audio": null,
"bootloader": "systemd-bootctl",
- "filesystem": "btrfs",
- "harddrive": {
- "path": "/dev/sda"
- },
- "hostname": "box",
+ "harddrives": [
+ "/dev/loop0"
+ ],
+ "hostname": "",
"kernels": [
"linux"
],
- "keyboard-language": "us",
+ "keyboard-layout": "us",
"mirror-region": {
"Worldwide": {
"https://mirror.rackspace.com/archlinux/$repo/os/$arch": true
}
},
"nic": {
- "NetworkManager": true
+ "NetworkManager": true,
+ "nic": "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)"
},
+ "ntp": true,
"packages": [],
"profile": null,
- "superusers": {
- "<username>": {
- "!password": "<password>"
- }
- },
- "timezone": "UTC",
- "users": {
- "<username>": {
- "!password": "<password>"
- }
- }
+ "script": "guided",
+ "swap": true,
+ "sys-encoding": "utf-8",
+ "sys-language": "en_US",
+ "timezone": "UTC"
} \ No newline at end of file