From 80d5d127cae3688822e82e9023a24d57874dcace Mon Sep 17 00:00:00 2001 From: r00t Date: Sun, 1 Oct 2017 12:09:14 -0400 Subject: [PATCH] doc additions, TODO update --- docs/TODO | 2 +- docs/manual/user/GETTING_STARTED.adoc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/TODO b/docs/TODO index 98f0b94..c7e3b25 100644 --- a/docs/TODO +++ b/docs/TODO @@ -1,5 +1,5 @@ -investigate weird signing issue- if you specify a key to sign with, it appears that the squashed images (at least in the http dir) doesn't have a sig/asc. do they need to copy it over? or is it not even signing them? --allow specifying explicit (path to) build.ini +-switch from python-pygpgme to python-gpgme for better performance. also clean up bGPG in general; reference KANT. -i_am_a_racecar optimizations - different distro guests (debian, etc.)- https://stackoverflow.com/questions/2349991/python-how-to-import-other-python-files/20749411#20749411 diff --git a/docs/manual/user/GETTING_STARTED.adoc b/docs/manual/user/GETTING_STARTED.adoc index 6d42695..b0d2f0f 100644 --- a/docs/manual/user/GETTING_STARTED.adoc +++ b/docs/manual/user/GETTING_STARTED.adoc @@ -64,6 +64,8 @@ While not strictly necessary, these will greatly enhance your BDisk usage. I've NOTE: If you do not wish to install any of these or cannot install them, be sure to disable the relevant options in the `build.ini` file (we'll talk about that later). The default `extra/dist.build.ini` should be sane enough to not require any of these. +* http://cdrtools.sourceforge.net/private/cdrecord.html[cdrtools^] +** Needed for building iPXE. * http://gcc.gnu.org[gcc (multilib)^] (>=6.x) ** Needed for building iPXE. * http://gcc.gnu.org[gcc-libs (multilib)^] (>=6.x)