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.

177 lines
6.0 KiB

  1. {
  2. "additional-repositories": [],
  3. "archinstall-language": "English",
  4. "audio_config": {
  5. "audio": "pulseaudio"
  6. },
  7. "bootloader": "Grub",
  8. "config_version": "3.0.2",
  9. "disk_config": {
  10. "config_type": "default_layout",
  11. "device_modifications": [
  12. {
  13. "device": "/dev/sda",
  14. "partitions": [
  15. {
  16. "btrfs": [],
  17. "dev_path": null,
  18. "flags": [
  19. "boot"
  20. ],
  21. "fs_type": "fat32",
  22. "mount_options": [],
  23. "mountpoint": "/boot",
  24. "obj_id": "f8e093b1-5180-4193-9e01-2398ca2734ea",
  25. "size": {
  26. "sector_size": {
  27. "unit": "B",
  28. "value": 512
  29. },
  30. "unit": "GiB",
  31. "value": 1
  32. },
  33. "start": {
  34. "sector_size": {
  35. "unit": "B",
  36. "value": 512
  37. },
  38. "unit": "MiB",
  39. "value": 3
  40. },
  41. "status": "create",
  42. "type": "primary"
  43. },
  44. {
  45. "btrfs": [
  46. {
  47. "mountpoint": "/",
  48. "name": "@"
  49. },
  50. {
  51. "mountpoint": "/home",
  52. "name": "@home"
  53. },
  54. {
  55. "mountpoint": "/var/log",
  56. "name": "@log"
  57. },
  58. {
  59. "mountpoint": "/var/cache/pacman/pkg",
  60. "name": "@pkg"
  61. },
  62. {
  63. "mountpoint": "/.snapshots",
  64. "name": "@.snapshots"
  65. }
  66. ],
  67. "dev_path": null,
  68. "flags": [],
  69. "fs_type": "btrfs",
  70. "mount_options": [
  71. "compress=zstd"
  72. ],
  73. "mountpoint": null,
  74. "obj_id": "e9e55603-c309-4c2c-904f-68f1c859c65a",
  75. "size": {
  76. "sector_size": {
  77. "unit": "B",
  78. "value": 512
  79. },
  80. "unit": "B",
  81. "value": 20397948928
  82. },
  83. "start": {
  84. "sector_size": {
  85. "unit": "B",
  86. "value": 512
  87. },
  88. "unit": "B",
  89. "value": 1076887552
  90. },
  91. "status": "create",
  92. "type": "primary"
  93. }
  94. ],
  95. "wipe": true
  96. }
  97. ]
  98. },
  99. "disk_encryption": {
  100. "encryption_type": "luks",
  101. "lvm_volumes": [],
  102. "partitions": [
  103. "e9e55603-c309-4c2c-904f-68f1c859c65a"
  104. ]
  105. },
  106. "hostname": "archlinux",
  107. "kernels": [
  108. "linux",
  109. "linux-lts"
  110. ],
  111. "locale_config": {
  112. "kb_layout": "us",
  113. "sys_enc": "UTF-8",
  114. "sys_lang": "en_AU"
  115. },
  116. "mirror_config": {
  117. "custom_mirrors": [],
  118. "mirror_regions": {
  119. "Australia": [
  120. "https://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch",
  121. "http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch",
  122. "http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch",
  123. "http://ftp.swin.edu.au/archlinux/$repo/os/$arch",
  124. "http://syd.mirror.rackspace.com/archlinux/$repo/os/$arch",
  125. "https://syd.mirror.rackspace.com/archlinux/$repo/os/$arch",
  126. "http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch",
  127. "https://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch",
  128. "http://au.mirrors.cicku.me/archlinux/$repo/os/$arch",
  129. "https://au.mirrors.cicku.me/archlinux/$repo/os/$arch",
  130. "http://gsl-syd.mm.fcix.net/archlinux/$repo/os/$arch",
  131. "https://gsl-syd.mm.fcix.net/archlinux/$repo/os/$arch",
  132. "https://sydney.mirror.pkgbuild.com/$repo/os/$arch",
  133. "https://au.arch.niranjan.co/$repo/os/$arch"
  134. ]
  135. }
  136. },
  137. "network_config": {},
  138. "ntp": true,
  139. "packages": [
  140. "grub-btrfs",
  141. "git",
  142. "base-devel",
  143. "cmake",
  144. "ninja",
  145. "curl",
  146. "wget",
  147. "stow",
  148. "zsh",
  149. "networkmanager",
  150. "libx11",
  151. "libxft",
  152. "xorg-server",
  153. "xorg-xinit",
  154. "libxinerama",
  155. "dunst",
  156. "ttf-jetbrains-mono-nerd",
  157. "fzf"
  158. ],
  159. "parallel downloads": 5,
  160. "profile_config": {
  161. "gfx_driver": "All open-source",
  162. "greeter": null,
  163. "profile": {
  164. "custom_settings": {},
  165. "details": [],
  166. "main": "Xorg"
  167. }
  168. },
  169. "custom-commands": [
  170. "wget https://git.tovijaeschke.xyz/tovi/arch-install-automation/raw/branch/master/post-install.sh && bash post-install.sh"
  171. ],
  172. "save_config": null,
  173. "swap": true,
  174. "timezone": "Australia/Adelaide",
  175. "uki": false,
  176. "version": "3.0.2"
  177. }