ArchOS: systemd-reparted #31

Open
opened 2023-08-27 15:32:49 +00:00 by eichehome · 1 comment
Owner
No description provided.
eichehome added the
enhancement
label 2023-08-27 15:32:49 +00:00
Author
Owner
/etc/repart.d/50-esp.conf
Type=esp
SizeMinBytes=512M
SizeMaxBytes=512M
Format=vfat

/etc/repart.d/50-usr.conf
Type=usr
Format=squashfs|erofs
Verity=data
Minimize=best
ReadOnly=yes

/etc/repart.d/50-usr-verity.conf
Type=usr-verity
Verity=hash
Minimize=best
ReadOnly=yes

/etc/repart.d/50-usr-verity-sig.conf
Type=usr-verity-sig
Verity=signature
Minimize=best
ReadOnly=yes

/etc/repart.d/50-root.conf
Type=root
Weight=1000
Format=btrfs
FactoryReset=yes
GrowFileSystem=yes

/etc/repart.d/50-home.conf
Type=home
Weight=1000
SizeMinBytes=
SizeMaxBytes=
Format=btrfs
FactoryReset=yes
GrowFileSystem=yes

/etc/repart.d/50-swap.conf
Type=swap
Weight=1000
SizeMinBytes=4G
SizeMaxBytes=512M
Format=swap
FactoryReset=yes
``` /etc/repart.d/50-esp.conf ``` ``` Type=esp SizeMinBytes=512M SizeMaxBytes=512M Format=vfat ``` ---- ``` /etc/repart.d/50-usr.conf ``` ``` Type=usr Format=squashfs|erofs Verity=data Minimize=best ReadOnly=yes ``` ---- ``` /etc/repart.d/50-usr-verity.conf ``` ``` Type=usr-verity Verity=hash Minimize=best ReadOnly=yes ``` ---- ``` /etc/repart.d/50-usr-verity-sig.conf ``` ``` Type=usr-verity-sig Verity=signature Minimize=best ReadOnly=yes ``` ---- ``` /etc/repart.d/50-root.conf ``` ``` Type=root Weight=1000 Format=btrfs FactoryReset=yes GrowFileSystem=yes ``` ---- ``` /etc/repart.d/50-home.conf ``` ``` Type=home Weight=1000 SizeMinBytes= SizeMaxBytes= Format=btrfs FactoryReset=yes GrowFileSystem=yes ``` ---- ``` /etc/repart.d/50-swap.conf ``` ``` Type=swap Weight=1000 SizeMinBytes=4G SizeMaxBytes=512M Format=swap FactoryReset=yes ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: eichehome/archinstall#31
No description provided.