Comment 2 for bug 1908058

Revision history for this message
Henrik Lohse (hennito) wrote :

The issue was the step
# while [ ! -d /target/etc/default/grub.d ]; do sleep 1; done; echo "GRUB_ENABLE_CRYPTODISK=y" > /target/etc/default/grub.d/local.cfg

was not started in time.

After doing it again it worked.