[PATCH] Add a README (#1194155)

Anne Mulhern amulhern at redhat.com
Tue Jun 16 12:09:01 UTC 2015





----- Original Message -----
> From: "Martin Kolman" <mkolman at redhat.com>
> To: "anaconda patch review" <anaconda-patches at lists.fedorahosted.org>
> Sent: Tuesday, June 16, 2015 5:39:23 AM
> Subject: Re: [PATCH] Add a README (#1194155)
> 
> 
> 
> ----- Original Message -----
> > From: "Vratislav Podzimek" <vpodzime at redhat.com>
> > To: "anaconda patch review" <anaconda-patches at lists.fedorahosted.org>
> > Sent: Tuesday, June 16, 2015 8:48:16 AM
> > Subject: Re: [PATCH] Add a README (#1194155)
> > 
> > On Mon, 2015-06-15 at 17:13 +0200, Martin Kolman wrote:
> > > Add a short readme that contains instructions on how to re-enable
> > > Firstboot and a depreciation notice. The depreciation notice includes
> > > links to Firstboot plugin -> Anaconda/Initial Setup addon porting
> > > resources.
> > > 
> > > Resolves: rhbz#1194155
> > > Signed-off-by: Martin Kolman <mkolman at redhat.com>
> > > ---
> > >  MANIFEST.in    |  2 +-
> > >  README.txt     | 20 ++++++++++++++++++++
> > >  firstboot.spec |  1 +
> > >  3 files changed, 22 insertions(+), 1 deletion(-)
> > >  create mode 100644 README.txt
> > > 
> > > diff --git a/MANIFEST.in b/MANIFEST.in
> > > index 2723803..26babb5 100644
> > > --- a/MANIFEST.in
> > > +++ b/MANIFEST.in
> > > @@ -1,4 +1,4 @@
> > > -include Makefile firstboot.spec
> > > +include Makefile firstboot.spec README.txt
> > >  recursive-include init firstboot
> > >  recursive-include po *.po *.pot Makefile
> > >  recursive-include progs firstboot
> > > diff --git a/README.txt b/README.txt
> > > new file mode 100644
> > > index 0000000..ad38e8c
> > > --- /dev/null
> > > +++ b/README.txt
> > > @@ -0,0 +1,20 @@
> > > +== How to re-enable Firstboot after first boot ==
> > > +To re-enable Firstboot, you need to do the following:
> > > +
> > > + 1. rm /etc/sysconfig/firstboot
> > > + 2. systemctl enable firstboot-graphical.service
> > > +
> > > +NOTE: /etc/reconfigSys is now (RHEL7) ignored.
> > > +
> > > +== Advisory to porting Firstboot plugins ==
> > > +
> > > +The legacy Firstboot tool is no longer in development and all current
> > > Firstboot users are advised to port their legacy Firstboot plugins to
> > > Anaconda addons, which don't have most of the limitations imposed by the
> > > Firstboot architecture.  Also unlike Firstboot plugins, Anaconda addons
> > > can be run both of during installation (by Anaconda), and after
> > > installation (by Initial Setup).
> > > +
> > > +A comprehensive Anaconda Addon Development Guide is available:
> > > +https://vpodzime.fedorapeople.org/anaconda-addon-development-guide/
> > This brought me to the idea of pushing the generated HTML stuff as
> > gh-pages, so we should start using the following URL (better than my
> > fedorapeople.org space, I think):
> > http://rhinstaller.github.io/anaconda-addon-development-guide/
> Nice! Changing locally! :)
> 
> > 
> > > +
> > > +As well as an example "Hello world" addon:
> > > +https://github.com/vpodzime/hello-world-anaconda-addon
> > This should be:
> > https://github.com/rhinstaller/hello-world-anaconda-addon
> This too.
> > 
> > --
> > Vratislav Podzimek
> > 
> > Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic
> > 
> > _______________________________________________
> > anaconda-patches mailing list
> > anaconda-patches at lists.fedorahosted.org
> > https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> > 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> 

"depreciation" should be "deprecation" everywhere.

- mulhern


More information about the anaconda-patches mailing list