You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
910 B

2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "audio": "none",
  3. "bootloader": "grub-install",
  4. "custom-commands": [
  5. "cd /home/junikim; git clone https://git.junickim.me/junikimm717/arch_rice.git",
  6. "chown -R junikim:junikim /home/junikim/arch_rice",
  7. "usermod -aG docker,video,audio,input junikim",
  8. "runuser -l junikim -c /home/junikim/arch_rice/user_arch.sh"
  9. ],
  10. "filesystem": "ext4",
  11. "gfx_driver": "All open-source (default)",
  12. "harddrives": ["/dev/vda"],
  13. "hostname": "archlinux1-kvm",
  14. "kernels": ["linux"],
  15. "keyboard-language": "us",
  16. "mirror-region": "Worldwide",
  17. "nic": {
  18. "NetworkManager": true
  19. },
  20. "ntp": true,
  21. "packages": ["docker", "git", "wget", "neovim"],
  22. "profile": "minimal",
  23. "services": ["docker"],
  24. "superusers": {
  25. "junikim": {
  26. "!password": "password"
  27. }
  28. },
  29. "sys-encoding": "utf-8",
  30. "sys-language": "en_US",
  31. "timezone": "US/Eastern",
  32. "users": {}
  33. }