index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | examples/config-sample.json | 32 |
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": "<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": { - "<username>": { - "!password": "<password>" - } - }, - "timezone": "UTC", - "users": { - "<username>": { - "!password": "<password>" - } - } + "script": "guided", + "swap": true, + "sys-encoding": "utf-8", + "sys-language": "en_US", + "timezone": "UTC" }
\ No newline at end of file |