Rename to XFCE

master
Mikhail Novosyolov 3 years ago
parent d588f5f876
commit 5de6497c2f

@ -6,20 +6,20 @@ set -u
set +f set +f
BUILD_ID="${BUILD_ID:-XXX}" BUILD_ID="${BUILD_ID:-XXX}"
FS_LABEL="ROSA_2019.1_LXQt_Min_Test_${BUILD_ID}" FS_LABEL="ROSA_2019.1_XFCE_Min_Test_${BUILD_ID}"
# TODO: make everything universal for all arches # TODO: make everything universal for all arches
AARCH64="${AARCH64:-0}" AARCH64="${AARCH64:-0}"
SLEEP="${SLEEP:-0}" SLEEP="${SLEEP:-0}"
conf="$(mktemp)" conf="$(mktemp)"
cp lxqt.ks "$conf" cp XFCE.ks "$conf"
repobase="$(mktemp)" repobase="$(mktemp)"
cp repobase.ks "$repobase" cp repobase.ks "$repobase"
pkgs="$(mktemp)" pkgs="$(mktemp)"
cp lxqtpack.ks "$pkgs" cp packages.ks "$pkgs"
if [ "$AARCH64" = 1 ] ; then if [ "$AARCH64" = 1 ] ; then
FS_LABEL="ROSA_2019.1_LXQt_aarch64_${BUILD_ID}" FS_LABEL="ROSA_2019.1_XFCE_aarch64_${BUILD_ID}"
# temp, better make one universal list # temp, better make one universal list
cp repobase-aarch64.ks "$repobase" cp repobase-aarch64.ks "$repobase"
# temporary hack of kernel # temporary hack of kernel
@ -41,7 +41,7 @@ if [ "$AARCH64" = 1 ] ; then
fi fi
sed -i -e "s,repobase.ks,${repobase},g" "$conf" sed -i -e "s,repobase.ks,${repobase},g" "$conf"
sed -i -e "s,lxqtpack.ks,${pkgs},g" "$conf" sed -i -e "s,packages.ks,${pkgs},g" "$conf"
sleep "$SLEEP" sleep "$SLEEP"

@ -23,7 +23,7 @@ keyboard en
%include repobase.ks %include repobase.ks
%packages --nocore %packages --nocore
%include lxqtpack.ks %include packages.ks
%end %end
%post %post