macro: move 'boot' call into the 'Once' section

This also means boot function call chains must not cause circular
dependencies at all without a way to mitigate this in code. If this
should ever be a problem, we can move it out again, but this should
rather not be necessary.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-07-26 09:56:15 +02:00
parent 82b4d14ad3
commit 4600b0779f

View File

@ -127,9 +127,9 @@ impl Package {
#newxs
}
});
#boot
});
}
}
}