disarm will now really make 'em stay put

This commit is contained in:
Tamás Gérczei 2016-04-19 15:23:47 +02:00
parent d235b6d192
commit 58628a8ece
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ case $1 in
if [[ $STATE == "installed" ]];
then
zonecfg -z $UUID set autoboot=false
zonecfg -z $UUID 'select attr name=vm-autoboot; set value=true; end; verify; commit; exit'
fi
done
log disarmed: set autoboot=false on all zones