define PLC_MAIL_FROM_ADDRESS
[tests.git] / system / AA-syslinux.md
1 # setup
2
3 I have a myplc running f14 with foreign nodes running (so far)
4 * f18
5 * f20
6 * f21
7
8 # install syslinux
9
10 in the f14 myplc:
11
12         rpm --import http://mirror.onelab.eu/keys/RPM-GPG-KEY-fedora-21-primary
13         
14         yum localinstall http://mirror.onelab.eu/fedora/releases/21/Everything/x86_64/os/Packages/s/syslinux-6.03-1.fc21.x86_64.rpm \
15       http://mirror.onelab.eu/fedora/releases/21/Everything/x86_64/os/Packages/s/syslinux-nonlinux-6.03-1.fc21.noarch.rpm \
16       http://mirror.onelab.eu/fedora/releases/21/Everything/x86_64/os/Packages/s/syslinux-perl-6.03-1.fc21.x86_64.rpm
17
18
19 # checking
20
21 ## F14 native node
22
23         run restart-node wait-node
24
25 OK
26
27 ## F18 node
28         bond18
29         rung 
30         rung node restart-node wait-node
31 OK
32
33 ## F20 node
34 OK
35
36 ## F21 node
37 OK