Skip to content

Commit

Permalink
Force normal mode on lowmem devices
Browse files Browse the repository at this point in the history
  • Loading branch information
wloot authored Oct 30, 2021
1 parent 5343387 commit e7985e1
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=1"
lowMem || Add_OPTION="$Add_OPTION lowmem=+0"

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 e7985e1

Please sign in to comment.