Advertisement
Guest User

Untitled

a guest
Jan 25th, 2012
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #!/bin/sh
  2. exec tail -n +3 $0
  3. # This file provides an easy way to add custom menu entries. Simply type the
  4. # menu entries you want to add after this comment. Be careful not to change
  5. # the 'exec tail' line above.
  6.  
  7. menuentry "Boot Little Susie ft KDE3 11.1 liveCD" {
  8. loopback loop (hd0,1)/boot/iso/susie.iso
  9. linux (loop)/boot/i386/loader/linux boot=casper iso-scan/filename=/boot/iso/susie.iso file=(loop)/preseed/ubuntu.seed quiet splash --
  10. initrd (loop)/boot/i386/loader/initrd
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement