We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2602ae0 commit 17b3d82Copy full SHA for 17b3d82
templates/wholedisk/47-recovery.conf
@@ -1,14 +1,15 @@
1
# This partition is an EROFS mirror of rootfs, used for special recovery purposes
2
[Partition]
3
-Type=linux-generic
+Type=root
4
Format=erofs
5
+SizeMinBytes=4G
6
CopyFiles=/:/
7
Label=um_recovery
8
# Priority of 5000 ensures that it wouldn't be created if
9
# We don't have enough space
10
Priority=5000
11
# This partition will be 8GB in size, for future-proofing and
12
# recovery image updates.
-SizeMaxBytes=8G
13
-SizeMinBytes=8G
+PaddingMinBytes=2G
14
+SizeMaxBytes=10G
15
FactoryReset=false
0 commit comments