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
684578ba16
commit
cace6c02f4
@ -16,6 +16,9 @@ while [ -n "$1" ]; do
|
||||
--nogui)
|
||||
GUI=0
|
||||
;;
|
||||
--gui)
|
||||
GUI=1
|
||||
;;
|
||||
--clean)
|
||||
CLEAN=1
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user