Hi I install SuSE 8.1 with Autoyast2 but i allways have the following: The System starts in Runlevel 3 instead of Runlevel 5. What can i do to solve this Problem? Thx! Alex Controlfile 1: ..... <runlevels> <services config:type="list"> <service> <service_name>xntpd</service_name> <service_status>enable</service_status> </service> </services> </runlevels> ..... Controllfile 2: ..... <runlevels> <default>5</default> <services config:type="list"> <service> <service_name>xntpd</service_name> <service_start>5</service_start> <service_stop>5</service_stop> </service> <service> <service_name>sshd</service_name> <service_status>disable</service_status> </service> </services> </runlevels> .....