VirtualBox

source: vbox/trunk/src/VBox/Main/UnattendedTemplates/suse_autoinstall.xml

Last change on this file was 98103, checked in by vboxsync, 16 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (C) 2016-2023 Oracle and/or its affiliates.
4
5 This file is part of VirtualBox base platform packages, as
6 available from https://www.virtualbox.org.
7
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License
10 as published by the Free Software Foundation, in version 3 of the
11 License.
12
13 This program is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, see <https://www.gnu.org/licenses>.
20
21 SPDX-License-Identifier: GPL-3.0-only
22-->
23<!DOCTYPE profile>
24<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
25 <general>
26 <mode>
27 <confirm config:type="boolean">false</confirm>
28 </mode>
29 </general>
30
31 <partitioning config:type="list">
32 <drive>
33 <use>all</use>
34 </drive>
35 </partitioning>
36
37 <software>
38 <!-- Those are necessary for Guest Additions -->
39 <packages config:type="list">
40 <package>gcc</package>
41 <package>automake</package>
42 <package>kernel-source</package>
43 <!-- 'smpppd' is required on openSUSE 11.4 -->
44 <package>smpppd</package>
45 </packages>
46
47 <patterns config:type="list">
48 <pattern>apparmor</pattern>
49 <pattern>apparmor_opt</pattern>
50 <pattern>base</pattern>
51 <pattern>kde</pattern>
52 <!--pattern>Basis-Devel</pattern-->
53 <!--pattern>devel_kernel</pattern-->
54 <pattern>default</pattern>
55 <pattern>sw_management</pattern>
56 <pattern>sw_management_kde4</pattern>
57 <pattern>yast2_install_wf</pattern>
58 </patterns>
59 </software>
60
61 <configure>
62 <x11>
63 <display_manager>kdm</display_manager>
64 </x11>
65
66 <networking>
67 <interfaces config:type="list">
68 <interface>
69 <bootproto>dhcp</bootproto>
70 <device>eth0</device>
71 <startmode>auto</startmode>
72 <usercontrol>yes</usercontrol>
73 </interface>
74 </interfaces>
75 </networking>
76
77 <users config:type="list">
78 <user>
79 <fullname>root</fullname>
80 <username>root</username>
81 <encrypted config:type="boolean">false</encrypted>
82 <user_password>$password</user_password>
83 </user>
84 <user>
85 <groups>video,dialout,vboxsf</groups>
86 <fullname>$user</fullname>
87 <username>$user</username>
88 <encrypted config:type="boolean">false</encrypted>
89 <user_password>$password</user_password>
90 </user>
91 </users>
92 </configure>
93</profile>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use