Changeset 64995 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Dec 22, 2016 7:37:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/common/Makefile.kmk
r62487 r64995 35 35 endif # VBOX_WITH_PYTHON 36 36 37 INSTALLS += VBox-unattended-templates 38 39 VBox-unattended-templates_INST = bin/unattended_templates/ 40 VBox-unattended-templates_MODE = a+r,u+w 41 VBox-unattended-templates_SOURCES = $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/debian_preseed.cfg \ 42 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/ubuntu_preseed.cfg \ 43 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/redhat67_ks.cfg \ 44 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/ol_ks.cfg \ 45 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/fedora_ks.cfg \ 46 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/suse_autoinstall.xml \ 47 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/win_nt5_unattended.sif \ 48 $(VBOX_PATH_INST_COMMON_SRC)/unattended_templates/win_nt6_unattended.xml 49 37 50 include $(FILE_KBUILD_SUB_FOOTER) 38 51
Note:
See TracChangeset
for help on using the changeset viewer.