Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2002 17:46:21 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/sysinstall install.c label.c
Message-ID:  <200211140146.gAE1kLlp091034@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2002/11/13 17:46:21 PST

  Modified files:
    usr.sbin/sysinstall  install.c label.c 
  Log:
  Add conditional code specific to ia64 to allow newfs(8)-ing FAT
  partitions marked as being of type efi. This change adds code to
  1. actually run the newfs command at mount time (install.c),
  2. display the newfs state on screen (label.c)
  3. allow toggling of the newfs state (label.c)
  
  Even though newfs(8)-ing FAT partitions can be of use on i386
  machines in general, it has been opted to minimize impact for
  now.
  
  Revision  Changes    Path
  1.332     +11 -1     src/usr.sbin/sysinstall/install.c
  1.130     +48 -2     src/usr.sbin/sysinstall/label.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211140146.gAE1kLlp091034>