ArchOS: systemd-reparted #31
Owner
No description provided.
enhancement
label
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
```
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?