summaryrefslogtreecommitdiff
path: root/TODO
blob: 5f2e7c0e6e14f595acef053ab2d74e9fe5573c52 (plain)
  1.   * Use custom ramdisk tool in /etc/kernel-img.cfg:
  2. + sync kernels and initrds for both syslinux and GRUB as needed.
  3. + Strip "save-default" lines from GRUB menu.conf.
  4. * Write mount routine as functions.
  5. * Make GRUB booting in dualboot actually work.
  6. + To test, press shift at boot, then "A", and then "2".
  7. * Write trace routines as functions, and improve it:
  8. + If file does not exist already: touch .orig.
  9. + If .orig already exists: use .old.
  10. + After tweaking, if .old exists and is equal: remove.
  11. * Improve bootloader selection:
  12. + If GRUB disabled, use vfat partition as /root.
  13. * Rewrite all configuration file tweaks to be idempotent.
  14. * Make everything (except maybe mounting) work using fakeroot.
  15. * Fix all FIXMEs.
  16. * Install module-init-tools before kernels.
  17. * Add shell snippet for initial run:
  18. + Offer to dpkg-reconfigure all packages.
  19. + Generate yaird initramfs.
  20. + Reset root password.
  21. + Generate SSH host keys (if SSH server installed).
  22. * Avoid mkinitrd probing root dev (not requiring USBstick plugged in).
  23. * Always unmount even if failures oocur (some shell woodoo...)
  24. * For flashybrid relying on NFS: Include and load these in initrd:
  25. sunrpc
  26. lockd
  27. nfs_acl
  28. nfs
  29. DGIH:
  30. * Hand-edit infoscreen routines:
  31. * Add dir /var/lib/infoscreen
  32. * mksshauth infoscreen@lager
  33. * Accept lager as host (in /root/.ssh/known_hosts )