--- trunk/installer-simple/bin/installer.sh.in 2014/01/07 14:30:19 2438 +++ trunk/installer-simple/bin/installer.sh.in 2014/01/07 14:37:35 2439 @@ -574,13 +574,6 @@ rm ${INSTALLROOT}/root/.installrc } -is_initrd_supported() -{ - # only generate initrds if the cmd exists - [[ -x ${INSTALLROOT}/sbin/mkinitrd ]] && return 0 - return 1 -} - install_initrd_chroot() { # only generate initrds if the cmd exists