Tue Oct 14 17:09:12 2014 UTC ()
Don't define wscons options without wscons devices.


(uebayasi)
diff -r1.5 -r1.6 src/sys/arch/emips/conf/INSTALL

cvs diff -r1.5 -r1.6 src/sys/arch/emips/conf/INSTALL (expand / switch to unified diff)

--- src/sys/arch/emips/conf/INSTALL 2014/10/11 07:18:43 1.5
+++ src/sys/arch/emips/conf/INSTALL 2014/10/14 17:09:12 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: INSTALL,v 1.5 2014/10/11 07:18:43 uebayasi Exp $ 1# $NetBSD: INSTALL,v 1.6 2014/10/14 17:09:12 uebayasi Exp $
2# 2#
3# Distribution install kernel (any model) 3# Distribution install kernel (any model)
4# netbsd: cut-down kernel for miniroots. 4# netbsd: cut-down kernel for miniroots.
5# nfsnetbsd: root on NFS to boot diskless for installation, 5# nfsnetbsd: root on NFS to boot diskless for installation,
6# disk drivers for labelling disks and installation on local disk. 6# disk drivers for labelling disks and installation on local disk.
7# 7#
8# 8#
9include "arch/emips/conf/std.emips" 9include "arch/emips/conf/std.emips"
10 10
11makeoptions COPTS="-Os -mmemcpy" # Optimise for space. Implies -O2 11makeoptions COPTS="-Os -mmemcpy" # Optimise for space. Implies -O2
12 12
13maxusers 8 13maxusers 8
14 14
@@ -33,34 +33,34 @@ file-system NFS # Sun NFS-compatible  @@ -33,34 +33,34 @@ file-system NFS # Sun NFS-compatible
33file-system CD9660 # ISO 9660 + Rock Ridge file system 33file-system CD9660 # ISO 9660 + Rock Ridge file system
34file-system KERNFS # kernel data-structure filesystem 34file-system KERNFS # kernel data-structure filesystem
35 35
36 36
37# Filesystem options 37# Filesystem options
38#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space 38#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
39options FFS_NO_SNAPSHOT # No FFS snapshot support 39options FFS_NO_SNAPSHOT # No FFS snapshot support
40 40
41 41
42# Networking options 42# Networking options
43options INET # Internet protocols 43options INET # Internet protocols
44 44
45# Workstation console options 45# Workstation console options
46options FONT_BOLD8x16 # Font for fb devices 46#options FONT_BOLD8x16 # Font for fb devices
47options FONT_GALLANT12x22 47#options FONT_GALLANT12x22
48 48
49options WSEMUL_VT100 49#options WSEMUL_VT100
50#options WSDISPLAY_DEFAULTSCREENS=1 50#options WSDISPLAY_DEFAULTSCREENS=1
51#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 51#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
52options WS_KERNEL_FG=WSCOL_GREEN 52#options WS_KERNEL_FG=WSCOL_GREEN
53options WS_KERNEL_BG=WSCOL_BLACK 53#options WS_KERNEL_BG=WSCOL_BLACK
54 54
55# Disable kernel security levels. Needed for X with a PX or PXG. 55# Disable kernel security levels. Needed for X with a PX or PXG.
56#options INSECURE 56#options INSECURE
57 57
58# emips specific 58# emips specific
59options HZ=16 # RTC rate required, uses timecounter 59options HZ=16 # RTC rate required, uses timecounter
60 60
61options NFS_BOOT_DHCP # superset of BOOTP 61options NFS_BOOT_DHCP # superset of BOOTP
62options NFS_BOOT_RWSIZE=1024 62options NFS_BOOT_RWSIZE=1024
63 63
64config netbsd root on ? type ? 64config netbsd root on ? type ?
65config nfsnetbsd root on ? type nfs 65config nfsnetbsd root on ? type nfs
66 66