Skip to content

Commit

Permalink
Merge pull request #521 from l4zy0n3/patch-1
Browse files Browse the repository at this point in the history
Updated custom-command-sample.json with newly added keys
  • Loading branch information
Torxed authored May 28, 2021
2 parents 4bb644b + fd4b2c9 commit 59bb926
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/custom-command-sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
],
"!encryption-password": "supersecret",
"filesystem": "btrfs",
"gfx_driver": "VMware / VirtualBox (open-source)",
"harddrive": {
"path": "/dev/nvme0n1"
},
Expand All @@ -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"],
Expand All @@ -32,6 +30,8 @@
"!password": "devel"
}
},
"sys-encoding": "utf-8",
"sys-language": "en_US",
"timezone": "US/Eastern",
"users": {}
}

0 comments on commit 59bb926

Please sign in to comment.