cvs commit: src/usr.sbin/sysinstall Makefile label.c sysinstall.h

Marcel Moolenaar marcel at FreeBSD.org
Sun Nov 2 00:58:58 PST 2003


marcel      2003/11/02 00:58:57 PST

  FreeBSD src repository

  Modified files:
    usr.sbin/sysinstall  Makefile label.c sysinstall.h 
  Log:
  o  Add PART_EFI so that we can use it instead of PART_FAT on ia64
     to better deal with the fact that we need an EFI partition and
     that we need to have a mountpoint for it.
  o  When creating a new partition, add EFI to the list of types
     the user can select from. This makes it easy to create an EFI.
  o  Do not include wizard.c on ia64.
  o  The user cannot create a partition on ia64 that's a multiple of
     the cylinder size. We don't have a notion of cyclinders.
  
  Revision  Changes    Path
  1.130     +5 -1      src/usr.sbin/sysinstall/Makefile
  1.141     +52 -25    src/usr.sbin/sysinstall/label.c
  1.252     +1 -0      src/usr.sbin/sysinstall/sysinstall.h


More information about the cvs-src mailing list