Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-05-28 08:42:48 +0200
committerGitHub <noreply@github.com>2021-05-28 08:42:48 +0200
commit59bb9262e6dbc67d04fa51f347b98e8d5a161f2a (patch)
tree7b8530cd463026e1896ccbb63162e1f4f0394a07 /examples
parent4bb644bf5b8ce70bc08c76deeeb6fe71a3c36c1a (diff)
parentfd4b2c97fb6f4953b0ecc7f43096b49979c038d1 (diff)
Merge pull request #521 from l4zy0n3/patch-1
Updated custom-command-sample.json with newly added keys
Diffstat (limited to 'examples')
-rw-r--r--examples/custom-command-sample.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/custom-command-sample.json b/examples/custom-command-sample.json
index 5e7a70e3..f38bcca1 100644
--- a/examples/custom-command-sample.json
+++ b/examples/custom-command-sample.json
@@ -8,6 +8,7 @@
],
"!encryption-password": "supersecret",
"filesystem": "btrfs",
+ "gfx_driver": "VMware / VirtualBox (open-source)",
"harddrive": {
"path": "/dev/nvme0n1"
},
@@ -16,14 +17,11 @@
"linux"
],
"keyboard-language": "us",
- "mirror-region": {
- "Worldwide": {
- "https://mirror.rackspace.com/archlinux/$repo/os/$arch": true
- }
- },
+ "mirror-region": "Worldwide",
"nic": {
"NetworkManager": true
},
+ "ntp": true,
"packages": ["docker", "git", "wget", "zsh"],
"profile": "gnome",
"services": ["docker"],
@@ -32,6 +30,8 @@
"!password": "devel"
}
},
+ "sys-encoding": "utf-8",
+ "sys-language": "en_US",
"timezone": "US/Eastern",
"users": {}
}