https://bugzilla.novell.com/show_bug.cgi?id=209119 ------- Comment #8 from locilka@novell.com 2006-10-12 03:38 MST ------- I tried to fix it but then I realized that it is nearly impossible :) The problem is, that * /etc/ is a read-only system in the installation system * Agent for ProductFeatures file has a fixed path "/etc/YaST2/ProductFeatures" so you cannot write the file to another location * There is no default /etc/YaST2/ProductFeatures in the installation-system so it is impossible to copy it into the /mnt - system just being installed * ProductFeatures::Save() function should "touch $file" if it doesn't exist (warning in ini-agent). I suggest moving this ProductFeatures::Save() after the SCR is switched. Or register another agent for this purpose... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.