util-iso-cal: unsure, but better extract both images for the moment until we have a plan

This commit is contained in:
udeved 2016-08-21 00:33:50 +02:00
parent 095a13c782
commit 1a1cd38d4d

View file

@ -120,11 +120,11 @@ write_unpack_conf(){
echo " - source: \"/bootmnt/${iso_name}/${target_arch}/root-image.sqfs\"" >> "$conf"
echo " sourcefs: \"squashfs\"" >> "$conf"
echo " destination: \"\"" >> "$conf"
if ! ${netinstall};then
# if ! ${netinstall};then
echo " - source: \"/bootmnt/${iso_name}/${target_arch}/${profile}-image.sqfs\"" >> "$conf"
echo " sourcefs: \"squashfs\"" >> "$conf"
echo " destination: \"\"" >> "$conf"
fi
# fi
}
write_users_conf(){