calamares/src/modules/initramfs
n3rdopolis 086a019d19 Correct update-initramfs command
This allows it to create a new initramfs, and replace it.
This will better ensure that calamares generated initramfs is used
2017-08-06 11:43:24 -04:00
..
main.py Correct update-initramfs command 2017-08-06 11:43:24 -04:00
module.desc Add a initramfs module that updates the initramfs post install 2014-11-10 15:42:31 +01:00
README.md Update README.md 2014-11-11 14:56:34 +01:00

initramfs module

This module is specific to Debian based distros. Post installation on Debian the initramfs needs to be updated so as to not interrupt the boot process with a error about fsck.ext4 not being found.

Debian specific notes

If you're using live-build to build your ISO and setup the runtime env make sure that you purge the live-* packages on the target system before running this module, since live-config dpkg-diverts update-initramfs and can cause all sorts of fun issues.