Edit

IABSD.fr/ports/sysutils/grub/files

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2010-11-08 20:12:13
    Hash : b1d672ae
    Message : - switch to pkg-readmes

  • menu.lst
  • # the default entry to boot
    default 3
    # default timeout
    timeout 5
    
    # configure a serial port...
    serial --unit=0 --speed=9600
    # ...and use it
    terminal serial
    
    # OpenBSD multiboot setup
    title p0
    root (hd0,0)
    # deactivate unused partitions
    parttype (hd0,0) 0xa6
    parttype (hd0,1) 0xb6
    parttype (hd0,2) 0xb6
    parttype (hd0,3) 0xa6
    makeactive
    chainloader +1
    
    title p1
    root (hd0,1)
    parttype (hd0,0) 0xb6
    parttype (hd0,1) 0xa6
    parttype (hd0,2) 0xb6
    parttype (hd0,3) 0xa6
    makeactive
    chainloader +1
    
    title p2
    root (hd0,2)
    parttype (hd0,0) 0xb6
    parttype (hd0,1) 0xb6
    parttype (hd0,2) 0xa6
    parttype (hd0,3) 0xa6
    makeactive
    chainloader +1
    
    title p3
    root (hd0,3)
    parttype (hd0,0) 0xb6
    parttype (hd0,1) 0xb6
    parttype (hd0,2) 0xb6
    parttype (hd0,3) 0xa6
    makeactive
    chainloader +1