Changeset 94855 in vbox for trunk/src/VBox/Installer/darwin
- Timestamp:
- May 5, 2022 3:12:40 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151255
- Location:
- trunk/src/VBox/Installer/darwin
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r93217 r94855 175 175 # 176 176 $(VBOX_PATH_PACK_TMP)/DiskImage/VirtualBox.pkg: \ 177 $( VBOX_PATH_PACK_TMP)/Packages/VBoxKEXTs.pkg\177 $(if $(VBOX_WITH_VBOXDRV), $(VBOX_PATH_PACK_TMP)/Packages/VBoxKEXTs.pkg) \ 178 178 $(VBOX_PATH_PACK_TMP)/Packages/VirtualBoxCLI.pkg \ 179 179 $(VBOX_PATH_PACK_TMP)/Packages/VirtualBox.pkg \ … … 236 236 @# Build the package. 237 237 $(VBOX_PRODUCTBUILD) \ 238 --distribution $( VBOX_PATH_DI_SRC)/VirtualBox_mpkg/distribution.dist\238 --distribution $(if $(VBOX_WITH_VBOXDRV), $(VBOX_PATH_DI_SRC)/VirtualBox_mpkg/distribution.dist, $(VBOX_PATH_DI_SRC)/VirtualBox_mpkg/distribution-driverless.dist) \ 239 239 --package-path $(VBOX_PATH_PACK_TMP)/Packages \ 240 240 --resources $(VBOX_PATH_PACK_TMP)/VirtualBox.dist.res \ … … 256 256 257 257 258 ifdef VBOX_WITH_VBOXDRV 258 259 # 259 260 # The VirtualBox Kernel extensions. … … 348 349 $(VBOX_PATH_PACK_TMP)/VBoxKEXTs.pkg.desc \ 349 350 $(VBOX_PATH_PACK_TMP)/VBoxKEXTs.pkg.res 351 endif # !VBOX_WITH_VBOXDRV 350 352 351 353 -
trunk/src/VBox/Installer/darwin/VirtualBox_mpkg/distribution-driverless.dist
r94850 r94855 2 2 <!-- 3 3 # 4 # Copyright (C) 2008-202 0Oracle Corporation4 # Copyright (C) 2008-2022 Oracle Corporation 5 5 # 6 6 # This file is part of VirtualBox Open Source Edition (OSE), as … … 106 106 <welcome file="Welcome.rtf" mime-type="text/rtf" uti="public.rtf"/> 107 107 <choices-outline> 108 <line choice="choiceVBoxKEXTs"></line>109 108 <line choice="choiceVBox"></line> 110 109 <line choice="choiceVBoxCLI"></line> 111 <line choice="choiceOSXFuseCore"></line>112 110 </choices-outline> 113 <choice id="choiceVBoxKEXTs" title="choiceVBoxKEXTs_title" description="choiceVBoxKEXTs_msg" start_selected="true" start_enabled="true" start_visible="true">114 <pkg-ref id="org.virtualbox.pkg.vboxkexts"></pkg-ref>115 </choice>116 111 <choice id="choiceVBox" title="choiceVBox_title" description="choiceVBox_msg" start_selected="true" start_enabled="false" start_visible="true"> 117 112 <pkg-ref id="org.virtualbox.pkg.virtualbox"></pkg-ref> … … 120 115 <pkg-ref id="org.virtualbox.pkg.virtualboxcli"></pkg-ref> 121 116 </choice> 122 <choice id="choiceOSXFuseCore" title="choiceOSXFuseCore_title" description="choiceOSXFuseCore_msg" start_selected="true" start_enabled="true" start_visible="true">123 <pkg-ref id="com.github.osxfuse.pkg.Core"></pkg-ref>124 </choice>125 <pkg-ref id="org.virtualbox.pkg.vboxkexts" auth="Root">file:./Contents/Packages/VBoxKEXTs.pkg</pkg-ref>126 117 <pkg-ref id="org.virtualbox.pkg.virtualbox" auth="Root">file:./Contents/Packages/VirtualBox.pkg</pkg-ref> 127 118 <pkg-ref id="org.virtualbox.pkg.virtualboxcli" auth="Root">file:./Contents/Packages/VirtualBoxCLI.pkg</pkg-ref> 128 <pkg-ref id="com.github.osxfuse.pkg.Core" auth="Root">file:./Contents/Packages/OSXFuseCore.pkg</pkg-ref>129 119 </installer-gui-script> 130 120 -
trunk/src/VBox/Installer/darwin/VirtualBox_mpkg/distribution.dist
r93054 r94855 2 2 <!-- 3 3 # 4 # Copyright (C) 2008-202 0Oracle Corporation4 # Copyright (C) 2008-2022 Oracle Corporation 5 5 # 6 6 # This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.