aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--grs/Netboot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grs/Netboot.py b/grs/Netboot.py
index 976a24d..33c7b9d 100644
--- a/grs/Netboot.py
+++ b/grs/Netboot.py
@@ -119,7 +119,7 @@ class Netboot(HashIt):
# locating the tarball
if do_cd == 'cd':
# TODO: Before a regular release, we'll have to fix this path
- tarball_path = '/usr/share/grs-9999/ISO-1.tar.gz'
+ tarball_path = '/usr/share/grs/ISO-1.tar.gz'
cmd = 'tar --xattrs -xf %s -C %s' % (tarball_path, self.kernelroot)
Execute(cmd, timeout=120, logfile=self.logfile)