MFen:
- Makefile 1.118 -> 1.119 - cutting-edge 1.255 -> 1.256 Obtained from: the FreeBSD Dutch Documentation Project
This commit is contained in:
parent
4a50f95240
commit
01dad927d2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38061
2 changed files with 8 additions and 5 deletions
nl_NL.ISO8859-1/books/handbook
|
@ -1,8 +1,8 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/Makefile,v 1.17 2011/11/04 21:04:42 rene Exp $
|
||||
#
|
||||
# %SOURCE% en_US.ISO8859-1/books/handbook/Makefile
|
||||
# %SRCID% 1.118
|
||||
# %SRCID% 1.119
|
||||
#
|
||||
# Bouw het Nederlandse FreeBSD Handboek.
|
||||
#
|
||||
|
@ -62,6 +62,7 @@ IMAGES_EN+= bsdinstall/bsdinstall-config-components.png
|
|||
IMAGES_EN+= bsdinstall/bsdinstall-config-hostname.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-config-keymap.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-config-services.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-config-crashdump.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-dhcp.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-static.png
|
||||
|
@ -78,6 +79,7 @@ IMAGES_EN+= bsdinstall/bsdinstall-distfile-fetching.png
|
|||
IMAGES_EN+= bsdinstall/bsdinstall-distfile-verifying.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-final-confirmation.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-finalconfiguration.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-final-modification-shell.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-keymap-select-default.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-mainexit.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-netinstall-files.png
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!--
|
||||
The FreeBSD Dutch Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.27 2011/08/28 13:07:49 rene Exp $
|
||||
|
||||
%SOURCE% en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml
|
||||
%SRCID% 1.255
|
||||
%SRCID% 1.256
|
||||
-->
|
||||
|
||||
<chapter id="updating-upgrading">
|
||||
|
@ -2196,8 +2196,9 @@ DOCSUPFILE?= /usr/share/examples/cvsup/doc-supfile</programlisting>
|
|||
(met <command>boot -s</command> vanaf de loaderprompt). Draai
|
||||
dan:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>adjkerntz -i</userinput>
|
||||
<screen>&prompt.root; <userinput>mount -u /</userinput>
|
||||
&prompt.root; <userinput>mount -a -t ufs</userinput>
|
||||
&prompt.root; <userinput>adjkerntz -i</userinput>
|
||||
&prompt.root; <userinput>mergemaster -p</userinput>
|
||||
&prompt.root; <userinput>cd /usr/src</userinput>
|
||||
&prompt.root; <userinput>make installworld</userinput>
|
||||
|
|
Loading…
Reference in a new issue