2020-06-23 21:02:48 +00:00
|
|
|
#!/bin/sh
|
2020-08-10 15:39:03 +00:00
|
|
|
dracut_install /usr/bin/clevis-encrypt-tpm2 /usr/bin/clevis-decrypt-tpm2 /usr/bin/jose /usr/bin/mktemp
|
|
|
|
dracut_install /lib64/libtss2-tcti-device.so.0
|
|
|
|
dracut_install /usr/bin/tpm2_create /usr/bin/tpm2_pcrlist /usr/bin/tpm2_createpolicy /usr/bin/tpm2_createprimary /usr/bin/tpm2_load /usr/bin/tpm2_unseal
|
2020-06-23 21:02:48 +00:00
|
|
|
dracut_install curl openssl tar ipmitool cpio gzip lsmod ethtool
|
|
|
|
dracut_install modprobe touch echo cut wc bash netstat uniq grep ip hostname
|
|
|
|
dracut_install awk egrep dirname bc expr sort
|
|
|
|
dracut_install ssh sshd vi reboot lspci parted tmux mkfs mkfs.ext4 mkfs.xfs xfs_db mkswap
|
|
|
|
dracut_install efibootmgr
|
|
|
|
dracut_install du df ssh-keygen scp clear dhclient lldpd lldpcli tee
|
|
|
|
dracut_install /lib64/libnss_dns-2.28.so /lib64/libnss_dns.so.2
|
|
|
|
dracut_install ldd uptime /usr/lib64/libnl-3.so.200
|
|
|
|
dracut_install poweroff date /etc/nsswitch.conf /etc/services /etc/protocols
|
|
|
|
dracut_install /usr/share/terminfo/x/xterm /usr/share/terminfo/l/linux /usr/share/terminfo/v/vt100 /usr/share/terminfo/x/xterm-color /usr/share/terminfo/s/screen /usr/share/terminfo/x/xterm-256color /usr/share/terminfo/p/putty-256color /usr/share/terminfo/p/putty /usr/share/terminfo/d/dumb
|
|
|
|
dracut_install chmod ifconfig whoami route head tail basename /etc/redhat-release ping tr lsusb /usr/share/hwdata/usb.ids
|
|
|
|
dracut_install dmidecode /usr/lib64/libstdc++.so.6
|
|
|
|
dracut_install ps free find
|
|
|
|
inst /bin/bash /bin/sh
|
2020-08-11 13:54:53 +00:00
|
|
|
#inst_hook cmdline 10 $moddir/cmdline.sh # moved to addons.cpio
|
2020-06-23 21:02:48 +00:00
|
|
|
dracut_install killall chown chroot dd expr kill parted rsync shutdown sort blockdev findfs insmod lvm pivot_root
|
|
|
|
dracut_install /etc/udev/hwdb.bin
|
|
|
|
dracut_install /usr/share/hwdata/pci.ids
|
2020-08-11 18:28:05 +00:00
|
|
|
dracut_install ibstat ibstatus
|
2020-08-11 18:44:58 +00:00
|
|
|
dracut_install opainfo
|
|
|
|
dracut_install /usr/lib/opa-fm/bin/opafmd
|
|
|
|
dracut_install /usr/sbin/opensm /usr/libexec/opensm-launch
|
|
|
|
dracut_install /usr/lib64/libibverbs/libhfi1verbs-rdmav25.so /etc/libibverbs.d/hfi1verbs.driver /etc/libibverbs.d/mlx4.driver /etc/libibverbs.d/mlx5.driver
|
2020-06-23 21:02:48 +00:00
|
|
|
#dracut_install mstflint This would have mlx update support, but it incurs gigantic dependencies, libicudata
|