From 0f7968255251a35fae82ecb20cc2cc22f5e1993a Mon Sep 17 00:00:00 2001
From: "al0115@student.uni-lj.si"
 <al0115@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>
Date: Sun, 22 Feb 2015 20:32:12 +0000
Subject: popISCsosedov

git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@279 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
---
 kpov_judge/tasks/isc_dhcp_live_boot/task.py | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/kpov_judge/tasks/isc_dhcp_live_boot/task.py b/kpov_judge/tasks/isc_dhcp_live_boot/task.py
index 66b75dc..607cecf 100644
--- a/kpov_judge/tasks/isc_dhcp_live_boot/task.py
+++ b/kpov_judge/tasks/isc_dhcp_live_boot/task.py
@@ -19,8 +19,18 @@ SimpleArbiter naj dobi IP_GW. DHCP_server naj ga uporabi kot gateway.
 Tako BootableClientA kot BootableClientB naj bosta brez diskov.
 """, 
     # TODO: write a proper translation. The one that used to be here was just wrong.
-    'en': """Set up 4 virtual computers - simpleArbiter, DHCP_server, BootableClientA and
-BootableClientB."""
+    'en': """Set up 4 virtual computers - simpleArbiter, DHCP_server, BootableClientA and 
+BootableClientB. On simpleArbiter read the following IPs: IP_GW, IP_DHCP, IP_B as well as the name of the file BOOT_FNAME.
+
+On DHCP server install a DHCP server using ISC DHCP 3 for the address IP_DHCP.
+Simple Arbiter should be given the IP_GW address. DHCP_server should user it a s gateway.
+
+If the BootableClientB is starting, let it boot into a file called BOOT_FNAME.
+If any other machine is starting, let it boot suign a live USB and get it's IP. USB should be connected to DHCP_server. Files with PXElinux configuration settings must be accesible from the root directory on the TFTP server.
+
+Both BootableCLientA and B should be diskless.
+
+"""
 }
 computers = {
     'DHCPServer': {
-- 
cgit v1.2.1