Mention that MAKEDEV is not necessary if DEVFS is used. Mark this up
in a <note> to make sure that it stands out as a new 5.x feature. Approved by: re (rwatson)
This commit is contained in:
parent
3f3c49e1b3
commit
5b838fe354
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15005
1 changed files with 7 additions and 0 deletions
|
@ -7806,6 +7806,13 @@ ttyvb "/usr/libexec/getty Pc" cons25 off secure</programlisting>
|
|||
<screen>&prompt.root; <userinput>cd /dev</userinput>
|
||||
&prompt.root; <userinput>sh MAKEDEV vty12</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>On FreeBSD 5.x you do not have to create devices manually if
|
||||
you are using <literal>DEVFS</literal>, since the proper device
|
||||
nodes will be automatically created under
|
||||
<filename class="directory">/dev</filename>.</para>
|
||||
</note>
|
||||
|
||||
<para>Next, the easiest (and cleanest) way to activate the
|
||||
virtual consoles is to reboot. However, if you really do not
|
||||
want to reboot, you can just shut down the X Window system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue