# action taken on host boot
# - start all guests which were running on shutdown are started on boot
# regardless on their autostart settings
# - ignore libvirt-guests init script won't start any guest on boot, however,
# guests marked as autostart will still be automatically started by
# libvirtd
ON_BOOT=start
# Number of seconds to wait between each guest start. Set to 0 to allow
# parallel startup.
START_DELAY=20
# action taken on host shutdown
# - suspend all running guests are suspended using virsh managedsave
# - shutdown all running guests are asked to shutdown. Please be careful with
# this settings since there is no way to distinguish between a
# guest which is stuck or ignores shutdown requests and a guest
# which just needs a long time to shutdown. When setting
# ON_SHUTDOWN=shutdown, you must also set SHUTDOWN_TIMEOUT to a
# value suitable for your guests.
ON_SHUTDOWN=shutdown ←ここをshutdownにする
# If set to non-zero, shutdown will suspend guests concurrently. Number of
# guests on shutdown at any time will not exceed number set in this variable.
PARALLEL_SHUTDOWN=2
# Number of seconds we're willing to wait for a guest to shut down. If parallel
# shutdown is enabled, this timeout applies as a timeout for shutting down all
# guests on a single URI defined in the variable URIS. If this is 0, then there
# is no time out (use with caution, as guests might not respond to a shutdown
# request). The default value is 300 seconds (5 minutes).
SHUTDOWN_TIMEOUT=120
インストール:
mondo.x86_64 0:3.2.1-1.rhel6
依存性関連をインストールしました:
afio.x86_64 0:2.5-1.rhel6 buffer.x86_64 0:1.19-4.rhel6
mindi.x86_64 0:3.0.1-1.rhel6 mindi-busybox.x86_64 0:1.21.1-1.rhel6
perl-Archive-Tar.x86_64 0:1.58-141.el6 perl-ExtUtils-CBuilder.x86_64 1:0.27-141.el6
perl-IO-Interface.x86_64 0:1.05-2.el6 perl-IO-Zlib.x86_64 1:1.09-141.el6
perl-Module-Build.x86_64 1:0.3500-141.el6 perl-Module-ScanDeps.noarch 0:0.95-2.el6
perl-MondoRescue.noarch 0:3.2.1-1.rhel6 perl-Net-IPv4Addr.noarch 0:0.10-6.el6
perl-Package-Constants.x86_64 1:0.02-141.el6 perl-ProjectBuilder.noarch 0:0.13.1-1.rhel6
syslinux.x86_64 0:4.04-3.el6 syslinux-nonlinux.noarch 0:4.04-3.el6
と随分インストールされた。中にはEPELからインストールされたのもあるので、