diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-12-25 19:03:17 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-25 19:03:17 -0500 |
commit | 50e55fd33ba1bfcdd22a68cd7302716a7c5366f2 (patch) | |
tree | bc2c123918e13bfc738ba09667df478dbca70520 | |
parent | grs/Interpret.py: fix typo (diff) | |
download | grss-50e55fd33ba1bfcdd22a68cd7302716a7c5366f2.tar.gz grss-50e55fd33ba1bfcdd22a68cd7302716a7c5366f2.tar.bz2 grss-50e55fd33ba1bfcdd22a68cd7302716a7c5366f2.zip |
grs/Netboot.py: add self.kernelroot
-rw-r--r-- | grs/Netboot.py | 1 |
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) |