From 2c8aa950a3b115a41b8aae2ca8066f08b0a8e6b6 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Tue, 11 Nov 2014 14:56:34 +0100 Subject: [PATCH] Update README.md --- src/modules/initramfs/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/modules/initramfs/README.md b/src/modules/initramfs/README.md index bebd3eb56..f7de44f2f 100644 --- a/src/modules/initramfs/README.md +++ b/src/modules/initramfs/README.md @@ -3,3 +3,10 @@ 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.