From 5c5a9730cf48b9ff634ff5159c64209740ec63542b6fc5dc22ff7dc84c8c4620 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 30 Mar 2016 22:29:11 +0000 Subject: [PATCH] - dracut-installkernel: Fix for aarch64 (bsc#947670) OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=255 --- dracut-installkernel | 3 +++ dracut.changes | 5 +++++ dracut.spec | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) 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