vm/dom0-updates: add --gui switch as oposite to --nogui (#354)
Dom0 can now control whether to use GUI or no - not relying on script default. Actually it is used to cancel --nogui passed earlier.
This commit is contained in:
parent
11be718dc6
commit
5b916ae097
@ -16,6 +16,9 @@ while [ -n "$1" ]; do
|
|||||||
--nogui)
|
--nogui)
|
||||||
GUI=0
|
GUI=0
|
||||||
;;
|
;;
|
||||||
|
--gui)
|
||||||
|
GUI=1
|
||||||
|
;;
|
||||||
--clean)
|
--clean)
|
||||||
CLEAN=1
|
CLEAN=1
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user