Last change
on this file since 86009 was 84639, checked in by vboxsync, 5 years ago |
OCI: (bugref:9469) cloud network environment setup (local part).
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.4 KB
|
Line | |
---|
1 | # $Id: Makefile.kmk 84639 2020-06-02 13:41:42Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Top-level makefile for src/VBox/Main/UnattendedTemplates.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2017-2020 Oracle Corporation
|
---|
8 | #
|
---|
9 | # This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | # available from http://www.virtualbox.org. This file is free software;
|
---|
11 | # you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | # General Public License (GPL) as published by the Free Software
|
---|
13 | # Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | #
|
---|
17 |
|
---|
18 | SUB_DEPTH = ../../../..
|
---|
19 | include $(KBUILD_PATH)/subheader.kmk
|
---|
20 |
|
---|
21 | ifdef VBOX_WITH_UNATTENDED
|
---|
22 |
|
---|
23 | # Note! When updating the source list here, VBOX_UNATTENDED_TEMPLATES in
|
---|
24 | # ../../Installer/Config.kmk must be updated too!
|
---|
25 | INSTALLS += VBoxUnattendedTemplates
|
---|
26 | VBoxUnattendedTemplates_INST = $(INST_UNATTENDED_TEMPLATES)
|
---|
27 | VBoxUnattendedTemplates_MODE = a+r,u+w
|
---|
28 | VBoxUnattendedTemplates_SOURCES = \
|
---|
29 | debian_preseed.cfg \
|
---|
30 | ubuntu_preseed.cfg \
|
---|
31 | rhel3_ks.cfg \
|
---|
32 | rhel4_ks.cfg \
|
---|
33 | rhel5_ks.cfg \
|
---|
34 | redhat67_ks.cfg \
|
---|
35 | ol_ks.cfg \
|
---|
36 | fedora_ks.cfg \
|
---|
37 | suse_autoinstall.xml \
|
---|
38 | win_nt5_unattended.sif \
|
---|
39 | win_nt6_unattended.xml \
|
---|
40 | \
|
---|
41 | debian_postinstall.sh \
|
---|
42 | redhat_postinstall.sh \
|
---|
43 | win_postinstall.cmd
|
---|
44 |
|
---|
45 | ifndef VBOX_OSE
|
---|
46 | VBoxUnattendedTemplates_SOURCES += \
|
---|
47 | lgw_ks.cfg \
|
---|
48 | lgw_postinstall.sh
|
---|
49 | endif
|
---|
50 |
|
---|
51 | endif # VBOX_WITH_UNATTENDED
|
---|
52 |
|
---|
53 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
54 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.