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.

27 lines
348 B
Bash

#!/bin/sh
set -x
set -e
set -u
set +f
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_Minimal_Alpha'
mv -v *.iso /home/vagrant/results/