diff --git a/build-iso-abf.sh b/build-iso-abf.sh index ae98d65..25af4f8 100755 --- a/build-iso-abf.sh +++ b/build-iso-abf.sh @@ -18,6 +18,9 @@ pkgs="$(mktemp)" cp lxqtpack.ks "$pkgs" if [ "$AARCH64" = 1 ] ; then + FS_LABEL="ROSA_2019.1_LXQt_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" @@ -29,7 +32,6 @@ if [ "$AARCH64" = 1 ] ; then sed -i -e 's,^shim$,shim-unsigned,g' "$pkgs" # temporary untill dnfragora is build on aarch64 sed -i -e '/dnfdragora/d' "$pkgs" - FS_LABEL="ROSA_2019.1_LXQt_aarch64_${BUILD_ID}" fi sed -i -e "s,repobase.ks,${repobase},g" "$conf"