diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-06 18:07:05 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-08-01 03:13:49 -0500 |
commit | bb58b17d9c77b566045fb3d422fc934d2f3423e9 (patch) | |
tree | 4c8ec4630c3b39d2f18441a2e474b2aa7053509e /post-ppc64.sh | |
parent | 8d6f2a5901fc5660e71f6e281159b1b439103f5e (diff) | |
download | image-bb58b17d9c77b566045fb3d422fc934d2f3423e9.tar.gz image-bb58b17d9c77b566045fb3d422fc934d2f3423e9.tar.bz2 image-bb58b17d9c77b566045fb3d422fc934d2f3423e9.tar.xz image-bb58b17d9c77b566045fb3d422fc934d2f3423e9.zip |
Support POWER8 kernel on PPC64 media
Diffstat (limited to 'post-ppc64.sh')
-rwxr-xr-x | post-ppc64.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/post-ppc64.sh b/post-ppc64.sh index 4ee8183..d36c059 100755 --- a/post-ppc64.sh +++ b/post-ppc64.sh @@ -11,3 +11,5 @@ cp AdelieTux.icns 'cdroot-ppc64/Icon
' cp ppc/grub.cfg64 cdroot-ppc64/boot/grub.cfg cp ppc/ofboot.b cdroot-ppc64/boot/ofboot.b cp cdroot-ppc64/boot/ofboot.b cdroot-ppc64/boot/bootinfo.txt + +curl https://distfiles.adelielinux.org/adelie/1.0-beta1/system/ppc64/easy-kernel-power8-4.14.48-mc8-4.14.48-r8.apk | tar -xzOf - boot/vmlinux-4.14.48-mc8-easy > cdroot-ppc64/boot/bzImage-p8 |