cvs commit: src/lib/libdisk create_chunk.c

Marcel Moolenaar marcel at FreeBSD.org
Wed Nov 12 09:44:38 PST 2003


marcel      2003/11/12 09:44:37 PST

  FreeBSD src repository

  Modified files:
    lib/libdisk          create_chunk.c 
  Log:
  The partition naming on ia64 (e.g. da0p1) cannot be selected based
  on whether the parent chunk is of type whole. This also applies to
  MBR slices for non-GPT disks. Since most of the GPT handling is
  conditionally compiled, do the same with the partition naming.
  
  This fixes a braino that caused slices to be named as GPT partitions
  and generally messing up an install.
  
  Pointy hat: marcel
  
  Revision  Changes    Path
  1.83      +4 -0      src/lib/libdisk/create_chunk.c


More information about the cvs-src mailing list