BUG: Incorrect runlevel-entry created with the autoyast tool?
Hi, I think there is a bug in the yast autoinstall-tool to create the autoinst.xml. This code will be created (using 2.9.45-0.2). <runlevel> <default>3</default> </runlevel> Shouldn't it be: <runlevels> <default>3</default> </runlevels> as mentioned in the documentation and runlevels.dtd. For a long time I mentioned here a bug with the DTD-file (http://lists2.suse.com/archive/suse-autoinstall/2004-Aug/0068.html). As far as I know the patch is not avaible in any rpm-file? Greets Hans _________________________________________________________________ Die rote Karte für lästige E-Mails. MSN Hotmail mit Junk-Mail-Filter. http://www.msn.de/antispam/prevention/junkmailfilter Jetzt kostenlos anmelden!
This is indeed a bug, more a typo. During installation "runlevels" is used to configure the runlevel, but later "runlevel" is used. workaround: Have it duplicated, one time as runlvels and a second time as runlevel. This will be fixed in service pack 1. Anas Hans Kamm wrote:
Hi,
I think there is a bug in the yast autoinstall-tool to create the autoinst.xml. This code will be created (using 2.9.45-0.2). <runlevel> <default>3</default> </runlevel>
Shouldn't it be: <runlevels> <default>3</default> </runlevels> as mentioned in the documentation and runlevels.dtd.
For a long time I mentioned here a bug with the DTD-file (http://lists2.suse.com/archive/suse-autoinstall/2004-Aug/0068.html). As far as I know the patch is not avaible in any rpm-file?
Greets Hans
_________________________________________________________________ Die rote Karte für lästige E-Mails. MSN Hotmail mit Junk-Mail-Filter. http://www.msn.de/antispam/prevention/junkmailfilter Jetzt kostenlos anmelden!
participants (2)
-
Anas Nashif
-
Hans Kamm