Add a comment

This commit is contained in:
Adrien Ferrand 2019-10-20 23:56:01 +02:00
parent 541cf26fa9
commit 5f57e49162

View file

@ -3,6 +3,9 @@
# Sets TOOL to the name of the package manager
# Sets appropriate values for YES_FLAG and QUIET_FLAG based on $ASSUME_YES and $QUIET_FLAG.
# Note: this function is called both while selecting the bootstrap scripts and
# during the actual bootstrap. Some things like prompting to user can be done in the latter
# case, but not in the former one.
InitializeRPMCommonBase() {
if type dnf 2>/dev/null
then