oscar-cluster / oscar

OSCAR main source repository.
GNU General Public License v2.0
13 stars 2 forks source link

Dependency issue for OSCAR base #591

Closed dikim33 closed 7 years ago

dikim33 commented 7 years ago

Reported by valleegr on 22 Apr 2010 22:18 UTC From Olivier Lahaye:

Hi,

There is a missing dependancy in oscar.
there is no requirement about syslinux, thus pxelinux.0 does not exists is syslinux is not installed (on CentOS) thus oscar_wizard fails at step 6 when trying to setup_pxe.

as setup_pxe is part of oscar-base-scripts, I think that the Requires: syslinux should be set into this package.

I also think thet pxelinux.0 is not always in the syslinux package, thus we'll need condituional requirements.
On Mandriva (at least 2009.1) /var/lib/tftpboot/X86PC/linux/linux.0 is part of the pxelinux package.

Best regards.
dikim33 commented 7 years ago

Comment by valleegr on 9 Jun 2010 18:36 UTC (In [9225]) This check-in fixes #591 - Add a dependency to syslinux to the oscar-base-scripts RPM.