From f17727b70bc572cf784b294fb45143aab0b3cc8e Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Mon, 23 Sep 2013 14:43:52 +0200 Subject: [PATCH] multi_linux.run: fix initrd locations (fix #885) --- ports-foc/run/multi_linux.run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports-foc/run/multi_linux.run b/ports-foc/run/multi_linux.run index e0b2779b02..3c3b9940d5 100644 --- a/ports-foc/run/multi_linux.run +++ b/ports-foc/run/multi_linux.run @@ -142,9 +142,9 @@ lappend_if [have_spec framebuffer] boot_modules fb_drv lappend_if [have_spec usb] boot_modules usb_drv if {[have_spec x86]} { - set uri "https://github.com/downloads/skalk/genode/busybox-initrd-x86-20120618.gz" + set uri "http://genode.org/files/l4linux/busybox-initrd-x86-20120618.gz" } elseif {[have_spec arm]} { - set uri "https://github.com/downloads/skalk/genode/busybox-initrd-arm-20120618.gz" + set uri "http://genode.org/files/l4linux/busybox-initrd-arm-20120618.gz" } if {![file exists bin/initrd.gz]} { puts "Download initramfs ..."