From 220bba1f5cdf32367953b17cc5c933198e8f82e6 Mon Sep 17 00:00:00 2001 From: junikimm717 Date: Thu, 14 Apr 2022 19:19:01 -0400 Subject: [PATCH] empty fields --- archinstall/creds.json | 2 +- archinstall/install.json | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/archinstall/creds.json b/archinstall/creds.json index 3e748d5..f057fd9 100644 --- a/archinstall/creds.json +++ b/archinstall/creds.json @@ -1,7 +1,7 @@ { "!root-password": "", "!superusers": { - "junikim": { "!password": "password" } + "junikim": {} }, "!users": {} } diff --git a/archinstall/install.json b/archinstall/install.json index 2585259..ee16a64 100644 --- a/archinstall/install.json +++ b/archinstall/install.json @@ -15,8 +15,6 @@ "harddrives": ["/dev/vda"], - "hostname": "archbox", - "kernels": ["linux"], "keyboard-language": "us",