search for: 36d185c

Displaying 3 results from an estimated 3 matches for "36d185c".

Did you mean: 369185
2016 Mar 24
1
[PATCH] document behavior of --selinux-relabel
...me the image boots. This can be surprising because it results both in an extended initial boot time *and* results in an automatic reboot (on some distributions). --- generator/customize.ml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/generator/customize.ml b/generator/customize.ml index 36d185c..b146325 100644 --- a/generator/customize.ml +++ b/generator/customize.ml @@ -522,6 +522,9 @@ C</etc/pam.d/common-password> (Debian, Ubuntu)."; flag_shortdesc = "Relabel files with correct SELinux labels"; flag_pod_longdesc = "\ Relabel files in the guest so tha...
2016 Mar 24
0
Re: [PATCH] document behavior of --selinux-relabel
...rprising because it results both in an extended initial boot time > *and* results in an automatic reboot (on some distributions). > --- > generator/customize.ml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/generator/customize.ml b/generator/customize.ml > index 36d185c..b146325 100644 > --- a/generator/customize.ml > +++ b/generator/customize.ml > @@ -522,6 +522,9 @@ C</etc/pam.d/common-password> (Debian, Ubuntu)."; > flag_shortdesc = "Relabel files with correct SELinux labels"; > flag_pod_longdesc = "\ > Rel...
2016 Feb 23
7
[PATCH 0/4] Various tweaks to the generator.
Use interfaces files (*.mli files) instead of exporting all symbols randomly. Change the 'file is generated' warnings at the top of generated files so they accurately describe which source file generates each output file. Rich.