diff --git a/build-iso-abf.sh b/build-iso-abf.sh index 23815f8..c8fc472 100755 --- a/build-iso-abf.sh +++ b/build-iso-abf.sh @@ -24,7 +24,7 @@ if [ "$AARCH64" = 1 ] ; then # temporary hack of kernel # untill the same kernel is not build for aarch64 and x86 sed -i -e '/kernel-/d' "$pkgs" - echo kernel-release >> "$pkgs" + echo kernel-release-server >> "$pkgs" sed -i -e '/syslinux/d' "$pkgs" # drakX and urpmi stuff is not present on aarch64 sed -i -e '/diskdrake/d' "$pkgs"