https://bugzilla.novell.com/show_bug.cgi?id=751558 https://bugzilla.novell.com/show_bug.cgi?id=751558#c6 --- Comment #6 from Robert Milasan <rmilasan@suse.com> 2013-07-16 13:25:49 UTC --- Maybe you wanted this: if [ "${YAST_IS_RUNNING}" != "instsys" ]; then if [ -e /var/lib/no_initrd_recreation_by_suspend ]; then echo "Skipping recreation of existing initial ramdisks, due" echo "to presence of /var/lib/no_initrd_recreation_by_suspend" elif [ -x /sbin/mkinitrd ]; then [ -x /sbin/mkinitrd_setup ] && /sbin/mkinitrd_setup /sbin/mkinitrd || : fi fi but not sure. Anyway, if you want mkinitrd to generate a new initrd, then you need to use the above way, as this shouldn't be ran while installing the system. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.