From a2a7c595a67229c015a1d0b0f96d7021cfd90032 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Wed, 14 Aug 2019 15:11:31 +0800 Subject: [PATCH] Fix --- netboot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netboot.sh b/netboot.sh index c368a7c..17f3288 100644 --- a/netboot.sh +++ b/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