summaryrefslogtreecommitdiffstats
path: root/makeiso.sh
diff options
context:
space:
mode:
authorMichael Brown2011-01-25 01:01:25 +0100
committerMichael Brown2012-07-09 16:41:45 +0200
commit208a651c13a643919346ce52b3eacd948de28db1 (patch)
tree21b0521d5c98e71a0c03ab89cda23abcbca78b37 /makeiso.sh
parent[import] Import version 4.10 (diff)
downloadmemtest86-208a651c13a643919346ce52b3eacd948de28db1.tar.gz
memtest86-208a651c13a643919346ce52b3eacd948de28db1.tar.xz
memtest86-208a651c13a643919346ce52b3eacd948de28db1.zip
[import] Import version 4.20
http://www.memtest.org/download/4.20/memtest86+-4.20.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 bc1c137..0ed373e 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.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
+mkisofs -A "MKISOFS 1.1.2" -p "Memtest86+ 4.20" -publisher "Samuel D. <sdemeule@memtest.org>" -b boot/memtest.img -c boot/boot.catalog -V "MT410" -o memtest.iso .
+mv memtest.iso ../mt420.iso
cd ..
rm -rf cd
-echo "Done! Memtest86+ 4.10 ISO is mt410.iso"
+echo "Done! Memtest86+ 4.20 ISO is mt420.iso"