From 885c06576aa20d3fc61c06dcfc1bbf2ee6ec8d8a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 30 Apr 2013 14:39:17 +0200 Subject: [PATCH] makedist.inc.sh: remove qemu later for later command execution to work (e.g. depmod) --- makedist.inc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makedist.inc.sh b/makedist.inc.sh index c8984d3..7e61bb3 100644 --- a/makedist.inc.sh +++ b/makedist.inc.sh @@ -146,7 +146,6 @@ post_install_rpms rm -rf $MOUNTDIR/tmp/.ICE-unix rm -rf $MOUNTDIR/tmp/kde-root -[ "$QEMU_COPIED_FOR_INST" ] && post_qemu # copy static files for target [ -e $TARGETDIR/root ] && @@ -175,4 +174,6 @@ if [ ! "$KERNEL_IGNORE" ]; then done fi +[ "$QEMU_COPIED_FOR_INST" ] && post_qemu + produce_media