temp_leap15.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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/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. </networking>
  39. <services-manager t="map">
  40. <default_target>multi-user</default_target>
  41. <services t="map">
  42. <enable t="list">
  43. <service>chronyd</service>
  44. <service>sshd</service>
  45. </enable>
  46. </services>
  47. </services-manager>
  48. <software t="map">
  49. <install_recommended t="boolean">true</install_recommended>
  50. <instsource/>
  51. <packages t="list">
  52. <package>openssh</package>
  53. <package>firewalld</package>
  54. <package>chrony</package>
  55. </packages>
  56. </software>
  57. <ssh_import t="map">
  58. <copy_config t="boolean">false</copy_config>
  59. <import t="boolean">false</import>
  60. </ssh_import>
  61. <timezone t="map">
  62. <timezone>ks_timezone</timezone>
  63. </timezone>
  64. <users t="list">
  65. <user t="map">
  66. <authorized_keys t="list"/>
  67. <encrypted t="boolean">true</encrypted>
  68. <fullname>root</fullname>
  69. <gid>0</gid>
  70. <home>/root</home>
  71. <home_btrfs_subvolume t="boolean">false</home_btrfs_subvolume>
  72. <password_settings t="map">
  73. <expire/>
  74. <flag/>
  75. <inact/>
  76. <max/>
  77. <min/>
  78. <warn/>
  79. </password_settings>
  80. <shell>/bin/bash</shell>
  81. <uid>0</uid>
  82. <user_password>ks_password</user_password>
  83. <username>root</username>
  84. </user>
  85. </users>
  86. </profile>