Fix a typo in the instructions for generating release disc manifests.
MFC after: 3 days
This commit is contained in:
parent
ffeefaae81
commit
bb743c4731
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13073
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@
|
|||
<emphasis>manifest</emphasis> can be created with a simple
|
||||
command:</para>
|
||||
|
||||
<screen>/stage/cdrom&prompt.root; <userinput>find . -type f | sed -e 's/\^.\///' | sort > filename.txt</userinput></screen>
|
||||
<screen>/stage/cdrom&prompt.root; <userinput>find . -type f | sed -e 's/^\.\///' | sort > filename.txt</userinput></screen>
|
||||
|
||||
<para>The specific requirements of each CD are outlined below.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue