diff --git a/CHANGELOG b/CHANGELOG index 1fec637d4..72d1e1d73 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -On the road to 2023.05 +On the road to 2023.05: Environment changes: - remove parport, pata, pcmcia and staging modules - cleanup init ramdisk modules diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index e4bc98192..7a7c3bf57 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -62,6 +62,7 @@ _create_iso() { # create boot directory with ramdisks echo "Creating boot directory..." mkdir -p boot/ + mv init-* boot/ if [[ "${_ARCH}" == "riscv64" ]]; then for i in *.img; do if echo "${i}" | grep -v local | grep -vq latest; then @@ -130,10 +131,8 @@ _create_iso() { mv "${_W_DIR}"/boot ./ rm "${_CMDLINE}" chmod 644 boot/*.efi - mv init-* boot/ - touch boot/* - fi + touch boot/* # create Release.txt with included main archlinux packages echo "Generating Release.txt..." (echo "Welcome to ARCHBOOT INSTALLATION / RESCUEBOOT SYSTEM";\