Commit Graph

3 Commits

Author SHA1 Message Date
Brian C. Lane
ba11077394 livemedia-creator: Remove random-seed from images (#1258986)
systemd uses /var/lib/systemd/random-seed to add entropy to /dev/urandom
at boot time. During image creation this file is created, and if not
removed everything using the image will be adding the same seed.

This is only additional entropy, NOT a seed in the sense of a starting
point for a PRNG, so it will be mixed with other entropy as the system
runs. It isn't a good idea to use the same value everywhere so make sure
it is removed in %post

Resolves: rhbz#1258986
(cherry picked from commit 6f6af862c6)
2015-09-02 10:33:21 -07:00
Brian C. Lane
955afa8699 livemedia-creator: Bump default releasevere to 23
Also point the example kickstarts to the F23 development repository.
2015-07-30 14:40:15 -07:00
Brian C. Lane
f40dadf9be Added Sphinx Documentation
Run 'make docs' to update the apidocs.

Also moves the README.livemedia-creator and README.product into docs
as ReST documents. They will be installed in /usr/share/doc/lorax/
by the rpm package.
2015-04-09 09:29:56 -07:00