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.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/examples/config-sample.json b/examples/config-sample.json
new file mode 100644
index 00000000..55bdf04b
--- /dev/null
+++ b/examples/config-sample.json
@@ -0,0 +1,35 @@
+{
+ "!root-password": "<root_password>",
+ "audio": null,
+ "bootloader": "systemd-bootctl",
+ "filesystem": "btrfs",
+ "harddrive": {
+ "path": "/dev/sda"
+ },
+ "hostname": "box",
+ "kernels": [
+ "linux"
+ ],
+ "keyboard-language": "us",
+ "mirror-region": {
+ "Worldwide": {
+ "https://mirror.rackspace.com/archlinux/$repo/os/$arch": true
+ }
+ },
+ "nic": {
+ "NetworkManager": true
+ },
+ "packages": [],
+ "profile": null,
+ "superusers": {
+ "<username>": {
+ "!password": "<password>"
+ }
+ },
+ "timezone": "UTC",
+ "users": {
+ "<username>": {
+ "!password": "<password>"
+ }
+ }
+} \ No newline at end of file