From aa0972e2c62feff98273c6a1575e148817b2fe0e Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Tue, 18 Aug 2015 13:11:58 +0200 Subject: Add examples for UEFI hook. Document task package usage in the README --- TODO | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..a1cd415 --- /dev/null +++ b/TODO @@ -0,0 +1,37 @@ +TODO +==== + +* document the problems of setting a default password + +* first-boot customisation support (via a package) which forces a + new password, possibly new hostname, generate new ssh key etc. + +* make all internal additions and operations optional + +* investigate some way to support complex partitioning + +* document that no-kernel can lead to images where the kernel + cannot be upgraded. + +* try to support upgrading the bootloader + possibly via the config output + problems of flash-kernel + +* automatically grow rootfs to media size on first boot + boot into ramdisk, umount media, move ext4 along media + expand vfat. + +* document of how to add new bootloader etc. + unless the old and new bootloader exist as packages, this + is going to be manual. + +* customisations as packages. + +* document how the image was built with the config called. + include the config output and a copy of the script with + dependencies. + +* consider limitations of only one hook script + likely to be a lack of time to implement multi-hook support. + +* support method to share shell customisation scripts -- cgit v1.2.1