temp_leap15.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0"?>
  2. <!DOCTYPE profile>
  3. <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
  4. <install>
  5. <init>
  6. <info_file>
  7. <![CDATA[
  8. textmode: 1]]>
  9. </info_file>
  10. </init>
  11. </install>
  12. <general>
  13. <mode>
  14. <confirm config:type="boolean">false</confirm>
  15. <final_reboot config:type="boolean">true</final_reboot>
  16. </mode>
  17. </general>
  18. <bootloader t="map">
  19. <loader_type>default</loader_type>
  20. </bootloader>
  21. <host t="map">
  22. <hosts t="list">
  23. <hosts_entry t="map">
  24. <host_address>127.0.0.1</host_address>
  25. <names t="list">
  26. <name>localhost</name>
  27. </names>
  28. </hosts_entry>
  29. </hosts>
  30. </host>
  31. <networking t="map">
  32. <dns t="map">
  33. <dhcp_hostname t="boolean">false</dhcp_hostname>
  34. <hostname>localhost.localdomain</hostname>
  35. <resolv_conf_policy>auto</resolv_conf_policy>
  36. </dns>
  37. <interfaces config:type="list">
  38. <interface>
  39. <bootproto>dhcp</bootproto>
  40. <name>link</name>
  41. <startmode>auto</startmode>
  42. </interface>
  43. </interfaces>
  44. </networking>
  45. <services-manager t="map">
  46. <services t="map">
  47. <enable t="list">
  48. <service>chronyd</service>
  49. <service>sshd</service>
  50. </enable>
  51. </services>
  52. </services-manager>
  53. <software t="map">
  54. <install_recommended t="boolean">true</install_recommended>
  55. <instsource/>
  56. <packages t="list">
  57. <package>openssh</package>
  58. <package>firewalld</package>
  59. <package>chrony</package>
  60. <package>dmidecode</package>
  61. <package>vim</package>
  62. </packages>
  63. </software>
  64. <ssh_import t="map">
  65. <copy_config t="boolean">false</copy_config>
  66. <import t="boolean">false</import>
  67. </ssh_import>
  68. <timezone t="map">
  69. <timezone>ks_timezone</timezone>
  70. </timezone>
  71. <users t="list">
  72. <user t="map">
  73. <authorized_keys t="list"/>
  74. <encrypted t="boolean">true</encrypted>
  75. <fullname>root</fullname>
  76. <gid>0</gid>
  77. <home>/root</home>
  78. <home_btrfs_subvolume t="boolean">false</home_btrfs_subvolume>
  79. <password_settings t="map">
  80. <expire/>
  81. <flag/>
  82. <inact/>
  83. <max/>
  84. <min/>
  85. <warn/>
  86. </password_settings>
  87. <shell>/bin/bash</shell>
  88. <uid>0</uid>
  89. <user_password>ks_password</user_password>
  90. <username>root</username>
  91. </user>
  92. </users>
  93. </profile>