mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-10 17:28:26 +02:00
New package libvirt
Libvirt is buidl only on i585 and x86_64 because qemu is build only on this arches. Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
15c80cec1b
commit
272ac1b454
@@ -0,0 +1,30 @@
|
||||
From a50fa0195e36773d57593006152828ce2c0523fd Mon Sep 17 00:00:00 2001
|
||||
From: Jonatan Schlag <jonatan.schlag@ipfire.org>
|
||||
Date: Fri, 6 May 2016 11:38:08 +0200
|
||||
Subject: [PATCH] Change default behavior of libvirt-guests.sh for IPFire
|
||||
|
||||
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
|
||||
---
|
||||
tools/libvirt-guests.sh.in | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/tools/libvirt-guests.sh.in b/tools/libvirt-guests.sh.in
|
||||
index 7f74b85..87aceb7 100644
|
||||
--- a/tools/libvirt-guests.sh.in
|
||||
+++ b/tools/libvirt-guests.sh.in
|
||||
@@ -30,9 +30,9 @@ test ! -r "$sysconfdir"/rc.d/init.d/functions ||
|
||||
|
||||
export TEXTDOMAIN="@PACKAGE@" TEXTDOMAINDIR="@localedir@"
|
||||
|
||||
-URIS=default
|
||||
-ON_BOOT=start
|
||||
-ON_SHUTDOWN=suspend
|
||||
+URIS=qemu:///system
|
||||
+ON_BOOT=ignore
|
||||
+ON_SHUTDOWN=shutdown
|
||||
SHUTDOWN_TIMEOUT=300
|
||||
PARALLEL_SHUTDOWN=0
|
||||
START_DELAY=0
|
||||
--
|
||||
2.1.4
|
||||
|
||||
Reference in New Issue
Block a user