- dracut-installkernel: Fix for aarch64 (bsc#947670)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=255
This commit is contained in:
Dirk Mueller 2016-03-30 22:29:11 +00:00 committed by Git OBS Bridge
parent 93a739f7c0
commit 5c5a9730cf
3 changed files with 9 additions and 1 deletions

View File

@ -24,6 +24,9 @@ case "$(uname -m)" in
ppc|ppc64)
BOOTFILE=vmlinux
;;
aarch64)
BOOTFILE=Image
;;
*)
BOOTFILE=vmlinuz
;;

View File

@ -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

View File

@ -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