Build config import
This commit is contained in:
@@ -0,0 +1,35 @@
|
|||||||
|
# ========================================== #
|
||||||
|
# Troposphere Build config
|
||||||
|
#
|
||||||
|
|
||||||
|
# System Files
|
||||||
|
|
||||||
|
Include_Init_dir = True
|
||||||
|
|
||||||
|
# System patches
|
||||||
|
Include_Faster_Boot_Configs = True
|
||||||
|
|
||||||
|
# Really leave this as is pls
|
||||||
|
|
||||||
|
Include_stdlib = True
|
||||||
|
Include_TroposphereLib = True
|
||||||
|
|
||||||
|
# Root Mout Endpoints
|
||||||
|
Mount_Bind = [
|
||||||
|
"dev/pts:STD",
|
||||||
|
"tmpfs:ALL",
|
||||||
|
"dev/shm:STD",
|
||||||
|
"dev:STD",
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
# Device Cofig:
|
||||||
|
Mount_Devices = [
|
||||||
|
"tmpfs:ALL"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -5,6 +5,7 @@ import os
|
|||||||
import shutil
|
import shutil
|
||||||
import TreeLib
|
import TreeLib
|
||||||
import tarfile
|
import tarfile
|
||||||
|
import BuildConfig
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -141,7 +142,7 @@ sll.log(f"Creating output dump -> {OUTPUT_DIR}")
|
|||||||
sll.log("Checking required source tree")
|
sll.log("Checking required source tree")
|
||||||
bundle_dualroot()
|
bundle_dualroot()
|
||||||
|
|
||||||
|
sll.log("Grabbing Config")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user