Merge pull request #521 from l4zy0n3/patch-1
Updated custom-command-sample.json with newly added keys
This commit is contained in:
commit
59bb9262e6
|
|
@ -8,6 +8,7 @@
|
||||||
],
|
],
|
||||||
"!encryption-password": "supersecret",
|
"!encryption-password": "supersecret",
|
||||||
"filesystem": "btrfs",
|
"filesystem": "btrfs",
|
||||||
|
"gfx_driver": "VMware / VirtualBox (open-source)",
|
||||||
"harddrive": {
|
"harddrive": {
|
||||||
"path": "/dev/nvme0n1"
|
"path": "/dev/nvme0n1"
|
||||||
},
|
},
|
||||||
|
|
@ -16,14 +17,11 @@
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
"keyboard-language": "us",
|
"keyboard-language": "us",
|
||||||
"mirror-region": {
|
"mirror-region": "Worldwide",
|
||||||
"Worldwide": {
|
|
||||||
"https://mirror.rackspace.com/archlinux/$repo/os/$arch": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nic": {
|
"nic": {
|
||||||
"NetworkManager": true
|
"NetworkManager": true
|
||||||
},
|
},
|
||||||
|
"ntp": true,
|
||||||
"packages": ["docker", "git", "wget", "zsh"],
|
"packages": ["docker", "git", "wget", "zsh"],
|
||||||
"profile": "gnome",
|
"profile": "gnome",
|
||||||
"services": ["docker"],
|
"services": ["docker"],
|
||||||
|
|
@ -32,6 +30,8 @@
|
||||||
"!password": "devel"
|
"!password": "devel"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"sys-encoding": "utf-8",
|
||||||
|
"sys-language": "en_US",
|
||||||
"timezone": "US/Eastern",
|
"timezone": "US/Eastern",
|
||||||
"users": {}
|
"users": {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue