mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 05:34:34 +08:00
Update InstallNET.sh
This commit is contained in:
parent
b286d05c4a
commit
5556e3edc4
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,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=+2"
|
||||
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=$linux_relese quiet"
|
||||
|
|
Loading…
Reference in a new issue