diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-09-18 18:14:58 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-09-18 18:14:58 +0200 |
commit | b9b21873c0d7ba1ab6dd5cc70d16e69bcd57fb27 (patch) | |
tree | 8ee3479281fc1069146ffe673b71e17065e6c1af /.config/archinstall/user_configuration.json | |
parent | b18e29b389792267269c77db711b54d38e6b9d59 (diff) |
[fix] fixes after actual install
Diffstat (limited to '.config/archinstall/user_configuration.json')
-rw-r--r-- | .config/archinstall/user_configuration.json | 81 |
1 files changed, 66 insertions, 15 deletions
diff --git a/.config/archinstall/user_configuration.json b/.config/archinstall/user_configuration.json index b483e1c..4cf9a5b 100644 --- a/.config/archinstall/user_configuration.json +++ b/.config/archinstall/user_configuration.json @@ -1,11 +1,71 @@ { "additional-repositories": [], "archinstall-language": "English", - "audio_config": null, - "bootloader": "Systemd-boot", + "bootloader": "Grub", "config_version": "2.6.0", "debug": false, - "disk_config": null, + "disk_config": { + "config_type": "default_layout", + "device_modifications": [ + { + "device": "/dev/sda", + "partitions": [ + { + "btrfs": [], + "flags": [ + "Boot" + ], + "fs_type": "fat32", + "length": { + "sector_size": null, + "total_size": null, + "unit": "MiB", + "value": 203 + }, + "mount_options": [], + "mountpoint": "/boot", + "obj_id": "4376cf69-bbc5-456c-9eb8-a3f499ec9db0", + "start": { + "sector_size": null, + "total_size": null, + "unit": "MiB", + "value": 3 + }, + "status": "create", + "type": "primary" + }, + { + "btrfs": [], + "flags": [], + "fs_type": "ext4", + "length": { + "sector_size": null, + "total_size": { + "sector_size": null, + "total_size": null, + "unit": "B", + "value": 500107862016 + }, + "unit": "Percent", + "value": 100 + }, + "mount_options": [], + "mountpoint": "/", + "obj_id": "e9978aea-ba88-4d0e-9ad8-a3f62e2248e8", + "start": { + "sector_size": null, + "total_size": null, + "unit": "MiB", + "value": 206 + }, + "status": "create", + "type": "primary" + } + ], + "wipe": true + } + ] + }, "hostname": "archion", "kernels": [ "linux-lts" @@ -106,16 +166,7 @@ } }, "network_config": { - "nics": [ - { - "dhcp": true, - "dns": [], - "gateway": null, - "iface": "wlan0", - "ip": null - } - ], - "type": "manual" + "type": "iso" }, "no_pkg_lookups": false, "ntp": true, @@ -142,7 +193,7 @@ }, "script": "guided", "silent": false, - "swap": false, + "swap": true, "timezone": "Europe/Berlin", "version": "2.6.0" -} +}
\ No newline at end of file |