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.

47 lines
785 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
  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. "mirror-region": "Worldwide",
  16. "nic": {
  17. "type": "NM"
  18. },
  19. "ntp": true,
  20. "packages": ["docker", "git", "neovim"],
  21. "profile": "minimal",
  22. "services": ["docker"],
  23. "swap": false,
  24. "sys-encoding": "utf-8",
  25. "sys-language": "en_US",
  26. "timezone": "US/Eastern"
  27. }