diff options
-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) |