search for: 8ff53b5

Displaying 6 results from an estimated 6 matches for "8ff53b5".

Did you mean: 8f7f55b5
2016 Mar 29
4
[PATCH] appliance: Copy /etc/machine-id from host system into the appliance.
...ntent of /etc/machine-id doesn't really matter for a throwaway appliance so long as it has the right format, this commit copies the host file into the appliance. --- appliance/hostfiles.in | 1 + 1 file changed, 1 insertion(+) diff --git a/appliance/hostfiles.in b/appliance/hostfiles.in index 8ff53b5..6c581bd 100644 --- a/appliance/hostfiles.in +++ b/appliance/hostfiles.in @@ -13,5 +13,6 @@ dnl SUSE=1 For OpenSUSE. dnl FRUGALWARE=1 For Frugalware. dnl MAGEIA=1 For Mageia. +/etc/machine-id /lib/lsb/* /usr/share/augeas/lenses/*.aug -- 2.7.4
2016 Mar 29
0
Re: [PATCH] appliance: Copy /etc/machine-id from host system into the appliance.
...ally matter for a > throwaway appliance so long as it has the right format, this commit > copies the host file into the appliance. > --- > appliance/hostfiles.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/appliance/hostfiles.in b/appliance/hostfiles.in > index 8ff53b5..6c581bd 100644 > --- a/appliance/hostfiles.in > +++ b/appliance/hostfiles.in > @@ -13,5 +13,6 @@ dnl SUSE=1 For OpenSUSE. > dnl FRUGALWARE=1 For Frugalware. > dnl MAGEIA=1 For Mageia. > > +/etc/machine-id > /lib/lsb/* > /usr/share/augeas/lenses/*.aug...
2016 May 12
2
[PATCH 1/2] Revert "appliance: init: run ldconfig"
Running ldconfig adds about 100ms to the boot time. I would prefer that we understood which libraries need ldconfig to be run, and fix that. We could also consider running ldconfig in parallel, but since it might be required by just about any binary that the init script runs it's not clear what benefit that gives. This reverts commit 66aa98265dd215dcd4c717e7ef6845fbac859e54. ---
2014 Oct 24
1
[PATCH v3] daemon: Remove custom Augeas lenses.
v3: - Don't remove the LVM transform.
2014 Oct 24
1
[PATCH v2] daemon: Remove custom Augeas lenses.
v2 of previous patch, which fixes some missing bits. For now I'm going to go with Pino's RHEL 7.1 patch, since it is at least smaller than this. So I'm sending this to the list just to have it archived for later. Rich.
2014 Oct 24
2
[PATCH] daemon: Remove custom Augeas lenses.
...**********************************************************) - -let lns = (comment|empty|entry) * - -let filter - = incl "/shadow" - . Util.stdexcl - -let xfm = transform lns filter diff --git a/appliance/hostfiles.in b/appliance/hostfiles.in index 8ff53b5..01a52ae 100644 --- a/appliance/hostfiles.in +++ b/appliance/hostfiles.in @@ -14,4 +14,3 @@ dnl FRUGALWARE=1 For Frugalware. dnl MAGEIA=1 For Mageia. /lib/lsb/* -/usr/share/augeas/lenses/*.aug diff --git a/configure.ac b/configure.ac index e2ee946..2682358 100644 --- a/configure.ac +++...