Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 28, 2023
1 parent 47062a6 commit d1ef6f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ sleep 5

###############################################################

$vmsh shutdownVM $osname
while $vmsh isRunning $osname; do
sleep 5
done


##############################################################
Expand Down
2 changes: 1 addition & 1 deletion conf/dragonflybsd-6.2.2.opts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ to the DragonFly BSD Live CD | sleep 1; tab; sleep 1; tab; sleep 1; tab; slee
about to be shut down | enter


Please press any key to reboot | sleep 1
Please press any key to reboot | sleep 1 | 30


2 changes: 1 addition & 1 deletion conf/dragonflybsd-6.4.0.opts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ to the DragonFly BSD Live CD | sleep 1; tab; sleep 1; tab; sleep 1; tab; slee
about to be shut down | enter


Please press any key to reboot | sleep 1
Please press any key to reboot | sleep 1 | 30


0 comments on commit d1ef6f7

Please sign in to comment.