Accepting request 406384 from home:algraf:branches:Base:System

- Add 32bit arm support to installkernel

OBS-URL: https://build.opensuse.org/request/show/406384
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=261
This commit is contained in:
Thomas Renninger 2016-07-04 13:03:47 +00:00 committed by Git OBS Bridge
parent ac8b265ef0
commit c94c2ea988
2 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,9 @@ case "$(uname -m)" in
aarch64) aarch64)
BOOTFILE=Image BOOTFILE=Image
;; ;;
armv*)
BOOTFILE=zImage
;;
*) *)
BOOTFILE=vmlinuz BOOTFILE=vmlinuz
;; ;;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 4 12:19:43 UTC 2016 - agraf@suse.com
- Add 32bit arm support to installkernel
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 17 11:24:26 UTC 2016 - fvogt@suse.com Fri Jun 17 11:24:26 UTC 2016 - fvogt@suse.com