Added new scripts
This commit is contained in:
38
config-sample.json
Normal file
38
config-sample.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user