mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-02 23:50:55 +00:00
multi_linux.run: fix initrd locations (fix #885)
This commit is contained in:
parent
8a2e543b69
commit
f17727b70b
@ -142,9 +142,9 @@ lappend_if [have_spec framebuffer] boot_modules fb_drv
|
|||||||
lappend_if [have_spec usb] boot_modules usb_drv
|
lappend_if [have_spec usb] boot_modules usb_drv
|
||||||
|
|
||||||
if {[have_spec x86]} {
|
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]} {
|
} 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]} {
|
if {![file exists bin/initrd.gz]} {
|
||||||
puts "Download initramfs ..."
|
puts "Download initramfs ..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user