From 1cf2a5339aeb190ca1d72f3d4cebf4cd886b803f Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 24 Mar 2025 16:34:51 -0400 Subject: [PATCH] Move sftp server to a more appropriate location --- genesis/97genesis/install-base | 1 + genesis/97genesis/install-python39 | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/genesis/97genesis/install-base b/genesis/97genesis/install-base index 22b91b37..40a734e8 100644 --- a/genesis/97genesis/install-base +++ b/genesis/97genesis/install-base @@ -8,6 +8,7 @@ dracut_install openssl tar ipmitool cpio xz gzip lsmod ethtool dracut_install modprobe touch echo cut wc bash 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 /usr/libexec/openssh/sftp-server dracut_install efibootmgr dracut_install du df ssh-keygen scp clear dhclient lldpd lldpcli tee dracut_install /lib64/libnss_dns.so.2 /lib64/libnss_dns.so.2 /lib64/libnss_myhostname.so.2 diff --git a/genesis/97genesis/install-python39 b/genesis/97genesis/install-python39 index c5dd6db7..ab9e2c86 100644 --- a/genesis/97genesis/install-python39 +++ b/genesis/97genesis/install-python39 @@ -217,4 +217,3 @@ dracut_install /usr/lib64/python3.9/distutils/util.py dracut_install /usr/lib64/python3.9/distutils/version.py dracut_install /usr/lib64/python3.9/distutils/versionpredicate.py dracut_install /usr/lib64/python3.9/getpass.py -dracut_install /usr/libexec/openssh/sftp-server