From 4bd4f59da1c92d5b558c52d635c025034fbda35e Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 12 May 2009 21:06:52 +0000 Subject: Try to catch up with installer changes in the installation notes. Also, the per-platform features are moved to a common place, which makes the MD layout easier to work on. m4.common is still a tangled mess of subtly placed dnl, though... --- distrib/notes/aviion/features | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 distrib/notes/aviion/features (limited to 'distrib/notes/aviion/features') diff --git a/distrib/notes/aviion/features b/distrib/notes/aviion/features new file mode 100644 index 00000000000..45139d75644 --- /dev/null +++ b/distrib/notes/aviion/features @@ -0,0 +1,40 @@ +dnl $OpenBSD: features,v 1.1 2009/05/12 21:06:50 miod Exp $ +dnl +dnl This file lists almost all the conditional features of this port, +dnl which are used to provide accurate installation notes. +dnl +dnl Information about the installer script features should be in sync with +dnl src/distrib/aviion/install.md +dnl and the list files in +dnl src/distrib/aviion/ramdisk/list +dnl +dnl ==== +dnl +dnl architecture name (for the packages directory) +define({:-MACHINE_ARCH-:},m88k)dnl +dnl +dnl define if /sbin/kbd exists on the media +define({:-MDKBD-:},)dnl +dnl +dnl define if serial consoles needs to be enabled in /etc/ttys +dnl (i.e. md_consoleinfo is not empty) +define({:-MDSERCONS-:},)dnl +dnl +dnl define if SMP kernels are provided +define({:-MDSMP-:},)dnl +dnl +dnl define if shared libraries are provided +define({:-MDSO-:},)dnl +dnl +dnl define if some media have timezone information (TZ in their list) +define({:-MDTZ-:},)dnl +dnl +dnl define if glass console is possible +dnl (XXX does not imply availablity of X servers though) +define({:-MDX-:},)dnl +dnl +dnl define if the X server can-:}t start until machdep.allow_aperture is set +define({:-MDXAPERTURE-:},)dnl +dnl +dnl define if the X server can start without a configuration file +define({:-MDXDM-:},)dnl -- cgit v1.2.3