mirror of
https://codeberg.org/andersonarc/reliant-system.git
synced 2025-11-14 13:20:37 -05:00
idempotent seal-unseal; e2fsck works as intended; profiling patch applied reliably
This commit is contained in:
parent
82229709b6
commit
2f46219400
7 changed files with 66 additions and 33 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue