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:
parent
ac8b265ef0
commit
c94c2ea988
@ -27,6 +27,9 @@ case "$(uname -m)" in
|
|||||||
aarch64)
|
aarch64)
|
||||||
BOOTFILE=Image
|
BOOTFILE=Image
|
||||||
;;
|
;;
|
||||||
|
armv*)
|
||||||
|
BOOTFILE=zImage
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
BOOTFILE=vmlinuz
|
BOOTFILE=vmlinuz
|
||||||
;;
|
;;
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user