quickfix: patch verification, mount --mkdir, add rmdir to initramfs

This commit is contained in:
Anderson Rosenberg 2025-10-22 19:34:10 -04:00
parent 4ac936df5b
commit 6759eba47e
No known key found for this signature in database
GPG key ID: 7ACF448C0590AB9C
5 changed files with 6 additions and 7 deletions

View file

@ -37,7 +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 tail
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