Changeset 68057 in vbox for trunk/src/VBox/Installer/common
- Timestamp:
- Jul 20, 2017 10:38:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/common/Makefile.kmk
r65050 r68057 35 35 endif # VBOX_WITH_PYTHON 36 36 37 ifdef VBOX_WITH_UNATTENDED38 39 INSTALLS += VBox-unattended-templates40 41 VBox-unattended-templates_INST = bin/unattended_templates/42 VBox-unattended-templates_MODE = a+r,u+w43 VBox-unattended-templates_SOURCES = $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/debian_preseed.cfg \44 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/ubuntu_preseed.cfg \45 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/redhat67_ks.cfg \46 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/ol_ks.cfg \47 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/fedora_ks.cfg \48 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/suse_autoinstall.xml \49 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/win_nt5_unattended.sif \50 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/win_nt6_unattended.xml51 52 endif # VBOX_WITH_UNATTENDED53 54 37 include $(FILE_KBUILD_SUB_FOOTER) 55 38
Note:
See TracChangeset
for help on using the changeset viewer.