idempotent seal-unseal; e2fsck works as intended; profiling patch applied reliably

This commit is contained in:
Anderson Rosenberg 2025-10-23 14:20:05 -04:00
parent 82229709b6
commit 2f46219400
No known key found for this signature in database
GPG key ID: 7ACF448C0590AB9C
7 changed files with 66 additions and 33 deletions

View file

@ -37,12 +37,7 @@ install() {
inst /etc/reliant.conf
# Other binaries
inst_multiple dmesg lsblk blockdev mount dd wc sed sort sleep md5sum find modprobe cut grep mkdir rm rmdir tail
# Optional profiling
if [ "$RELIANT_PROFILING" = "true" ]; then
inst /usr/lib/systemd/systemd-volatile-root.reliant-profiling /usr/lib/systemd/systemd-volatile-root
fi
inst_multiple dmesg e2fsck lsblk blockdev mount dd wc sed sort sleep md5sum find findmnt modprobe cut grep mkdir rm rmdir tail
return 0
}