From: Michael Prokop Date: Mon, 6 Jun 2011 20:34:12 +0000 (+0200) Subject: Try to reduce build time and do not build initramfs twice. X-Git-Tag: v0.15.0~49 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=d95eed100eaf3c6b134cc24c93340d258ba81695;hp=d95eed100eaf3c6b134cc24c93340d258ba81695 Try to reduce build time and do not build initramfs twice. Lets see whether this might break in any situation (thinking of certain combinations of softupdate, renames,... during release management) but building the initramfs takes just too long, so let's try to reduce the build time via building it only from within main grml-live script and no longer execute update-initramfs in the /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs script. ---