Skip to content

Commit 519407e

Browse files
authored
move resume after crypt_init
This will make swapfiles work out of the box, and swap partitions if the user manually adds them to the partitions to be decrypted by ugrd.
1 parent 56d5c4f commit 519407e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ugrd/fs/resume.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ cmdline_strings = [ "resume" ]
55

66
[import_order.before]
77
handle_resume = "mount_fstab"
8+
9+
[import_order.after]
10+
handle_resume = "crypt_init"

0 commit comments

Comments
 (0)