Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'hooks')
-rw-r--r--hooks/archiso4
1 files changed, 4 insertions, 0 deletions
diff --git a/hooks/archiso b/hooks/archiso
index fc19d89..86c5885 100644
--- a/hooks/archiso
+++ b/hooks/archiso
@@ -58,6 +58,10 @@ run_hook ()
export LOOP_NUM="1"
addon_dir="${BOOT_MOUNT}/addons"
+
+ # always layer default configuration
+ _mnt_squashfs "default-config.sqfs"
+
if [ -e "${addon_dir}/config" ]; then
msg ":: Mounting addons"
while read img mountpoint type; do