From 713604aecb939b42683301722c0d338c1b10674b Mon Sep 17 00:00:00 2001 From: junikimm717 Date: Thu, 14 Apr 2022 13:11:01 -0400 Subject: [PATCH] install.json --- install.json | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 install.json diff --git a/install.json b/install.json new file mode 100644 index 0000000..de10585 --- /dev/null +++ b/install.json @@ -0,0 +1,55 @@ +{ + "audio": null, + + "bootloader": "grub", + + "custom-commands": [ + "cd /home/junikim; git clone https://git.junickim.me/junikimm717/arch_rice.git", + + "chown -R junikim:junikim /home/junikim/arch_rice", + + "usermod -aG docker,video,audio,input junikim", + + "runuser -l junikim -c /home/junikim/arch_rice/user_arch.sh" + ], + + "filesystem": "ext4", + + "harddrive": { + "path": "/dev/vda" + }, + + "hostname": "archlinux1-kvm", + + "kernels": ["linux"], + + "keyboard-language": "us", + + "mirror-region": "Worldwide", + + "nic": { + "NetworkManager": true + }, + + "ntp": true, + + "packages": ["docker", "git", "wget", "neovim"], + + "profile": "minimal", + + "services": ["docker"], + + "superusers": { + "junikim": { + "!password": "password" + } + }, + + "sys-encoding": "utf-8", + + "sys-language": "en_US", + + "timezone": "US/Eastern", + + "users": {} +}