temp_leap15.xml 2.5 KB

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