add Release.txt to release directory

This commit is contained in:
Tobias Powalowski 2021-09-18 08:45:47 +02:00
parent 5f9339a64b
commit 973c55baa9

View file

@ -40,6 +40,16 @@ cp /usr/share/licenses/amd-ucode/* boot/licenses/amd-ucode/
cp /usr/share/licenses/intel-ucode/* boot/licenses/intel-ucode/
# create torrent file
archboot-mktorrent.sh archboot/$1 *.iso
# create Release.txt with included main archlinux packages
echo Welcome to Archboot image: >>Release.txt
echo Main Homepage: https://wiki.archlinux.org/title/Archboot >>Release.txt
echo RAM Recommandation: minimum 1024 MB >>Release.txt
echo Kernel:$(pacman -Qi linux | grep Version | cut -d ":" -f2) >>Release.txt
echo Pacman:$(pacman -Qi pacman | grep Version | cut -d ":" -f2) >>Release.txt
echo Systemd:$(pacman -Qi systemd | grep Version | cut -d ":" -f2) >>Release.txt
echo Have fun >>Release.txt
echo Tobias Powalowski >>Release.txt
echo tpowa@archlinux.org >>Release.txt
# create sha256sums
sha256sum boot/* >> boot/sha256sum.txt
sha256sum * >> sha256sum.txt