From d6fb2b45c97e2ffa25262e1b1a4718699a4d3d3e Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Mon, 7 Jun 2021 16:18:34 +0300 Subject: [PATCH] update hacks for aarch64 --- build-iso-abf.sh | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/build-iso-abf.sh b/build-iso-abf.sh index 859982d..2a682a0 100755 --- a/build-iso-abf.sh +++ b/build-iso-abf.sh @@ -22,22 +22,8 @@ if [ "$AARCH64" = 1 ] ; then FS_LABEL="ROSA_2019.1_XFCE_aarch64_${BUILD_ID}" # temp, better make one universal list cp repobase-aarch64.ks "$repobase" - # temporary hack of kernel - # untill the same kernel is not build for aarch64 and x86 - sed -i -e '/kernel-/d' "$pkgs" - echo kernel-release-server >> "$pkgs" + # syslinux is x86-specific sed -i -e '/syslinux/d' "$pkgs" - # drakX and urpmi stuff is not present on aarch64 - sed -i -e '/diskdrake/d' "$pkgs" - # temporary w/a untill new shim is published - sed -i -e 's,^shim$,shim-unsigned,g' "$pkgs" - # temporary untill dnfragora is build on aarch64 - sed -i -e '/dnfdragora/d' "$pkgs" - # drop plymouth - sed -i -e '/plymouth/d' "$pkgs" - sed -i -e '/Rosa-theme-EE/d' "$pkgs" - # XXX crap! Provides are not detected... - sed -i -e 's,^distro-release$,distro-release-rosa2019.1,g' "$pkgs" fi sed -i -e "s,repobase.ks,${repobase},g" "$conf"