From: Thierry Parmentelat Date: Mon, 13 Apr 2015 14:02:39 +0000 (+0200) Subject: notes on installing syslinux on the myplc side X-Git-Tag: tests-6.0-2~30 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=3e325fa8f494943bc6153eb0e52c800de3829fbc notes on installing syslinux on the myplc side --- diff --git a/system/AA-syslinux.md b/system/AA-syslinux.md new file mode 100644 index 0000000..8f82d54 --- /dev/null +++ b/system/AA-syslinux.md @@ -0,0 +1,37 @@ +# setup + +I have a myplc running f14 with foreign nodes running (so far) +* f18 +* f20 +* f21 + +# install syslinux + +in the f14 myplc: + + rpm --import http://mirror.onelab.eu/keys/RPM-GPG-KEY-fedora-21-primary + + yum localinstall http://mirror.onelab.eu/fedora/releases/21/Everything/x86_64/os/Packages/s/syslinux-6.03-1.fc21.x86_64.rpm \ + http://mirror.onelab.eu/fedora/releases/21/Everything/x86_64/os/Packages/s/syslinux-nonlinux-6.03-1.fc21.noarch.rpm \ + http://mirror.onelab.eu/fedora/releases/21/Everything/x86_64/os/Packages/s/syslinux-perl-6.03-1.fc21.x86_64.rpm + + +# checking + +## F14 native node + + run restart-node wait-node + +OK + +## F18 node + bond18 + rung + rung node restart-node wait-node +OK + +## F20 node +OK + +## F21 node +OK