Added new scripts

This commit is contained in:
2022-02-25 18:22:57 +01:00
parent 235327794e
commit b1904e21c2
4 changed files with 87 additions and 38 deletions

38
config-sample.json Normal file
View File

@@ -0,0 +1,38 @@
{
"audio": "pulseaudio",
"bootloader": "systemd-bootctl",
"desktop-environment": "i3",
"dry-run": false,
"gfx_driver": "VMware / VirtualBox (open-source)",
"harddrives": [
"/dev/vda"
],
"hostname": "archvm",
"kernels": [
"linux"
],
"keyboard-layout": "us",
"mirror-region": {
"Worldwide": {
"https://mirror.rackspace.com/archlinux/$repo/os/$arch": true
}
},
"nic": {
"NetworkManager": true,
"nic": "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)"
},
"ntp": true,
"packages": [
"docker",
"git",
"wget",
"zsh",
"neovim"
],
"profile": "/usr/lib/python3.10/site-packages/archinstall/profiles/desktop.py",
"swap": true,
"sys-encoding": "utf-8",
"sys-language": "en_US",
"timezone": "UTC",
"version":"2.3.1"
}