From 3e325fa8f494943bc6153eb0e52c800de3829fbc Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 13 Apr 2015 16:02:39 +0200 Subject: [PATCH] notes on installing syslinux on the myplc side --- system/AA-syslinux.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 system/AA-syslinux.md 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 -- 2.43.0