mirror of
https://github.com/outbackdingo/incus-os.git
synced 2026-01-27 02:19:13 +00:00
Rework partitioning scheme
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[Partition]
|
||||
Type=linux-generic
|
||||
CopyBlocks=auto
|
||||
@@ -1,5 +1,5 @@
|
||||
[Partition]
|
||||
Type=usr-verity-sig
|
||||
Label=_empty
|
||||
SizeMinBytes=10M
|
||||
SizeMaxBytes=10M
|
||||
SizeMinBytes=16K
|
||||
SizeMaxBytes=16K
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[Partition]
|
||||
Type=root
|
||||
Format=ext4
|
||||
SizeMinBytes=1G
|
||||
SizeMinBytes=25G
|
||||
SizeMaxBytes=25G
|
||||
Encrypt=key-file+tpm2
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
[Partition]
|
||||
Type=linux-generic
|
||||
Label=local-data
|
||||
SizeMinBytes=10G
|
||||
5
mkosi.repart/01-seed-data.conf
Normal file
5
mkosi.repart/01-seed-data.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
[Partition]
|
||||
Type=linux-generic
|
||||
Label=seed-data
|
||||
SizeMinBytes=100M
|
||||
SizeMaxBytes=100M
|
||||
@@ -5,6 +5,7 @@ Format=erofs
|
||||
CopyFiles=/usr:/
|
||||
Verity=data
|
||||
VerityMatchKey=usr
|
||||
Minimize=yes
|
||||
SplitName=%t.%U
|
||||
Compression=zstd
|
||||
SizeMinBytes=1G
|
||||
SizeMaxBytes=1G
|
||||
|
||||
Reference in New Issue
Block a user