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