Skip to content

Commit

Permalink
--apt-options
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbls committed May 5, 2024
1 parent d2fc971 commit fa38da0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdm-phase1
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ then
doaptrpterror "update" $showapt
logfreespace "at end of 'apt update'"
else
logtoboth "> Skip 'apt update' per --poption noupdate"
logtoboth "> Skip 'apt update' per --apt-options noupdate"
fi

if [ "$cscript" != "" ]
Expand Down Expand Up @@ -180,7 +180,7 @@ then
upgkeepconf "-y" "$showapt" $aptdistupgrade
logfreespace "at end of 'apt $upg'"
else
logtoboth "> Skip 'apt upgrade' per --poption noupgrade"
logtoboth "> Skip 'apt upgrade' per --apt-options noupgrade"
fi

if [[ ! "$poptions" =~ "noautoremove" ]]
Expand All @@ -190,7 +190,7 @@ then
doaptrpterror "--yes autoremove" $showapt
logfreespace "at end of 'apt autoremove'"
else
logtoboth "> Skip 'apt autoremove' per --poption noautoremove"
logtoboth "> Skip 'apt autoremove' per --apt-options noautoremove"
fi

logfreespace "at end of Phase 1 image customization"
Expand Down

0 comments on commit fa38da0

Please sign in to comment.