summaryrefslogtreecommitdiff
path: root/1_makerootfs.sh
diff options
context:
space:
mode:
Diffstat (limited to '1_makerootfs.sh')
-rwxr-xr-x1_makerootfs.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/1_makerootfs.sh b/1_makerootfs.sh
index e9f732c..84ec475 100755
--- a/1_makerootfs.sh
+++ b/1_makerootfs.sh
@@ -2,11 +2,8 @@
set -e
-. ./config-DEFAULTS || exit 1
-. ./config-HOST || exit 1
-. ./config-TARGET || exit 1
-. ./config-MANDATED || exit 1
-. ./functions || exit 1
+. ./common-settings || exit 1
+. ./common-functions || exit 1
mkdir "$targettemp"
case "$debootstrap" in