Last change
on this file since 102337 was 102337, checked in by vboxsync, 17 months ago |
Main/Unattended: Implemented support for subiquity-/cloud-init-based installers. This enables installing guest newer Linux-based OSes like Ubuntu >= 22.10 in Unattended mode. More detection code for other variants will follow. Extended testcases. bugref:10551
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
799 bytes
|
Line | |
---|
1 | #cloud-config
|
---|
2 | autoinstall:
|
---|
3 | # version is an Autoinstall required field.
|
---|
4 | version: 1
|
---|
5 |
|
---|
6 | locale: @@VBOX_INSERT_LOCALE@@
|
---|
7 | keyboard:
|
---|
8 | layout: us
|
---|
9 |
|
---|
10 | identity:
|
---|
11 | realname: '@@VBOX_INSERT_USER_FULL_NAME@@'
|
---|
12 | username: '@@VBOX_INSERT_USER_LOGIN@@'
|
---|
13 | password: '@@VBOX_INSERT_USER_PASSWORD_SHACRYPT512@@'
|
---|
14 | hostname: '@@VBOX_INSERT_HOSTNAME_WITHOUT_DOMAIN@@'
|
---|
15 |
|
---|
16 | shutdown: reboot
|
---|
17 |
|
---|
18 | storage:
|
---|
19 | layout:
|
---|
20 | name: direct
|
---|
21 | swap:
|
---|
22 | size: 0
|
---|
23 |
|
---|
24 | user-data:
|
---|
25 | @@VBOX_COND_IS_RTC_USING_UTC@@
|
---|
26 | timezone: Etc/UTC
|
---|
27 | @@VBOX_COND_END@@
|
---|
28 | @@VBOX_COND_IS_NOT_RTC_USING_UTC@@
|
---|
29 | timezone: @@VBOX_INSERT_TIME_ZONE_UX@@
|
---|
30 | @@VBOX_COND_END@@
|
---|
31 | users:
|
---|
32 | - name: root
|
---|
33 | primary_group: root
|
---|
34 | groups: sudo
|
---|
35 | lock-passwd: false
|
---|
36 | passwd: '@@VBOX_INSERT_USER_PASSWORD_SHACRYPT512@@'
|
---|
37 | uid: 0
|
---|
Note:
See
TracBrowser
for help on using the repository browser.