From 34e1d6b5dc00f174b8e4ef41c46960ccdf2a8a0c Mon Sep 17 00:00:00 2001 From: Simo Leone Date: Tue, 23 Oct 2007 23:22:17 -0500 Subject: Make default-config an overlay This allows the root image to remain a [mostly] pristine image, and turns default liveCD configurations into an overlay, rather than copying them into the root image. Signed-off-by: Simo Leone --- hooks/archiso | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hooks') 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 -- cgit v1.2.2