notes on installing syslinux on the myplc side
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 13 Apr 2015 14:02:39 +0000 (16:02 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 13 Apr 2015 14:02:39 +0000 (16:02 +0200)
system/AA-syslinux.md [new file with mode: 0644]

diff --git a/system/AA-syslinux.md b/system/AA-syslinux.md
new file mode 100644 (file)
index 0000000..8f82d54
--- /dev/null
@@ -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