Date: Mon, 2 Dec 2002 12:15:16 -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 misc.c sysinstall.h Message-ID: <200212022015.gB2KFGau070048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2002/12/02 12:15:16 PST Modified files: usr.sbin/sysinstall install.c misc.c sysinstall.h Log: ia64 specific. o Mount the EFI file system as msdosfs and not ufs as it's a FAT file system. Introduce Mount_msdos() for this to go side-by-side with Mount(). o Also, since mounting is performed as a command (which means it's queued, sorted, lost, found and executed), we cannot create a directory on the file system by calling mkdir. We must make sure the mkdir happens after the mount. Introduce Mkdir_command() to allow mkdir operations to be queued, sorted, lost, found and executed as well. Approved by: re (jhb, rwatson) Revision Changes Path 1.336 +6 -3 src/usr.sbin/sysinstall/install.c 1.42 +46 -1 src/usr.sbin/sysinstall/misc.c 1.235 +2 -0 src/usr.sbin/sysinstall/sysinstall.h 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?200212022015.gB2KFGau070048>