aboutsummaryrefslogtreecommitdiff
path: root/grs
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-12-25 19:03:17 -0500
committerAnthony G. Basile <blueness@gentoo.org>2017-12-25 19:03:17 -0500
commit50e55fd33ba1bfcdd22a68cd7302716a7c5366f2 (patch)
treebc2c123918e13bfc738ba09667df478dbca70520 /grs
parentgrs/Interpret.py: fix typo (diff)
downloadgrss-50e55fd33ba1bfcdd22a68cd7302716a7c5366f2.tar.gz
grss-50e55fd33ba1bfcdd22a68cd7302716a7c5366f2.tar.bz2
grss-50e55fd33ba1bfcdd22a68cd7302716a7c5366f2.zip
grs/Netboot.py: add self.kernelroot
Diffstat (limited to 'grs')
-rw-r--r--grs/Netboot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/grs/Netboot.py b/grs/Netboot.py
index 11a78d2..22279cc 100644
--- a/grs/Netboot.py
+++ b/grs/Netboot.py
@@ -38,6 +38,7 @@ class Netboot(HashIt):
self.libdir = libdir
self.tmpdir = tmpdir
self.portage_configroot = portage_configroot
+ self.kernelroot = kernelroot
self.logfile = logfile
# Prepare a year, month and day for a name timestamp.
self.year = str(datetime.now().year).zfill(4)