Bohan Yang 6 years ago
parent
commit
a2a7c595a6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      netboot.sh

+ 2 - 0
netboot.sh

@@ -64,6 +64,8 @@ while [ $# -gt 0 ]; do
             ;;
         --ethn)
             DEBI_KERNEL_PARAMS=' net.ifnames=0 biosdevname=0'
+            shift
+            ;;
         --ssh-password)
             DEBI_SSH=true
             DEBI_SSH_PASSWORD=$2