ArchOS: systemd-reparted #31
eichehome
commented 2023-08-27 15:32:49 +00:00
Owner
No description provided.
eichehome
added the 2023-08-27 15:32:49 +00:00
enhancement
label
eichehome
commented 2023-08-27 16:06:02 +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
```
Loading…
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?