diff --git a/dracut-installkernel b/dracut-installkernel index 358a5c1..796f42c 100644 --- a/dracut-installkernel +++ b/dracut-installkernel @@ -24,6 +24,9 @@ case "$(uname -m)" in ppc|ppc64) BOOTFILE=vmlinux ;; + aarch64) + BOOTFILE=Image + ;; *) BOOTFILE=vmlinuz ;; diff --git a/dracut.changes b/dracut.changes index 53fd149..fee8351 100644 --- a/dracut.changes +++ b/dracut.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 30 22:27:06 UTC 2016 - dmueller@suse.com + +- dracut-installkernel: Fix for aarch64 (bsc#947670) + ------------------------------------------------------------------- Thu Mar 24 16:28:01 UTC 2016 - trenn@suse.de diff --git a/dracut.spec b/dracut.spec index e4d8add..16f9ca4 100644 --- a/dracut.spec +++ b/dracut.spec @@ -1,7 +1,7 @@ # # spec file for package dracut # -# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed