Hi, I'm having problems using my own package-selections: I've got a file named Sven.sel on my installation server located in /suse/setup/descr. ----- # SuSE-Linux-Package-Selection 3.0 -- (c) 2002 SuSE Linux AG # generated on Thu Sep 12 16:53:25 UTC 2002 =Ver: 3.0 =Sel: Sven =Sum: Sven =Cat: addon =Vis: true +Ins: SuSEfirewall2 aaa_base aaa_skel aaa_version acl ... ... ---- I've got the following lines in my xml-file: ---- ... <software> <addons config:type="list"/> <base>Sven</base> <packages config:type="list"> <package>harden_suse</package> <package>cups-client</package> <package>cups-libs</package> .... ---- Now, when I create a custom ISO-Image, I see in /var/log/YaST2/y2log: [wfm] PkgModuleFunctionsSelection.cc(SetSelectionString):286 Unknown selection 'Sven' What am I doing wrong? Sven