From 87e75a7d09b358ef929ca62d1a741acaaa8ad504 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 26 Nov 2021 14:24:47 +0000 Subject: Updated examples, fix #772 --- examples/config-sample.json | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) (limited to 'examples/config-sample.json') diff --git a/examples/config-sample.json b/examples/config-sample.json index 55bdf04b..18644860 100644 --- a/examples/config-sample.json +++ b/examples/config-sample.json @@ -1,35 +1,29 @@ { - "!root-password": "", "audio": null, "bootloader": "systemd-bootctl", - "filesystem": "btrfs", - "harddrive": { - "path": "/dev/sda" - }, - "hostname": "box", + "harddrives": [ + "/dev/loop0" + ], + "hostname": "", "kernels": [ "linux" ], - "keyboard-language": "us", + "keyboard-layout": "us", "mirror-region": { "Worldwide": { "https://mirror.rackspace.com/archlinux/$repo/os/$arch": true } }, "nic": { - "NetworkManager": true + "NetworkManager": true, + "nic": "Use NetworkManager (necessary to configure internet graphically in GNOME and KDE)" }, + "ntp": true, "packages": [], "profile": null, - "superusers": { - "": { - "!password": "" - } - }, - "timezone": "UTC", - "users": { - "": { - "!password": "" - } - } + "script": "guided", + "swap": true, + "sys-encoding": "utf-8", + "sys-language": "en_US", + "timezone": "UTC" } \ No newline at end of file -- cgit v1.2.3-70-g09d2