templates/boot/isolinux/default.cfg: always use string grml as label name
[grml-live.git] / TODO
1 TODO list for grml-live
2 -----------------------
3
4 Patches, ideas and feedback welcome.
5
6 * provide an option to extract a given grml-ISO as basic chroot system for
7   further building actions (might be import for "let’s base our work on the last
8   rc of grml")
9
10 * if a stage fails inside grml-live the stage is skipped on next execution → try
11   to find a better way how to clean up the stage and re-execute it again
12
13 * support something like a directory /etc/grml/fai/chroot_packages to install
14   additional Debian packages without the need for a Debian repository
15
16 * add support for ppc (formorer?)
17
18 * identify all packages that are arch specific so we have a clean package list
19   in all classes
20
21 * support signed apt repositories (currently it’s deactivated via FAI’s
22   FAI_ALLOW_UNSIGNED=1 for some repositories/packages in the toolchain)
23
24 * the /etc/runlevel.conf stuff isn’t flexible enough: adjust the file on-the-fly
25   according to what software is used/installed on the system
26
27 * amd64: if /emul/ia32-linux/lib does not exist mksquashfs fails with ‘no such
28   file or directory’ because of the dangling symlink /lib32 inside grml_chroot;
29   current fix: install ia32-libs on the system where you are running grml-live
30   (recheck: problem still present?)
31
32 * check out how FAI_DEBMIRROR of /etc/grml/fai/fai.conf could be merged with our
33   MIRROR_DIRECTORY and MIRROR_SOURCES feature of /etc/grml/grml-live.conf
34
35 * support multiple kernel versions (currently the build-process might fail if
36   more than 1 kernel and 1 initrd is present)
37
38 * Provide different interfaces for easy and common use of grml-live:
39   - a console interface (using dialog/stfl/...)
40   - a graphical interface (for example using pygtk)
41   - a web interface