oscar-cluster / oscar

OSCAR main source repository.
GNU General Public License v2.0
14 stars 3 forks source link

create a core opkg-openssh package to setup ssh. #662

Open dikim33 opened 7 years ago

dikim33 commented 7 years ago

Reported by olahaye74 on 13 Mar 2014 15:40 UTC split the actual ssh_install script in smaller parts:

Remove the call to ssh_install from /usr/bin/post_rpm_install script.

NOTE: /usr/bin/post_rpm_install is responsible to run the chrooted client-post-install in the images (after build image step). The nodes are down, thus it's not a problem is some scripts are run before ssh is configured (in the image).

dikim33 commented 7 years ago

Modified by olahaye74 on 13 Mar 2014 15:43 UTC