Compare commits
No commits in common. "r10" and "main" have entirely different histories.
2 changed files with 1 additions and 26 deletions
|
@ -1,5 +1 @@
|
|||
### Kickstarts
|
||||
|
||||
Kickstart repo based on https://git.resf.org/sig_altarch/rockygenericaarch64
|
||||
|
||||
|
||||
### Riscv kickstarts can be found in subsequent branches.
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
#!/bin/bash
|
||||
KSFILE=$1
|
||||
KSNAME=${KSFILE%.ks}
|
||||
|
||||
if [ ! -f "${KSFILE}" ]; then
|
||||
echo
|
||||
echo "SYNOPSIS"
|
||||
echo " $0 <KICKSTARTFILE>"
|
||||
echo
|
||||
echo "EXAMPLE"
|
||||
echo " $0 Rocky-9-aarch64-Generic-Minimal-4.ks"
|
||||
echo
|
||||
exit 1
|
||||
fi
|
||||
|
||||
set -x
|
||||
appliance-creator -c ${KSFILE} \
|
||||
-d -v --logfile /var/tmp/${KSNAME}.log \
|
||||
--cache /root/cache --no-compress \
|
||||
-o /var/tmp/appoutput --format raw --name ${KSNAME} | tee /var/tmp/${KSNAME}.log.2
|
||||
|
Loading…
Reference in a new issue