View | Details | Raw Unified | Return to bug 35785
Collapse All | Expand All

(-)picobsd.8 (-11 / +7 lines)
Lines 54-60 Link Here
54
instead the one at
54
instead the one at
55
.Ar /usr/src .
55
.Ar /usr/src .
56
Can be useful for cross-building floppy images.
56
Can be useful for cross-building floppy images.
57
When using this option, you must also create initialize the subtree at
57
When using this option, you must also initialize the subtree at
58
.Ar SRC_PATH/../usr
58
.Ar SRC_PATH/../usr
59
with the correct include files, libraries and tools (such as the
59
with the correct include files, libraries and tools (such as the
60
.Xr config 8
60
.Xr config 8
Lines 113-119 Link Here
113
.It Fl c
113
.It Fl c
114
.It Fl clean
114
.It Fl clean
115
Clean the product of previous builds.
115
Clean the product of previous builds.
116
.Xr etherboot
117
.El
116
.El
118
.Sh ENVIRONMENT
117
.Sh ENVIRONMENT
119
As a result of the extreme size limitations, the
118
As a result of the extreme size limitations, the
Lines 175-182 Link Here
175
.Bl -hang -width "install  "
174
.Bl -hang -width "install  "
176
.It dial
175
.It dial
177
is a configuration suitable for dial-out (ppp) networking.
176
is a configuration suitable for dial-out (ppp) networking.
178
.It install
179
is a configuration suitable for software installation.
180
.It isp
177
.It isp
181
is a configuration suitable for dial-in (ppp) networking.
178
is a configuration suitable for dial-in (ppp) networking.
182
.It net
179
.It net
Lines 231-237 Link Here
231
.Pa picobsd
228
.Pa picobsd
232
script (optional). The most important variables here are
229
script (optional). The most important variables here are
233
.Pa MY_DEVS
230
.Pa MY_DEVS
234
which should be set to the list of device which should be
231
which should be set to the list of devices which should be
235
created in the
232
created in the
236
.Pa /dev
233
.Pa /dev
237
directory of the image (it is really the argument passed to
234
directory of the image (it is really the argument passed to
Lines 334-348 Link Here
334
The first form will install the image on the entire disk, and it
331
The first form will install the image on the entire disk, and it
335
should work in the same way as from a floppy.
332
should work in the same way as from a floppy.
336
.Pp
333
.Pp
337
The second form will install the
334
The second form will install the image
338
on slice number 3 (which should be large enough to store the
335
on slice number 3 (which should be large enough to store the
339
content of the image). However the process will only have success if the
336
content of the image). However the process will only have success if the
340
partition does not contain a valid disklabel, otherwise the kernel will
337
partition does not contain a valid disklabel, otherwise the kernel will
341
likely prevent overwriting the label. In this case you can use the
338
likely prevent overwriting the label. In this case you can use the
342
third form, replacing NN with the actual start of the partition
339
third form, replacing NN with the actual start of the partition
343
(as you can tell from
340
(as you can tell from
344
.Nm fdisk
341
.Nm fdisk ).
345
).
346
Note that after saving the image to the slice, it will not be
342
Note that after saving the image to the slice, it will not be
347
recognised yet, you have to use the disklabel command to
343
recognised yet, you have to use the disklabel command to
348
properly initialize the label (don't ask why!).
344
properly initialize the label (don't ask why!).
Lines 445-453 Link Here
445
You can use the
441
You can use the
446
.Pa $hostname
442
.Pa $hostname
447
variable to create different configurations from the same file.
443
variable to create different configurations from the same file.
448
.Pa
449
After taking control back,
444
After taking control back,
450
.Pa /etc/rc1 completes the initializations, and as part of this
445
.Pa /etc/rc1
446
completes the initializations, and as part of this
451
it configures network interfaces and optionally calls the
447
it configures network interfaces and optionally calls the
452
firewall configuration script,
448
firewall configuration script,
453
.Pa /etc/rc.firewall ,
449
.Pa /etc/rc.firewall ,
Lines 564-570 Link Here
564
If invoked without arguments,
560
If invoked without arguments,
565
.Nm update
561
.Nm update
566
edits and saves
562
edits and saves
567
.Pa rc.conf
563
.Pa rc.conf ,
568
.Pa rc.firewall
564
.Pa rc.firewall
569
and
565
and
570
.Pa master.passwd .
566
.Pa master.passwd .

Return to bug 35785