marcel      2008-04-13 19:54:54 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/class/part geom_part.c 
    sys/geom/part        g_part.c g_part.h g_part_gpt.c 
                         g_part_if.m g_part_mbr.c g_part_pc98.c 
  Log:
  Add the bootcode verb for installing boot code. Boot code
  is supported for the MBR, GPT and PC98 schemes, where GPT
  installs boot code into the PMBR.
  
  Revision  Changes    Path
  1.5       +47 -3     src/sbin/geom/class/part/geom_part.c
  1.17      +66 -2     src/sys/geom/part/g_part.c
  1.9       +4 -0      src/sys/geom/part/g_part.h
  1.7       +45 -21    src/sys/geom/part/g_part_gpt.c
  1.3       +6 -0      src/sys/geom/part/g_part_if.m
  1.6       +13 -0     src/sys/geom/part/g_part_mbr.c
  1.2       +13 -0     src/sys/geom/part/g_part_pc98.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to