David Schmitt
2008-Feb-16 09:18 UTC
Re: [PATCH 5/5] add bridge-utils to make the bridge work
anarcat schrieb:> --- > manifests/xen.pp | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > 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 last commit. This would reduce the number of patches sent out and also help to keep the patches useful. Regards, DavidS