Browse Source

config fixes

master
junikimm717 2 years ago
parent
commit
322ff60fc4
  1. 3
      archinstall/creds.json
  2. 4
      archinstall/disk.json
  3. 2
      archinstall/install.json

3
archinstall/creds.json

@ -1,5 +1,6 @@
{ {
"!superusers": { "!superusers": {
"junikim": { "!password": "password" } "junikim": { "!password": "password" }
}
},
"!users": {}
} }

4
archinstall/disk.json

@ -7,7 +7,7 @@
"filesystem": { "filesystem": {
"format": "fat32" "format": "fat32"
}, },
"wipe": true,
"format": true,
"mountpoint": "/boot", "mountpoint": "/boot",
"size": "513MB", "size": "513MB",
"start": "5MB", "start": "5MB",
@ -18,7 +18,7 @@
"filesystem": { "filesystem": {
"format": "ext4" "format": "ext4"
}, },
"wipe": true,
"format": true,
"mountpoint": "/", "mountpoint": "/",
"size": "100%", "size": "100%",
"start": "518MB", "start": "518MB",

2
archinstall/install.json

@ -40,6 +40,8 @@
"swap": false, "swap": false,
"script": "guided",
"sys-encoding": "utf-8", "sys-encoding": "utf-8",
"sys-language": "en_US", "sys-language": "en_US",

Loading…
Cancel
Save