Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <!DOCTYPE profile>
- <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
- <general>
- <mode>
- <confirm config:type="boolean">false</confirm>
- <final_reboot config:type="boolean">true</final_reboot>
- <final_halt config:type="boolean">false</final_halt>
- <halt config:type="boolean">false</halt>
- <second_stage config:type="boolean">true</second_stage>
- <forceboot config:type="boolean">true</forceboot>
- </mode>
- <storage>
- <proposal>
- <lvm config:type="boolean">true</lvm>
- <windows_delete_mode config:type="symbol">all</windows_delete_mode>
- <linux_delete_mode config:type="symbol">all</linux_delete_mode>
- <other_delete_mode config:type="symbol">all</other_delete_mode>
- </proposal>
- </storage>
- </general>
- <networking>
- <keep_install_network config:type="boolean">true</keep_install_network>
- </networking>
- <deploy_image>
- <image_installation config:type="boolean">true</image_installation>
- </deploy_image>
- <software>
- <install_recommended config:type="boolean">true</install_recommended>
- <patterns config:type="list">
- <pattern>base</pattern>
- </patterns>
- </software>
- <users config:type="list">
- <user>
- <encrypted config:type="boolean">true</encrypted>
- <fullname>root</fullname>
- <gid>0</gid>
- <home>/root</home>
- <shell>/bin/bash</shell>
- <uid>0</uid>
- <user_password>$6$Rn5/UTzjIs68MX$9gz8vmshGlPqse3VoX8dzSfhWxRVoYv1MB6aGRD8xdvztOf.gD.SxxVWkxYrwwbShB9Q14flquK/apbdQJ65t1</user_password>
- <username>root</username>
- </user>
- <user>
- <encrypted config:type="boolean">true</encrypted>
- <fullname>RTD User</fullname>
- <shell>/bin/bash</shell>
- <user_password>$6$Rn5/UTzjIs68MX$9gz8vmshGlPqse3VoX8dzSfhWxRVoYv1MB6aGRD8xdvztOf.gD.SxxVWkxYrwwbShB9Q14flquK/apbdQJ65t1</user_password>
- <username>tangarora</username>
- </user>
- </users>
- <software>
- <image/>
- <install_recommended config:type="boolean">true</install_recommended>
- <instsource/>
- <packages config:type="list">
- <package>wget</package>
- <package>vim</package>
- <package>spice-vdagent</package>
- <package>git</package>
- <package>libqt4</package>
- </packages>
- <patterns config:type="list">
- <pattern>kde</pattern>
- </patterns>
- <products config:type="list">
- <product>openSUSE</product>
- </products>
- </software>
- <login_settings>
- <autologin_user>tangarora</autologin_user>
- <password_less_login config:type="boolean">true</password_less_login>
- </login_settings>
- <services-manager>
- <default_target>graphical</default_target>
- <services>
- <enable config:type="list">
- <service>sshd</service>
- <service>spice-vdagent</service>
- </enable>
- </services>
- </services-manager>
- <scripts>
- <init-scripts config:type="list">
- <script>
- <interpreter>bash</interpreter>
- <source><![CDATA[
- #!/bin/bash
- git clone https://github.com/vonschutter/RTD-Setup.git /opt/rtd
- chmod 755 /opt/rtd/core/rtd-oem-enable-config.sh
- /opt/rtd/core/rtd-oem-enable-config.sh
- cp *.xml /opt/rtd/
- ]]>
- </source>
- </script>
- </init-scripts>
- </scripts>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement