Skip to content

Commit

Permalink
rename because we also want to install rpm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Dec 11, 2023
1 parent ae4f701 commit 84a906e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/subroutines
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ mount-fai-data() {
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
install_debs() {

# install all packages found in the subdirecories debs/<CLASSNAME>
# install all packages found in the subdirecories pkgs/<CLASSNAME>

local c m dirs
local debdir=$1
Expand Down Expand Up @@ -1255,8 +1255,8 @@ task_instsoft() {
grep "Couldn't find any package whose name or description matched" $LOGDIR/software.log && task_error 321
grep -q "E: Sub-process /usr/bin/dpkg returned an error code" $LOGDIR/software.log && task_error 620

install_debs $FAI/debs |& tee -a $LOGDIR/software.log
install_debs /media/data/debs |& tee -a $LOGDIR/software.log
install_pkgs $FAI/pkgs |& tee -a $LOGDIR/software.log
install_pkgs /media/data/pkgs |& tee -a $LOGDIR/software.log
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
task_finish() {
Expand Down

0 comments on commit 84a906e

Please sign in to comment.