<?xml version="1.0"?> <!DOCTYPE profile> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <install> <init> <info_file> <![CDATA[ textmode: 1]]> </info_file> </init> </install> <general> <mode> <confirm config:type="boolean">false</confirm> <final_reboot config:type="boolean">true</final_reboot> </mode> </general> <bootloader t="map"> <loader_type>default</loader_type> </bootloader> <host t="map"> <hosts t="list"> <hosts_entry t="map"> <host_address>127.0.0.1</host_address> <names t="list"> <name>localhost</name> </names> </hosts_entry> </hosts> </host> <networking t="map"> <dns t="map"> <dhcp_hostname t="boolean">false</dhcp_hostname> <hostname>localhost.localdomain</hostname> <resolv_conf_policy>auto</resolv_conf_policy> </dns> <interfaces config:type="list"> <interface> <bootproto>dhcp</bootproto> <name>link</name> <startmode>auto</startmode> </interface> </interfaces> </networking> <services-manager t="map"> <services t="map"> <enable t="list"> <service>chronyd</service> <service>sshd</service> </enable> </services> </services-manager> <software t="map"> <install_recommended t="boolean">true</install_recommended> <instsource/> <packages t="list"> <package>openssh</package> <package>firewalld</package> <package>chrony</package> </packages> </software> <ssh_import t="map"> <copy_config t="boolean">false</copy_config> <import t="boolean">false</import> </ssh_import> <timezone t="map"> <timezone>ks_timezone</timezone> </timezone> <users t="list"> <user t="map"> <authorized_keys t="list"/> <encrypted t="boolean">true</encrypted> <fullname>root</fullname> <gid>0</gid> <home>/root</home> <home_btrfs_subvolume t="boolean">false</home_btrfs_subvolume> <password_settings t="map"> <expire/> <flag/> <inact/> <max/> <min/> <warn/> </password_settings> <shell>/bin/bash</shell> <uid>0</uid> <user_password>ks_password</user_password> <username>root</username> </user> </users> </profile>