summaryrefslogtreecommitdiff
path: root/3_configure.sh
diff options
context:
space:
mode:
Diffstat (limited to '3_configure.sh')
-rwxr-xr-x3_configure.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/3_configure.sh b/3_configure.sh
index 8bf169d..98199c7 100755
--- a/3_configure.sh
+++ b/3_configure.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
# Check if already installed
if ! ./chroot.sh grep -q 'root::' "/etc/shadow"; then