xref: /netbsd/share/man/man8/man8.atari/bootpref.8 (revision bf9ec67e)
1.\" $NetBSD: bootpref.8,v 1.9 2001/12/26 01:28:23 wiz Exp $
2.\"
3.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Julian Coleman.
8.\"
9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions
11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright
13.\"    notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright
15.\"    notice, this list of conditions and the following disclaimer in the
16.\"    documentation and/or other materials provided with the distribution.
17.\" 3. All advertising materials mentioning features or use of this software
18.\"    must display the following acknowledgement:
19.\" 	This product includes software developed by the NetBSD
20.\" 	Foundation, Inc. and its contributors.
21.\" 4. Neither the name of The NetBSD Foundation nor the names of its
22.\"    contributors may be used to endorse or promote products derived
23.\"    from this software without specific prior written permission.
24.\"
25.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
26.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
29.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35.\" POSSIBILITY OF SUCH DAMAGE.
36.\"
37.Dd January 11, 1998
38.Dt BOOTPREF 8 atari
39.Sh NAME
40.Nm bootpref
41.Nd set NVRAM boot preference
42.Sh SYNOPSIS
43.Nm bootpref
44.Op -v
45.Op -b os
46.Op -d delay
47.Op -l lang
48.Op -k kbd
49.Op -s id
50.Op -f fmt
51.Op -1
52.Op -2
53.Op -e sep
54.Op -c colours
55.Op -n
56.Op -p
57.Op -t
58.Op -v
59.Op -4
60.Op -8
61.Op -o
62.Op -O
63.Op -x
64.Op -X
65.Op -i
66.Op -I
67.Sh DESCRIPTION
68.Nm bootpref
69views and sets the NVRAM boot preferences.
70.Pp
71The program options are:
72.Bl -tag -width Ar
73.It Fl V
74verbose output (when setting preferences)
75.sp
76.It Fl b Ar netbsd
77set the boot OS to
78.Nx
79.It Fl b Ar tos
80set the boot OS to TOS
81.It Fl b Ar linux
82set the boot OS to Linux
83.It Fl b Ar systemv
84set the boot OS to System V
85.It Fl b Ar none
86set the boot OS to none
87.sp
88.It Fl d Ar delay
89set the boot delay to
90.Ar delay
91seconds, where
92.Ar delay
93is a value between 0 and 255
94.sp
95.It Fl l Ar english
96set the language to English
97.It Fl l Ar german
98set the language to German
99.It Fl l Ar french
100set the language to French
101.It Fl l Ar spanish
102set the language to Spanish
103.It Fl l Ar italian
104set the language to Italian
105.sp
106.It Fl k Ar american
107set the keyboard layout to American
108.It Fl k Ar german
109set the keyboard layout to German
110.It Fl k Ar french
111set the keyboard layout to French
112.It Fl k Ar british
113set the keyboard layout to British
114.It Fl k Ar spanish
115set the keyboard layout to Spanish
116.It Fl k Ar italian
117set the keyboard layout to Italian
118.It Fl k Ar sw f
119.It Fl k Ar swiss french
120set the keyboard layout to Swiss (French)
121.It Fl k Ar sw g
122.It Fl k Ar swiss german
123set the keyboard layout to Swiss (German)
124.sp
125.It Fl s Ar id
126set the SCSI id to
127.Ar id ,
128where
129.Ar id
130is a value between 0 and 7
131.sp
132.It Fl f Ar mmddyy
133.It Fl f Ar ddmmyy
134.It Fl f Ar yymmdd
135.It Fl f Ar yyddmm
136set the date format
137.sp
138.It Fl 1
139set the date format to 12 hour clock
140.It Fl 2
141set the date format to 24 hour clock
142.sp
143.It Fl e Ar sep
144set the date format separator to
145.Ar sep
146.sp
147.It Fl c Ar colours
148set the number of
149.Ar colours
150- 2, 4, 16, 256 or 65535
151.sp
152.It Fl n
153set the video mode to
154.Ar NTSC
155.It Fl p
156set the video mode to
157.Ar PAL
158.It Fl t
159set the video mode to
160.Ar TV
161.It Fl v
162set the video mode to
163.Ar VGA
164.It Fl 4
165set the video mode to
166.Ar 40 columns
167.It Fl 8
168set the video mode to
169.Ar 80 columns
170.It Fl o
171set the video mode to
172.Ar overscan
173.It Fl O
174set the video mode to
175.Ar no overscan
176.It Fl x
177set the video mode to
178.Ar ST compatibility
179.It Fl X
180set the video mode to
181.Ar no ST compatibility
182.It Fl i
183set the video mode to
184.Ar interlace
185(TV),
186.Ar double line
187(VGA)
188.It Fl I
189set the video mode to
190.Ar no interlace/double line
191.El
192.Pp
193All strings can be specified by their shortest abbreviation
194.Pp
195If no parameters are specified,
196.Nm bootpref
197shows the current boot preferences.
198.Sh SEE ALSO
199.Xr installboot 8
200.Sh HISTORY
201The
202.Nm
203command first appeared in
204.Nx 1.4 .
205.Sh AUTHORS
206.An Julian Coleman
207.Sh BUGS
208Setting the boot OS to
209.Ar none
210will cause the machine not to boot from the hard disk.
211.Pp
212The majority of the parameters are not used under
213.Nx .
214