pull/8/head
Bohan Yang 6 years ago
parent 1d964c7c0b
commit a2a7c595a6
No known key found for this signature in database
GPG Key ID: 61D7B70DDF4633E7
  1. 2
      netboot.sh

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

Loading…
Cancel
Save