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.

51 lines
941 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
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. "gfx_driver": "All open-source (default)",
  11. "harddrives": ["/dev/vda"],
  12. "hostname": "archbox",
  13. "kernels": ["linux"],
  14. "keyboard-language": "us",
  15. "keyboard-layout": "us",
  16. "mirror-region": "Worldwide",
  17. "nic": {
  18. "NetworkManager": true,
  19. "nic": "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)"
  20. },
  21. "ntp": true,
  22. "packages": ["docker", "git", "neovim"],
  23. "profile": "minimal",
  24. "services": ["docker"],
  25. "swap": false,
  26. "script": "guided",
  27. "sys-encoding": "utf-8",
  28. "sys-language": "en_US",
  29. "timezone": "US/Eastern"
  30. }