index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Simo Leone <simo@archlinux.org> | 2007-10-23 23:22:17 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2007-10-24 02:05:32 -0500 |
commit | 0b364adf523770ef7f1349ac7aa6e447438b24c1 (patch) | |
tree | 9942ae82ecc071a1ddd773c989a92e302c109dfb /hooks/archiso | |
parent | fed0163567140a60c3ed5035c83d4c3598257d53 (diff) |
-rw-r--r-- | hooks/archiso | 4 |
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 |