Date: Wed, 4 Aug 2004 05:40:16 +0000 (UTC) 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 label.c Message-ID: <200408040540.i745eGrq009423@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-08-04 05:40:15 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall label.c Log: Pass the partition type to get_mountpoint() and new_part(). This way we'll actually create an EFI partition with a FAT file system instead of an UFS file system. It also allows us to give a sensible default mount point for EFI partitions so that people don't have to guess. This also means that we can now remove new_efi_part(), which did the same thing as new_part(), except it created a FAT file system. The function wasn't called when the EFI partition was created from scratch though, which was the problem. By passing the partition type to the various functions, we can deal with EFI without having to duplicate code. Revision Changes Path 1.146 +29 -61 src/usr.sbin/sysinstall/label.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408040540.i745eGrq009423>