7f15690e43
fsck may require significant amount of RAM, enable swap earlier to avoid out of memory condition. Implement this as a separate service unit, not a swap unit, because the latter requires udev running (implicit dependency on dev-xvdc1.device) which is not the case before remounting root filesystem read-write. QubesOS/qubes-issues#6174
3 lines
25 B
Plaintext
3 lines
25 B
Plaintext
[Unit]
|
|
After=swap.target
|