Skip to content

Commit c862093

Browse files
authored
Clear disk_config in user_configuration.json
Removed detailed disk configuration settings.
1 parent b818d3a commit c862093

1 file changed

Lines changed: 1 addition & 90 deletions

File tree

arch/user_configuration.json

Lines changed: 1 addition & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -11,96 +11,7 @@
1111
"auth_config": {},
1212
"bootloader": "Systemd-boot",
1313
"custom_commands": [],
14-
"disk_config": {
15-
"btrfs_options": {
16-
"snapshot_config": null
17-
},
18-
"config_type": "default_layout",
19-
"device_modifications": [
20-
{
21-
"device": "/dev/sda",
22-
"partitions": [
23-
{
24-
"btrfs": [],
25-
"dev_path": null,
26-
"flags": [
27-
"boot",
28-
"esp"
29-
],
30-
"fs_type": "fat32",
31-
"mount_options": [],
32-
"mountpoint": "/boot",
33-
"obj_id": "b8f623b4-2916-462e-a029-6c70173f0bb6",
34-
"size": {
35-
"sector_size": {
36-
"unit": "B",
37-
"value": 512
38-
},
39-
"unit": "GiB",
40-
"value": 1
41-
},
42-
"start": {
43-
"sector_size": {
44-
"unit": "B",
45-
"value": 512
46-
},
47-
"unit": "MiB",
48-
"value": 1
49-
},
50-
"status": "create",
51-
"type": "primary"
52-
},
53-
{
54-
"btrfs": [
55-
{
56-
"mountpoint": "/",
57-
"name": "@"
58-
},
59-
{
60-
"mountpoint": "/home",
61-
"name": "@home"
62-
},
63-
{
64-
"mountpoint": "/var/log",
65-
"name": "@log"
66-
},
67-
{
68-
"mountpoint": "/var/cache/pacman/pkg",
69-
"name": "@pkg"
70-
}
71-
],
72-
"dev_path": null,
73-
"flags": [],
74-
"fs_type": "btrfs",
75-
"mount_options": [
76-
"compress=zstd"
77-
],
78-
"mountpoint": null,
79-
"obj_id": "cf2bf90f-6d60-4645-92df-46848bcb6057",
80-
"size": {
81-
"sector_size": {
82-
"unit": "B",
83-
"value": 512
84-
},
85-
"unit": "B",
86-
"value": 63348670464
87-
},
88-
"start": {
89-
"sector_size": {
90-
"unit": "B",
91-
"value": 512
92-
},
93-
"unit": "B",
94-
"value": 1074790400
95-
},
96-
"status": "create",
97-
"type": "primary"
98-
}
99-
],
100-
"wipe": true
101-
}
102-
]
103-
},
14+
"disk_config": {},
10415
"hostname": "archlinux",
10516
"kernels": [
10617
"linux-lts"

0 commit comments

Comments
 (0)