~arges/memtest86+/fix_lp1071209

« back to all changes in this revision

Viewing changes to makeiso.sh

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2009-03-26 11:45:00 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090326114500-s5twja0gkuz3zc0s
Tags: 2.11-3ubuntu1
* Merge from debian unstable (Closes LP: #299161), remaining changes:
  - Makefile: Add -fno-stack-protector to CFLAGS, since this package does
    not link against libc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
echo -e "There is nothing to do here\r\r\nMemtest86+ is located on the bootsector of this CD\r\r\n" > README.TXT
38
38
echo -e "Just boot from this CD and Memtest86+ will launch" >> README.TXT
39
39
 
40
 
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 .
41
 
mv memtest.iso ../mt201.iso
 
40
mkisofs -A "MKISOFS 1.1.2" -p "Memtest86+ 2.11" -publisher "Samuel D. <sdemeule@memtest.org>" -b boot/memtest.img -c boot/boot.catalog -V "MT201" -o memtest.iso .
 
41
mv memtest.iso ../mt211.iso
42
42
cd ..
43
43
rm -rf cd
44
44
 
45
 
echo "Done! Memtest86+ ISO is mt201.iso"
 
45
echo "Done! Memtest86+ ISO is mt211.iso"