Fix mistake of last commit. The `unload' loader command does not
expect arguments. Noticed by: des
This commit is contained in:
parent
c4488d5998
commit
534209c657
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11267
1 changed files with 1 additions and 2 deletions
|
@ -1272,8 +1272,7 @@ pseudo-device bpf # Berkeley packet filter</programlisting>
|
||||||
kernels. Simply choose the kernel you want to boot from at
|
kernels. Simply choose the kernel you want to boot from at
|
||||||
the FreeBSD boot loader. You can access this when the system
|
the FreeBSD boot loader. You can access this when the system
|
||||||
counts down from 10. Hit any key except for the enter key,
|
counts down from 10. Hit any key except for the enter key,
|
||||||
type <command>unload
|
type <command>unload</command> and then type
|
||||||
<replaceable>kernel</replaceable></command> and then type
|
|
||||||
<command>boot
|
<command>boot
|
||||||
<replaceable>kernel.old</replaceable></command>, or the
|
<replaceable>kernel.old</replaceable></command>, or the
|
||||||
filename of any other kernel that will boot properly. When
|
filename of any other kernel that will boot properly. When
|
||||||
|
|
Loading…
Reference in a new issue