summaryrefslogtreecommitdiff
path: root/TODO
blob: b31da25a278e72491ce21f0684aab72451bbe0fb (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. * Fix /dev in chroot not properly unmounted with udev-based host.
  23. (fixed in sid)
  24. * Avoid mkinitrd probing root dev (not requiring USBstick plugged in).
  25. * Always unmount even if failures oocur (some shell woodoo...)
  26. * For flashybrid relying on NFS: Include and load these in initrd:
  27. sunrpc
  28. lockd
  29. nfs_acl
  30. nfs
  31. * Make sure network is up on boot.
  32. DGIH:
  33. * Hand-edit infoscreen routines:
  34. * Add /etc/*/local-infoscreen and /usr/local/bin
  35. * Add dir /var/lib/infoscreen
  36. * mksshauth infoscreen@lager
  37. * Accept lager as host (in /root/.ssh/known_hosts )