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"