From: Fred T. Hamster <fred@gruntose.com>
Date: Mon, 17 Mar 2025 21:55:50 +0000 (-0400)
Subject: added growisofs as basic package for prep
X-Git-Tag: 2.140.189^2~5
X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=73007e119878bcccf65dea600cf82e687d5850e4;p=feisty_meow.git

added growisofs as basic package for prep
---

diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh
index 8ef1e156..a681953b 100644
--- a/scripts/core/prep_feisty_host.sh
+++ b/scripts/core/prep_feisty_host.sh
@@ -254,16 +254,16 @@ exit_on_error $PHASE_MESSAGE
 # install other external packages and whatnot.
 
 PHASE_MESSAGE="installing additional helper packages"
-
+#hmmm: untested across these... growisofs 
 if [ "$opsystem_here" == "debianesque" ]; then
-  PAX=(dos2unix genisoimage imagemagick iputils-ping ncal screen python3 python3-pip rdate vim-gtk3 xserver-xorg xorg-docs )
+  PAX=(dos2unix genisoimage growisofs imagemagick iputils-ping ncal screen python3 python3-pip rdate vim-gtk3 xserver-xorg xorg-docs )
 elif [ "$opsystem_here" == "redhatty" ]; then
-  PAX=(dos2unix genisoimage ImageMagick screen python3 python3-pip xorg-x11-server-Xwayland xorg-x11-docs )
+  PAX=(dos2unix genisoimage growisofs ImageMagick screen python3 python3-pip xorg-x11-server-Xwayland xorg-x11-docs )
 #not finding: rdate vim-gtk3 
 elif [ "$opsystem_here" == "macos" ]; then
-  PAX=(dos2unix genisoimage imagemagick ncal screen python3 rdate xquartz vim-gtk3 linuxbrew/xorg/xorg-docs )
+  PAX=(dos2unix genisoimage growisofs imagemagick ncal screen python3 rdate xquartz vim-gtk3 linuxbrew/xorg/xorg-docs )
 elif [ "$opsystem_here" == "windoze" ]; then
-  PAX=(dos2unix genisoimage imagemagick ncal screen python3 python3-pip rdate vim-gtk3 xserver-xorg xorg-docs )
+  PAX=(dos2unix genisoimage growisofs imagemagick ncal screen python3 python3-pip rdate vim-gtk3 xserver-xorg xorg-docs )
 fi
 
 install_system_package "${PAX[@]}"