1
0
mirror of https://github.com/rancher/os.git synced 2025-09-22 19:10:13 +00:00

Merge pull request #851 from joshwget/vbox-modules-amd64-only

Only get VirtualBox modules for amd64
This commit is contained in:
Darren Shepherd
2016-04-02 19:14:48 -07:00

View File

@@ -32,7 +32,11 @@ assets/selinux/policy.29:
assets/modules.tar.gz:
mkdir -p $(dir $@)
ifeq "$(ARCH)" "amd64"
curl -L "$(VBOX_MODULES_URL)" > $@
else
touch $@
endif
ifdef COMPILED_KERNEL_URL