#605 Issue closed: OL6 and ksplice issue with modprobe.ksplice-orig not being found

Labels: support / question, fixed / solved / done

gdha opened issue at 2015-06-25 22:16:

When booting in rescue mode we have seen errors passing by saying:
/sbin/modprobe.ksplice-orig: file not found and as a result no kernel modules get loaded.

This has to do with ksplice being installed (for more info read http://www.oracle.com/technetwork/articles/servers-storage-admin/ksplice-linux-518455.html)

To fix this add in the /etc/rear/local.conf file the following:
COPY_AS_IS=(${COPY_AS_IS[@]} /sbin/modprobe.ksplice-orig)
CLONE_GROUPS=(${CLONE_GROUPS[@]} oinstall)


[Export of Github issue for rear/rear.]