Date: Wed, 27 Nov 2002 11:51:44 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall menus.c Message-ID: <200211271951.gARJpi2x098341@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/11/27 11:51:44 PST Modified files: usr.sbin/sysinstall menus.c Log: - Only define syscons menus and syscons menu items in other menus if WITH_SYSCONS is defined. - Only define mouse menus and mouse menu items if WITH_MICE is defined. - Use WITH_SLICES instead of explicit lists of architectures to control the layout of menus dependent on if slices are used on this arch or not. - Only include the linux startup option if WITH_LINUX is defined. - Only include the SVR4 startup option on i386. It doesn't work on sparc64, and it is debatable that it even works on i386. - Change the OSF1 startup option to execute configOSF1() instead of just setting the variable so that /compat/osf1 gets created. Tested on: i386, alpha, sparc64 Approved by: re Revision Changes Path 1.359 +24 -6 src/usr.sbin/sysinstall/menus.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?200211271951.gARJpi2x098341>