--- trunk/installer-simple/functions/dracut.sh 2014/04/02 11:34:14 2643 +++ trunk/installer-simple/functions/dracut.sh 2014/07/02 11:27:14 2644 @@ -5,6 +5,6 @@ initrd_install() { - chrooted "mage run-preinstall ${KERNELPKG}" - chrooted "mage run-postinstall ${KERNELPKG}" + chrooted "mage run-preinstall ${KERNELPKG}" 1>&2 + chrooted "mage run-postinstall ${KERNELPKG}" 1>&2 }