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": {
"junikim": { "!password": "password" }
}
},
"!users": {}
}

4
archinstall/disk.json

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

2
archinstall/install.json

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

Loading…
Cancel
Save