util-iso-cal: fix conf path

This commit is contained in:
udeved 2016-08-20 23:25:14 +02:00
parent abada0e5ba
commit 2b6e98c28f

View file

@ -310,6 +310,7 @@ get_yaml(){
}
write_netinstall_conf(){
local conf="$1/etc/calamares/modules/netinstall.conf"
echo "---" > "$conf"
echo "groupsUrl: ${netgroups}/$(get_yaml)" >> "$conf"
}