Advertisement
Guest User

Untitled

a guest
Apr 21st, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. menuentry "Parted Magic" {
  2. set isofile="/boot/isos/pmagic.iso"
  3.  
  4. loopback loop $isofile
  5. linux (loop)/pmagic/bzImage iso_filename=$isofile edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rwnomce sleep=10 loglevel=0
  6. initrd (loop)/pmagic/initramfs
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement