VirtualBox

source: vbox/trunk/src/VBox/Main/UnattendedTemplates/Makefile.kmk

Last change on this file was 102342, checked in by vboxsync, 6 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 [build fix, Windows installer does not accept dashes (-) as file keys]. bugref:10551

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1# $Id: Makefile.kmk 102342 2023-11-27 17:56:10Z vboxsync $
2## @file
3# Top-level makefile for src/VBox/Main/UnattendedTemplates.
4#
5
6#
7# Copyright (C) 2017-2023 Oracle and/or its affiliates.
8#
9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
11#
12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License
14# as published by the Free Software Foundation, in version 3 of the
15# License.
16#
17# This program is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, see <https://www.gnu.org/licenses>.
24#
25# SPDX-License-Identifier: GPL-3.0-only
26#
27
28SUB_DEPTH = ../../../..
29include $(KBUILD_PATH)/subheader.kmk
30
31ifdef VBOX_WITH_UNATTENDED
32
33 # Note! When updating the source list here, VBOX_UNATTENDED_TEMPLATES in
34 # ../../Installer/Config.kmk must be updated too!
35 INSTALLS += VBoxUnattendedTemplates
36 VBoxUnattendedTemplates_INST = $(INST_UNATTENDED_TEMPLATES)
37 VBoxUnattendedTemplates_MODE = a+r,u+w
38 VBoxUnattendedTemplates_SOURCES = \
39 debian_preseed.cfg \
40 ubuntu_preseed.cfg \
41 ubuntu_autoinstall_user_data \
42 ubuntu_autoinstall_meta_data \
43 rhel3_ks.cfg \
44 rhel4_ks.cfg \
45 rhel5_ks.cfg \
46 redhat67_ks.cfg \
47 ol_ks.cfg \
48 ol8_ks.cfg \
49 ol9_ks.cfg \
50 fedora_ks.cfg \
51 suse_autoinstall.xml \
52 os2_response_files.rsp \
53 win_nt5_unattended.sif \
54 win_nt6_unattended.xml \
55 \
56 debian_postinstall.sh \
57 redhat_postinstall.sh \
58 ol_postinstall.sh \
59 os2_cid_install.cmd \
60 win_postinstall.cmd \
61 freebsd_installer.cfg \
62 freebsd_postinstall.sh
63
64 ifndef VBOX_WITH_OPEN_WATCOM
65 VBoxUnattendedTemplates_SOURCES += \
66 os2_util.exe
67 endif
68
69 ifndef VBOX_OSE
70 VBoxUnattendedTemplates_SOURCES += \
71 lgw_ks.cfg \
72 lgw_postinstall.sh
73 endif
74
75endif # VBOX_WITH_UNATTENDED
76
77include $(FILE_KBUILD_SUB_FOOTER)
78
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use