Skip to content

Commit 5469538

Browse files
committed
update config file
1 parent f8d8f05 commit 5469538

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# This partition is an EROFS mirror of rootfs, used for special recovery purposes
22
[Partition]
3-
Type=linux-generic
3+
Type=root
44
Format=erofs
5+
SizeMinBytes=4G
56
CopyFiles=/:/
67
Label=um_recovery
78
# Priority of 5000 ensures that it wouldn't be created if
89
# We don't have enough space
910
Priority=5000
1011
# This partition will be 8GB in size, for future-proofing and
1112
# recovery image updates.
12-
SizeMaxBytes=8G
13-
SizeMinBytes=8G
13+
PaddingMinBytes=2G
14+
SizeMaxBytes=10G
1415
FactoryReset=false

0 commit comments

Comments
 (0)