Skip to content

Commit

Permalink
Update InstallNET.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeClub authored Sep 1, 2021
1 parent a4721c3 commit 56b12fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstallNET.sh
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ if [[ "$loaderMode" == "0" ]]; then
[[ "$setInterfaceName" == "1" ]] && Add_OPTION="net.ifnames=0 biosdevname=0" || Add_OPTION=""
[[ "$setIPv6" == "1" ]] && Add_OPTION="$Add_OPTION ipv6.disable=1"

lowmem || Add_OPTION="$Add_OPTION lowmem/low=true debian-installer/locale=en_US"
lowmem || Add_OPTION="$Add_OPTION lowmem/low=true locale=en_US"

if [[ "$linux_relese" == 'debian' ]] || [[ "$linux_relese" == 'ubuntu' ]]; then
BOOT_OPTION="auto=true $Add_OPTION hostname=$linux_relese domain= -- quiet"
Expand Down

0 comments on commit 56b12fe

Please sign in to comment.