switch to archlinux-fimware package for release

This commit is contained in:
Tobias Powalowski 2021-09-28 07:33:07 +02:00
parent 8046df966d
commit 1b7586428e

View file

@ -22,7 +22,7 @@ fi
mkdir -p $1
cd $1
# create container
archboot-create-container.sh "${W_DIR}" -cc -cp -lf
archboot-create-container.sh "${W_DIR}" -cc -cp -alf
# generate tarball in container, umount tmp it's a tmpfs and weird things could happen then
systemd-nspawn -D "${W_DIR}" /bin/bash -c "umount /tmp;archboot-x86_64-iso.sh -t -i=archrelease"
# generate iso in container