...
1. Can the filename argument be are URL too ? I do not know but you can use wget to download the file to a local fs.
2. What if I just bring eg. a packetlist into the XML file - would it leave the rest of the installation untouched ? In my understanding yes. At least it is working for us for a printer configuration.
- Would it install all missing packages and delete all packages which are not in the XML file but at the System ?
A simple test would tell meaning I do not know ;-(
3. Can I use it in a Cronjob ? This means unattended mode and no screen ( terminal) available for yast. So you must yast make believe that it has a terminal - I use the tool screen for that.
Example for a printer configuration. XML file must be valid. cat ./AfterYast /bin/bash export PATH=..... export TERM=vt100 wget ..../ printer.xml /tmp/printer.xml screen -D -m yast /usr/share/YaST2/clients/ayast_setup.ycp \ setup filename=/tmp/printer.xml" hth Hajo -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org