Bohan Yang 6 年之前
父節點
當前提交
a2a7c595a6
共有 1 個文件被更改,包括 2 次插入0 次删除
  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