summaryrefslogtreecommitdiffstats
path: root/makeiso.sh
diff options
context:
space:
mode:
authorMichael Brown2009-09-18 05:38:06 +0200
committerMichael Brown2012-07-09 16:41:38 +0200
commit6022260a96d4e59321a8499fb54805fec0de5018 (patch)
treef6636957a13482806944799c2cfde8eba3c7f615 /makeiso.sh
parent[import] Import version 2.01 (diff)
downloadmemtest86-6022260a96d4e59321a8499fb54805fec0de5018.tar.gz
memtest86-6022260a96d4e59321a8499fb54805fec0de5018.tar.xz
memtest86-6022260a96d4e59321a8499fb54805fec0de5018.zip
[import] Import version 2.10
http://www.memtest.org/download/2.10/memtest86+-2.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 0d603d3..70c0b84 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+ 2.01" -publisher "Samuel D. <memtest@memtest.org>" -b boot/memtest.img -c boot/boot.catalog -V "MT201" -o memtest.iso .
-mv memtest.iso ../mt201.iso
+mkisofs -A "MKISOFS 1.1.2" -p "Memtest86+ 2.10" -publisher "Samuel D. <sdemeule@memtest.org>" -b boot/memtest.img -c boot/boot.catalog -V "MT201" -o memtest.iso .
+mv memtest.iso ../mt210.iso
cd ..
rm -rf cd
-echo "Done! Memtest86+ ISO is mt201.iso"
+echo "Done! Memtest86+ ISO is mt210.iso"