I have no idea about inetd, but the runlevel snippet looks fine. If you are installing a minimal system (no or very few patterns), then you need to add "<package>yast2-runlevel</package>" to your <packages> section, because it will not be installed automatically. (The same might apply to your inetd problems, try explicitly installing "yast2-inetd".) PS: If "12.3" is a typo and you mean "13.2", then install "<package>yast2-services-manager</package>" instead, and change the "<runlevel>" section to something like this (insert your own services, of course): ---------- 8< ---------- + <services-manager> + <default_target>multi-user</default_target> + <services> + <disable config:type="list"> + <service>lvm2-lvmetad</service> + <service>wickedd-auto4</service> + <service>wickedd-dhcp4</service> + <service>wickedd-dhcp6</service> + </disable> + <enable config:type="list"> + <service>auditd</service> + <service>ntp</service> + <service>postfix</service> + <service>sshd</service> + </enable> + </services> + </services-manager> ---------- >8 ---------- -- Kind regards Christopher 'm4z' Holm / 686f6c6d "We must respect the other fellow's religion, but only in the sense and to the extent that we respect his theory that his wife is beautiful and his children smart." --H. L. Mencken -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org