Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- exec tail -n +3 $0
- # This file provides an easy way to add custom menu entries. Simply type the
- # menu entries you want to add after this comment. Be careful not to change
- # the 'exec tail' line above.
- menuentry "Bootit" {
- loopback loop (hd0,5)/backtrack/BT5R3-GNOME-64.iso
- linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/backtrack/BT5R3-GNOME-64.iso file=(loop)/preseed/ubuntu.seed quiet splash --
- initrd (loop)/casper/initrd.lz
- }
Advertisement
Add Comment
Please, Sign In to add comment