This commit is contained in:
parent
4d8fafebe0
commit
02d73fb946
0
airootfs/root/.gitkeep
Normal file
0
airootfs/root/.gitkeep
Normal file
23
build.sh
23
build.sh
@ -1 +1,22 @@
|
||||
mkarchiso -v -o ${PWD}/out ${PWD}
|
||||
#remove old files
|
||||
rm -rf ./work
|
||||
rm -rf ./out
|
||||
|
||||
for f in ./versions/*; do
|
||||
if [ -d "$f" ]; then
|
||||
# clean before build
|
||||
rm -rf ./airootfs/root/*
|
||||
rm -f ./profiledef.sh
|
||||
|
||||
# copy version files
|
||||
cp "$f/profiledef.sh" .
|
||||
cp -r "%f/airootfs/*" ./airootfs/root/
|
||||
|
||||
# build it
|
||||
mkarchiso -v -o ${PWD}/out ${PWD}
|
||||
fi
|
||||
done
|
||||
|
||||
# clean after build
|
||||
rm -rf ./airootfs/root/*
|
||||
rm -f ./profiledef.sh
|
@ -2,7 +2,7 @@
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
iso_name="SaturnArch"
|
||||
iso_label="SATURNARCH_$(date +%Y%m)"
|
||||
iso_label="SATURNARCH_LITE"
|
||||
iso_publisher="Lukas Plevac <lukas@plevac.eu>"
|
||||
iso_application="SaturnArch Linux"
|
||||
iso_version="$(date +%Y.%m.%d)"
|
Loading…
x
Reference in New Issue
Block a user