diff --git a/archinstall/creds.json b/archinstall/creds.json index 198188a..74259fa 100644 --- a/archinstall/creds.json +++ b/archinstall/creds.json @@ -1,5 +1,6 @@ { "!superusers": { "junikim": { "!password": "password" } - } + }, + "!users": {} } diff --git a/archinstall/disk.json b/archinstall/disk.json index 2c153dd..df9c10d 100644 --- a/archinstall/disk.json +++ b/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", diff --git a/archinstall/install.json b/archinstall/install.json index 5802476..cfb4328 100644 --- a/archinstall/install.json +++ b/archinstall/install.json @@ -40,6 +40,8 @@ "swap": false, + "script": "guided", + "sys-encoding": "utf-8", "sys-language": "en_US",