From 84789a720050650381c2fb2c3d49ae40f2f1498b Mon Sep 17 00:00:00 2001 From: Stepanov Aleksey <37975656+BlueInGreen68@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:41:54 +0500 Subject: Update user_configuration.json --- user_configuration.json | 100 +----------------------------------------------- 1 file changed, 1 insertion(+), 99 deletions(-) diff --git a/user_configuration.json b/user_configuration.json index 0a3bdcb..dfb5e32 100644 --- a/user_configuration.json +++ b/user_configuration.json @@ -11,104 +11,6 @@ "debug": false, "disk_config": { "config_type": "default_layout", - "device_modifications": [ - { - "device": "/dev/sda", - "partitions": [ - { - "btrfs": [], - "dev_path": null, - "flags": [ - "Boot", - "ESP" - ], - "fs_type": "fat32", - "mount_options": [], - "mountpoint": "/boot", - "obj_id": "4c5695cd-fdd7-4e27-937f-46fa6ef0e192", - "size": { - "sector_size": { - "unit": "B", - "value": 512 - }, - "unit": "MiB", - "value": 512 - }, - "start": { - "sector_size": { - "unit": "B", - "value": 512 - }, - "unit": "MiB", - "value": 1 - }, - "status": "create", - "type": "primary" - }, - { - "btrfs": [ - { - "compress": false, - "mountpoint": "/", - "name": "@", - "nodatacow": false - }, - { - "compress": false, - "mountpoint": "/home", - "name": "@home", - "nodatacow": false - }, - { - "compress": false, - "mountpoint": "/var/log", - "name": "@log", - "nodatacow": false - }, - { - "compress": false, - "mountpoint": "/var/cache/pacman/pkg", - "name": "@pkg", - "nodatacow": false - }, - { - "compress": false, - "mountpoint": "/.snapshots", - "name": "@.snapshots", - "nodatacow": false - } - ], - "dev_path": null, - "flags": [], - "fs_type": "btrfs", - "mount_options": [ - "compress=zstd" - ], - "mountpoint": null, - "obj_id": "57f9d5de-d837-4dfa-b35c-8126e3c445ac", - "size": { - "sector_size": { - "unit": "B", - "value": 512 - }, - "unit": "B", - "value": 27084341248 - }, - "start": { - "sector_size": { - "unit": "B", - "value": 512 - }, - "unit": "B", - "value": 537919488 - }, - "status": "create", - "type": "primary" - } - ], - "wipe": true - } - ] }, "hostname": "blueingreen", "kernels": [ @@ -165,4 +67,4 @@ "timezone": "Asia/Yekaterinburg", "uki": false, "version": "2.7.1" -} \ No newline at end of file +} -- cgit