Run our initramfs memory erasure hook earlier
We’re doing it in init-premount
which is after e.g. udev is started
(init-top
) IIRC. We could perhaps avoid doing that, which might have
several advantages:
- save a few seconds on shutdown (it might matter especially for the emergency one)
- work in a less heavily multitasking / event-driven environment, for more robust operation
Feature Branch: bugfix/10733-run-memory-erasure-hook-earlier
Related issues
- Related to #10487 (closed)
- Related to #11786 (closed)
- Blocks #11588 (closed)
- Blocks #9707 (closed)
Original created by @intrigeri on 10733 (Redmine)