Date: Sun, 2 Nov 2003 00:58:57 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall Makefile label.c sysinstall.h Message-ID: <200311020858.hA28wvqp057228@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311020858.hA28wvqp057228>