aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-08-03 13:00:48 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-08-03 13:00:48 +0200
commita65ccb75656b8b5a01adf69bcbdcb19425abb0dd (patch)
tree02b4e833854abe5408858495bf35d0d555acf467
parentstagebase: Move ROOT repo bind mount logic to stagebase instead of stage1 (diff)
downloadcatalyst-master.tar.gz
catalyst-master.tar.bz2
catalyst-master.zip
stage1: Drop now unneeded imports againHEADmaster
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--catalyst/targets/stage1.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/catalyst/targets/stage1.py b/catalyst/targets/stage1.py
index 66f21a9c..18ff1840 100644
--- a/catalyst/targets/stage1.py
+++ b/catalyst/targets/stage1.py
@@ -4,12 +4,10 @@ stage1 target
# NOTE: That^^ docstring has influence catalyst-spec(5) man page generation.
from catalyst import log
-from catalyst.support import (normpath, get_repo_name)
+from catalyst.support import normpath
from catalyst.fileops import move_path
from catalyst.base.stagebase import StageBase
-from pathlib import Path
-
class stage1(StageBase):
"""
Builder class for a stage1 installation tarball build.