diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-12-25 18:38:31 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-25 18:38:31 -0500 |
commit | 0bf65c519cb9190fa5fffe66cd644606e5d67bb1 (patch) | |
tree | 6c8db94bed171587d239a0d6a021cd41a5b99c73 | |
parent | grs/Netboot.py: initial commit of netbootit directive. (diff) | |
download | grss-0bf65c519cb9190fa5fffe66cd644606e5d67bb1.tar.gz grss-0bf65c519cb9190fa5fffe66cd644606e5d67bb1.tar.bz2 grss-0bf65c519cb9190fa5fffe66cd644606e5d67bb1.zip |
grs/__init__.py: import Netboot class
-rw-r--r-- | grs/Interpret.py | 1 | ||||
-rw-r--r-- | grs/__init__.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/grs/Interpret.py b/grs/Interpret.py index 7bdfa01..d6fdad9 100644 --- a/grs/Interpret.py +++ b/grs/Interpret.py @@ -27,6 +27,7 @@ from grs.ISOIt import ISOIt from grs.Log import Log from grs.Kernel import Kernel from grs.MountDirectories import MountDirectories +from grs.Netboot import Netboot from grs.PivotChroot import PivotChroot from grs.Populate import Populate from grs.RunScript import RunScript diff --git a/grs/__init__.py b/grs/__init__.py index fb1b64b..4c5f585 100644 --- a/grs/__init__.py +++ b/grs/__init__.py @@ -25,6 +25,7 @@ from grs.ISOIt import ISOIt from grs.Log import Log from grs.Kernel import Kernel from grs.MountDirectories import MountDirectories +from grs.Netboot import Netboot from grs.PivotChroot import PivotChroot from grs.Populate import Populate from grs.Rotator import Rotator |