mirror of
https://codeberg.org/andersonarc/reliant-system.git
synced 2025-11-15 05:30:51 -05:00
profiling requires patching systemd during initramfs build; remove runtime profiling option
This commit is contained in:
parent
501d68bf7e
commit
4ac936df5b
6 changed files with 65 additions and 24 deletions
|
|
@ -33,11 +33,17 @@ install() {
|
|||
inst_script /usr/local/sbin/surgeon-suture
|
||||
inst_script /usr/local/sbin/reliant-mount
|
||||
inst_script /usr/local/sbin/reliant-hash
|
||||
inst_script /usr/local/sbin/reliant-seal
|
||||
inst /etc/reliant.conf
|
||||
|
||||
# Other binaries
|
||||
inst_multiple dmesg lsblk blockdev mount dd wc sed sleep md5sum find modprobe cut grep mkdir rm tail
|
||||
inst_multiple dmesg lsblk blockdev mount dd wc sed sort sleep md5sum find modprobe cut grep mkdir rm tail
|
||||
|
||||
# Optional profiling
|
||||
if [ "$RELIANT_PROFILING" = "true" ]; then
|
||||
inst /usr/lib/systemd/systemd-volatile-root.reliant-profiling /usr/lib/systemd/systemd-volatile-root
|
||||
fi
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue