fixes
This commit is contained in:
@@ -15,11 +15,12 @@ mkdir -p "$LIVE_DIR"
|
||||
|
||||
env
|
||||
cd "$LIVE_DIR" && exec lh_config \
|
||||
-a "$BASE__ARCH" \
|
||||
--apt "$BASE__APT" \
|
||||
-a $BASE__ARCH \
|
||||
--distribution $BASE__DISTRIBUTION \
|
||||
--apt $BASE__APT \
|
||||
--apt-options "$BASE__APT_OPTIONS" \
|
||||
--apt-secure "$BASE__APT_SECURE" \
|
||||
--apt-recommends "$BASE__APT_RECOMMENDS" \
|
||||
--apt-secure $BASE__APT_SECURE \
|
||||
--apt-recommends $BASE__APT_RECOMMENDS \
|
||||
--mirror-bootstrap "$BASE__REPO_URL" \
|
||||
--mirror-binary "$BASE__REPO_URL" \
|
||||
--mirror-binary-security "$BASE__SECURITY_REPO_URL" \
|
||||
|
||||
@@ -28,6 +28,7 @@ class ModuleSpec:
|
||||
@dataclass(frozen=True)
|
||||
class BaseSpec(ModuleSpec):
|
||||
arch: str = "i386"
|
||||
distribution: str = "etch"
|
||||
apt: str = "apt"
|
||||
apt_options: str = "--yes --force-yes"
|
||||
apt_secure: bool = False
|
||||
|
||||
Reference in New Issue
Block a user