YaST2 sysconfig can logically group the various sysconfig settings if the files are tagged. Add the missing (YaST specific) tags to xencommons. See for a description http://old-en.opensuse.org/Packaging/SUSE_Package_Conventions/Sysconfig Signed-off-by: Olaf Hering <olaf@aepfle.de> --- Resending: http://lists.xen.org/archives/html/xen-devel/2012-10/msg01140.html tools/hotplug/Linux/init.d/sysconfig.xencommons | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tools/hotplug/Linux/init.d/sysconfig.xencommons b/tools/hotplug/Linux/init.d/sysconfig.xencommons index 38ea85a..25f7f00 100644 --- a/tools/hotplug/Linux/init.d/sysconfig.xencommons +++ b/tools/hotplug/Linux/init.d/sysconfig.xencommons @@ -1,15 +1,31 @@ +## Path: System/Virtualization +## Type: string +## Default: "none" +# # Log xenconsoled messages (cf xl dmesg) #XENCONSOLED_TRACE=[none|guest|hv|all] +## Type: string +## Default: xenstored +# # Select xenstored implementation #XENSTORED=[oxenstored|xenstored] +## Type: string +## Default: Not defined, tracing off +# # Log xenstored messages #XENSTORED_TRACE=[yes|on|1] +## Type: string +## Default: "/var/lib/xenstored" +# # Running xenstored on XENSTORED_ROOTDIR #XENSTORED_ROOTDIR=/var/lib/xenstored +## Type: string +## Default: Not defined, xenbackendd debug mode off +# # Running xenbackendd in debug mode #XENBACKENDD_DEBUG=[yes|on|1]
Ian Campbell
2013-Sep-09 12:54 UTC
Re: [PATCH] hotplug/Linux: add sysconfig tags to xencommons
On Tue, 2013-08-27 at 15:43 +0200, Olaf Hering wrote:> YaST2 sysconfig can logically group the various sysconfig settings if the > files are tagged. Add the missing (YaST specific) tags to xencommons. > See for a description > http://old-en.opensuse.org/Packaging/SUSE_Package_Conventions/Sysconfig > > Signed-off-by: Olaf Hering <olaf@aepfle.de>Applied. Sorry for not applying when I said I would before (I don''t know what happened)> > +## Type: string > +## Default: xenstoredThis isn''t strictly correct. The default is oxenstored iff it is installed. However from the PoV of whichever tools processes this stuff I think xenstored is a fine default.> +# > # Select xenstored implementation > #XENSTORED=[oxenstored|xenstored] >