mirror of
https://github.com/rancher/os.git
synced 2025-09-23 11:30:49 +00:00
Merge pull request #851 from joshwget/vbox-modules-amd64-only
Only get VirtualBox modules for amd64
This commit is contained in:
4
Makefile
4
Makefile
@@ -32,7 +32,11 @@ assets/selinux/policy.29:
|
|||||||
|
|
||||||
assets/modules.tar.gz:
|
assets/modules.tar.gz:
|
||||||
mkdir -p $(dir $@)
|
mkdir -p $(dir $@)
|
||||||
|
ifeq "$(ARCH)" "amd64"
|
||||||
curl -L "$(VBOX_MODULES_URL)" > $@
|
curl -L "$(VBOX_MODULES_URL)" > $@
|
||||||
|
else
|
||||||
|
touch $@
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef COMPILED_KERNEL_URL
|
ifdef COMPILED_KERNEL_URL
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user