Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. #!/bin/sh
  2. echo "Adding 40_custom." >&2
  3. exec tail -n +4 $0
  4. # This file provides an easy way to add custom menu entries. Simply type the
  5. # menu entries you want to add after this comment. Be careful not to change
  6. # the 'exec tail' line above.
  7.  
  8. menuentry "linuxmint-17.2-mate-32bit.iso" {
  9. set isofile="/boot/ubuntu/linuxmint-17.2-mate-32bit.iso­"
  10. loopback loop (hd0,1)$isofile
  11. linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/linuxmint-17.2-mate-32bit.iso noprompt noeject
  12. initrd (loop)/casper/initrd.lz
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement