Browse Source

empty fields

master
junikimm717 3 years ago
parent
commit
220bba1f5c
  1. 2
      archinstall/creds.json
  2. 2
      archinstall/install.json

2
archinstall/creds.json

@ -1,7 +1,7 @@
{ {
"!root-password": "", "!root-password": "",
"!superusers": { "!superusers": {
"junikim": { "!password": "password" }
"junikim": {}
}, },
"!users": {} "!users": {}
} }

2
archinstall/install.json

@ -15,8 +15,6 @@
"harddrives": ["/dev/vda"], "harddrives": ["/dev/vda"],
"hostname": "archbox",
"kernels": ["linux"], "kernels": ["linux"],
"keyboard-language": "us", "keyboard-language": "us",

Loading…
Cancel
Save