cvs commit: src/lib/libdisk chunk.c open_disk.c

Marcel Moolenaar marcel at FreeBSD.org
Sat Oct 30 18:28:59 PDT 2004


marcel      2004-10-31 01:28:59 UTC

  FreeBSD src repository

  Modified files:
    lib/libdisk          chunk.c open_disk.c 
  Log:
  Don't barf when we encounter an UUID for GPT partitions. Instead, add
  the GPT partition on i386 and adm64 as type=gpt, subtype=0 and with the
  sname set to the UUID. This prevents sysinstall from bombing out. This
  also makes sure the GPT partition shows up in sysinstall so as to avoid
  accidental "clobberage".
  
  PR:     bin/72896
  
  Revision  Changes    Path
  1.52      +1 -0      src/lib/libdisk/chunk.c
  1.9       +2 -2      src/lib/libdisk/open_disk.c


More information about the cvs-src mailing list