summaryrefslogtreecommitdiffstats
path: root/makeiso.sh
diff options
context:
space:
mode:
authorSimon Rettberg2020-06-02 13:57:33 +0200
committerSimon Rettberg2020-06-02 13:57:33 +0200
commitb26b1ad7f9213a89262ae0334b97d60e025a3562 (patch)
treed52207b8ecb64a9a5f6cdb22cfe65b3385713d48 /makeiso.sh
parent[import] Import version 5.01 (diff)
downloadmemtest86-b26b1ad7f9213a89262ae0334b97d60e025a3562.tar.gz
memtest86-b26b1ad7f9213a89262ae0334b97d60e025a3562.tar.xz
memtest86-b26b1ad7f9213a89262ae0334b97d60e025a3562.zip
[import] Import version 5.31b
https://www.memtest.org/download/5.31b/memtest86+-5.31b.tar.gz
Diffstat (limited to 'makeiso.sh')
-rwxr-xr-xmakeiso.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/makeiso.sh b/makeiso.sh
index ae5a8c9..d6b329e 100755
--- a/makeiso.sh
+++ b/makeiso.sh
@@ -37,9 +37,9 @@ cd cd
echo -e "There is nothing to do here\r\r\nMemtest86+ is located on the bootsector of this CD\r\r\n" > README.TXT
echo -e "Just boot from this CD and Memtest86+ will launch" >> README.TXT
-genisoimage -A "MKISOFS 1.1.2" -p "Memtest86+ 5.01" -publisher "Samuel D. <sdemeule@memtest.org>" -b boot/memtest.img -c boot/boot.catalog -V "MT501" -o memtest.iso .
-mv memtest.iso ../mt501.iso
+genisoimage -A "MKISOFS 1.1.2" -p "Memtest86+ 5.31b" -publisher "Samuel D. <memtest@memtest.org>" -b boot/memtest.img -c boot/boot.catalog -V "MT531" -o memtest.iso .
+mv memtest.iso ../mt531b.iso
cd ..
rm -rf cd
-echo "Done! Memtest86+ 5.01 ISO is mt501.iso"
+echo "Done! Memtest86+ 5.31b ISO is mt501.iso"