Comment 5 for bug 1689309

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

from the interactive shell of d-i, one should be able to do:

$ in-target update-initramfs -k all

To update initramfs, that essentially does: `chroot /target update-initramfs -k all`, but with extra logging and clean-up such that those commands end up in logs.

Downloaded the logs. Will inspect them.