Compare commits
2 commits
253b5247d8
...
48ce882c16
Author | SHA1 | Date | |
---|---|---|---|
![]() |
48ce882c16 | ||
![]() |
0a7fd9369c |
1 changed files with 2 additions and 1 deletions
|
@ -216,7 +216,7 @@ while true; do
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-o | --options )
|
-o | --options )
|
||||||
LIBVIRTOPTS=$2
|
LIBVIRTOPTS="${LIBVIRTOPTS} $2"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
--no-viewer )
|
--no-viewer )
|
||||||
|
@ -267,6 +267,7 @@ while true; do
|
||||||
type="ethernet,mac=${mac},target.dev=${interface},xpath1.set=./target/@managed=no,model.type=virtio"
|
type="ethernet,mac=${mac},target.dev=${interface},xpath1.set=./target/@managed=no,model.type=virtio"
|
||||||
LIBVIRTOPTS="${LIBVIRTOPTS} --network type=$type"
|
LIBVIRTOPTS="${LIBVIRTOPTS} --network type=$type"
|
||||||
done
|
done
|
||||||
|
LIBVIRTOPTS="${LIBVIRTOPTS} --check mac_in_use=off"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
--os )
|
--os )
|
||||||
|
|
Loading…
Add table
Reference in a new issue