summaryrefslogtreecommitdiffstats
path: root/src/profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/profile.sh')
-rw-r--r--src/profile.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/profile.sh b/src/profile.sh
index 744ddef..582166c 100644
--- a/src/profile.sh
+++ b/src/profile.sh
@@ -70,10 +70,10 @@ profile_detect()
}
for func in normalize_suite detect_arch default_plat select_mirror \
- installer_type validate_archplat opkg_state_dir opkg_conf_file \
- feeds get_cert_url get_root_key dep_fields include_pkg \
- get_fstab file_systems_mounted bind_mount bind_umount \
- configure_system_native configure_system_foreign find_kernel \
- make_initramfs; do
+ prepare_install installer_type validate_archplat \
+ opkg_state_dir opkg_conf_file feeds get_cert_url get_root_key \
+ dep_fields include_pkg get_fstab file_systems_mounted \
+ bind_mount bind_umount configure_system_native \
+ configure_system_foreign find_kernel make_initramfs; do
eval "profile_${func}() { \"prof_\${_profile}_${func}\" \"\${@}\"; }"
done