Guest User

Untitled

a guest
Mar 24th, 2011
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. menuentry "Ubuntu 10.04 loopback" {
  2. iso_path=/ubuntu-10.10-desktop-i386.iso
  3. export iso_path
  4. search --set --file $iso_path
  5. loopback loop $iso_path
  6. root=(loop)
  7. configfile /boot/grub/loopback.cfg
  8. }
Advertisement
Add Comment
Please, Sign In to add comment