From e2a667b0e33a8a7bb733d7f8df9c50656c1f6924 Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 16 Jan 2017 18:59:13 -0500 Subject: [PATCH] adding TODO --- TODO | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..fc33442 --- /dev/null +++ b/TODO @@ -0,0 +1,17 @@ +- config layout. xml? e.g. +... + + + + + + +... + +-use sgdisk? scripting (generated by python) for disk partitioning (part types listed at http://www.rodsbooks.com/gdisk/walkthrough.html ) + +-support serverside "autoconfig"- a mechanism to let servers automatically generate xml build configs. e.g.: + kernel ... aif_url="https://build.domain.tld/aif-ng.php" auto=yes +would yield the *client* sending info via URL params, e.g. + https://build.domain.tld/aif-ng.php?disk[]=sda&disk[]=sdb&disk[sda]=300GB&disk[sdb]=500GB +? something like that.