VirtualBox

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

Last change on this file since 96309 was 96309, checked in by vboxsync, 22 months ago

src/VBox/Main/UnattendedTemplates: comment fixes

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

© 2023 Oracle
ContactPrivacy policyTerms of Use