Displaying 1 result from an estimated 1 matches for "libsysfs2".
Did you mean:
libsysfs
2008 Feb 16
0
Re: [PATCH 5/5] add bridge-utils to make the bridge work
...etions(-)
>
> diff --git a/manifests/xen.pp b/manifests/xen.pp
> index fc196c8..6a2a429 100644
> --- a/manifests/xen.pp
> +++ b/manifests/xen.pp
> @@ -51,7 +51,8 @@ class xen::domain::xen0 inherits xen::domain {
> "linux-image-xen-$architecture",
> ''libsysfs2'',
> ''xen-tools'',
> - ''xen-utils-common''
> + ''xen-utils-common'',
> + ''bridge-utils''
> ]:
> ensure => present
> }
You can use git-commit --amend to fold such minor changes into the...