Skip to content

Commit

Permalink
Autoyast profiles for opensuse
Browse files Browse the repository at this point in the history
  • Loading branch information
kravciak committed Oct 17, 2016
1 parent d7289c9 commit 6574b43
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
44 changes: 44 additions & 0 deletions data/autoyast_opensuse/opensuse_gnome.xml
@@ -0,0 +1,44 @@
<?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>
</mode>
</general>
<login_settings>
<autologin_user>bernhard</autologin_user>
</login_settings>
<networking>
<keep_install_network config:type="boolean">true</keep_install_network>
</networking>
<services-manager>
<default_target>graphical</default_target>
<services>
<enable config:type="list">
<service>SuSEfirewall2</service>
</enable>
</services>
</services-manager>
<software>
<install_recommended config:type="boolean">true</install_recommended>
<patterns config:type="list">
<pattern>apparmor</pattern>
<pattern>base</pattern>
<pattern>gnome</pattern>
</patterns>
</software>
<users config:type="list">
<user>
<fullname>Bernhard M. Wiedemann</fullname>
<encrypted config:type="boolean">false</encrypted>
<user_password>nots3cr3t</user_password>
<username>bernhard</username>
</user>
<user>
<encrypted config:type="boolean">false</encrypted>
<user_password>nots3cr3t</user_password>
<username>root</username>
</user>
</users>
</profile>
30 changes: 30 additions & 0 deletions data/autoyast_opensuse/opensuse_minimal.xml
@@ -0,0 +1,30 @@
<?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>
</mode>
</general>
<networking>
<keep_install_network config:type="boolean">true</keep_install_network>
</networking>
<software>
<packages config:type="list">
<package>zypper</package>
</packages>
</software>
<users config:type="list">
<user>
<fullname>Bernhard M. Wiedemann</fullname>
<encrypted config:type="boolean">false</encrypted>
<user_password>nots3cr3t</user_password>
<username>bernhard</username>
</user>
<user>
<encrypted config:type="boolean">false</encrypted>
<user_password>nots3cr3t</user_password>
<username>root</username>
</user>
</users>
</profile>

0 comments on commit 6574b43

Please sign in to comment.