diff --git a/archinstall/creds.json b/archinstall/creds.json index 74259fa..3e748d5 100644 --- a/archinstall/creds.json +++ b/archinstall/creds.json @@ -1,4 +1,5 @@ { + "!root-password": "", "!superusers": { "junikim": { "!password": "password" } }, diff --git a/archinstall/install.json b/archinstall/install.json index cfb4328..38a9b5e 100644 --- a/archinstall/install.json +++ b/archinstall/install.json @@ -27,7 +27,8 @@ "mirror-region": "Worldwide", "nic": { - "type": "NM" + "NetworkManager": true, + "nic": "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" }, "ntp": true,