Advertisement
Guest User

Untitled

a guest
Dec 13th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. menuentry "LXLE" {
  2. set isofile="/iso/lxle14041.iso"
  3. loopback loop (hd0,1)$isofile
  4. linux (loop)/casper/vmlinuz boot=casper findiso=$isofile noprompt noeject
  5. initrd (loop)/casper/initrd.gz
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement