installer.sh.in: clarify 'Network' source
Closes: #45 [via git-merge-pr]
This commit is contained in:
parent
b795f541a6
commit
7b6fdc6003
@ -1342,7 +1342,7 @@ menu_source() {
|
||||
DIALOG --title " Select installation source " \
|
||||
--menu "$MENULABEL" 8 70 0 \
|
||||
"Local" "Packages from ISO image" \
|
||||
"Network" "Packages from official remote reposity"
|
||||
"Network" "Base system only, downloaded from official reposity"
|
||||
case "$(cat $ANSWER)" in
|
||||
"Local") src="local";;
|
||||
"Network") src="net";
|
||||
|
Loading…
x
Reference in New Issue
Block a user