diff options
-rw-r--r-- | src/misc.cil | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.cil b/src/misc.cil index eeaaa91..75e7a6a 100644 --- a/src/misc.cil +++ b/src/misc.cil @@ -158,7 +158,7 @@ (ARG1 fs dir "efi"))) (macro root_file_type_transition_fs ((type ARG1)) - (call .boot.file_type_transition + (call .root.file_type_transition (ARG1 fs dir "efi"))) (call .xattr.associate_fs (fs))) |