Displaying 2 results from an estimated 2 matches for "6c581bd".
2016 Mar 29
4
[PATCH] appliance: Copy /etc/machine-id from host system into the appliance.
.../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.
...er 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
> --
&...