Compare commits
No commits in common. "48ce882c16fec31ea6525ce22dac7b79754d103f" and "253b5247d899d6ddb2bbe188be792a1c1d867dae" have entirely different histories.
48ce882c16
...
253b5247d8
1 changed files with 1 additions and 2 deletions
|
@ -216,7 +216,7 @@ while true; do
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-o | --options )
|
-o | --options )
|
||||||
LIBVIRTOPTS="${LIBVIRTOPTS} $2"
|
LIBVIRTOPTS=$2
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
--no-viewer )
|
--no-viewer )
|
||||||
|
@ -267,7 +267,6 @@ 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