--- trunk/installer-simple/functions/dracut.sh 2014/01/08 12:11:44 2487 +++ trunk/installer-simple/functions/dracut.sh 2014/01/08 12:13:30 2488 @@ -5,6 +5,6 @@ initrd_install() { - chrooted "mage run-preinstall ${KERNELPKG}" 1>&2 - chrooted "mage run-postinstall ${KERNELPKG}" 1>&2 + chrooted "mage run-preinstall ${KERNELPKG}" + chrooted "mage run-postinstall ${KERNELPKG}" }