You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

29 lines
384 B
Bash

#!/bin/sh
set -x
set -e
set -u
set +f
BUILD_ID="${BUILD_ID:-XXX}"
dnf distrosync -y
dnf install -y \
coreutils \
findutils \
lsof \
sed \
tar \
util-linux \
/usr/bin/livecd-creator
mkdir -p /home/vagrant/results
livecd-creator --verbose \
--compression-type=xz \
--config=lxqt.ks \
--fslabel="ROSA_2019.1_LXQt_Min_Test_${BUILD_ID}"
mv -v *.iso /home/vagrant/results/