File tree 2 files changed +7
-6
lines changed
deploy/iso/minikube-iso/package/vbox-guest 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- # From http://download.virtualbox.org/virtualbox/5.1.30 /SHA256SUMS
2
- sha256 96cab2296fb014ce0a16b7b9603b52208b9403c10c1524b44201d3c274e8a821 VirtualBox-5.1.38 .tar.bz2
3
- sha256 0e7ee2c78ebf7cd0d3a933d51148bef04a64f64fb27ccf70d59cddf9ca1e517a VBoxGuestAdditions_5.1.38 .iso
1
+ # From http://download.virtualbox.org/virtualbox/5.2.22 /SHA256SUMS
2
+ sha256 5580e875349341a1aabc6d5d2f697d242f277487316faaf1fbe68d9014f788d4 VirtualBox-5.2.22 .tar.bz2
3
+ sha256 e51e33500a265b5c2d7bb2d03d32208df880523dfcb1e2dde2c78a0e0daa0603 VBoxGuestAdditions_5.2.22 .iso
Original file line number Diff line number Diff line change 4
4
#
5
5
# ###############################################################################
6
6
7
- VBOX_GUEST_VERSION = 5.1.38
7
+ VBOX_GUEST_VERSION = 5.2.22
8
8
VBOX_GUEST_SITE = http://download.virtualbox.org/virtualbox/$(VBOX_GUEST_VERSION )
9
9
VBOX_GUEST_LICENSE = GPLv2
10
10
VBOX_GUEST_LICENSE_FILES = COPYING
11
- VBOX_GUEST_SOURCE = VirtualBox-$(VBOX_GUEST_VERSION ) .tar.bz2
12
11
VBOX_GUEST_EXTRA_DOWNLOADS = http://download.virtualbox.org/virtualbox/${VBOX_GUEST_VERSION}/VBoxGuestAdditions_${VBOX_GUEST_VERSION}.iso
12
+ # Not sure if this is actually used, but the build seems to require it.
13
+ VBOX_GUEST_SOURCE = VirtualBox-$(VBOX_GUEST_VERSION ) .tar.bz2
13
14
14
15
define VBOX_GUEST_EXPORT_MODULES
15
- ( cd $(@D ) /src/VBox/Additions/linux; ./export_modules modules.tar.gz )
16
+ ( cd $(@D ) /src/VBox/Additions/linux; ./export_modules.sh modules.tar.gz )
16
17
mkdir -p $(@D ) /vbox-modules
17
18
tar -C $(@D ) /vbox-modules -xzf $(@D ) /src/VBox/Additions/linux/modules.tar.gz
18
19
endef
You can’t perform that action at this time.
0 commit comments