summaryrefslogtreecommitdiffstats
path: root/makeiso.sh
diff options
context:
space:
mode:
authorMichael Brown2010-05-04 22:03:39 +0200
committerMichael Brown2012-07-09 16:41:44 +0200
commit79de8c96dac6b6d4491c4e6302c4c388c8682867 (patch)
tree0a2004252d4200d84bce470382d5a2a2b5734323 /makeiso.sh
parent[import] Import version 4.00 (diff)
downloadmemtest86-79de8c96dac6b6d4491c4e6302c4c388c8682867.tar.gz
memtest86-79de8c96dac6b6d4491c4e6302c4c388c8682867.tar.xz
memtest86-79de8c96dac6b6d4491c4e6302c4c388c8682867.zip
[import] Import version 4.10
http://www.memtest.org/download/4.10/memtest86+-4.10.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 95751b5..bc1c137 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
-mkisofs -A "MKISOFS 1.1.2" -p "Memtest86+ 4.00" -publisher "Samuel D. <sdemeule@memtest.org>" -b boot/memtest.img -c boot/boot.catalog -V "MT201" -o memtest.iso .
-mv memtest.iso ../mt400.iso
+mkisofs -A "MKISOFS 1.1.2" -p "Memtest86+ 4.10" -publisher "Samuel D. <sdemeule@memtest.org>" -b boot/memtest.img -c boot/boot.catalog -V "MT410" -o memtest.iso .
+mv memtest.iso ../mt410.iso
cd ..
rm -rf cd
-echo "Done! Memtest86+ 4.00 ISO is mt400.iso"
+echo "Done! Memtest86+ 4.10 ISO is mt410.iso"