From 393ec3e27b9a856b7ad47b1da3735d9168ae963f Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Thu, 12 Feb 2026 21:03:36 -0500 Subject: [PATCH] added fdisk utility have not verified the name for all platforms yet though... this would be helped along by the vm farm i've been wanting to build... hmmm. --- scripts/core/prep_feisty_host.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index 2a875b86..c3218422 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -202,15 +202,15 @@ PAX=(noop) PHASE_MESSAGE="installing crucial OS packages" if [ "$opsystem_here" == "debianesque" ]; then - PAX=(apt-file bind9-dnsutils git gitk gparted kgpg mariadb-client net-tools openssh-server ) + PAX=(apt-file bind9-dnsutils fdisk git gitk gparted kgpg mariadb-client net-tools openssh-server ) elif [ "$opsystem_here" == "redhatty" ]; then - PAX=(bind9-dnsutils git gitk gparted kgpg mariadb-client net-tools openssh-server ) + PAX=(bind9-dnsutils fdisk git gitk gparted kgpg mariadb-client net-tools openssh-server ) #untested: bind9-dnsutils mariadb-client kgpg net-tools elif [ "$opsystem_here" == "macos" ]; then - PAX=(bind9-dnsutils git gitk kgpg mariadb-client net-tools openssh-server ) + PAX=(bind9-dnsutils fdisk git gitk kgpg mariadb-client net-tools openssh-server ) #untested: bind9-dnsutils mariadb-client kgpg net-tools elif [ "$opsystem_here" == "windoze" ]; then - PAX=(apt-file bind9-dnsutils git gitk gparted kgpg mariadb-client net-tools openssh-server ) + PAX=(apt-file bind9-dnsutils fdisk git gitk gparted kgpg mariadb-client net-tools openssh-server ) #untested: apt-file bind9-dnsutils mariadb-client kgpg net-tools fi -- 2.34.1