docs/172928: wrong syntax for dd in release anouncement
A.AUDEBERT
deuza at fr.FreeBSD.org
Sun Oct 21 10:30:02 UTC 2012
>Number: 172928
>Category: docs
>Synopsis: wrong syntax for dd in release anouncement
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Oct 21 10:30:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: A.AUDEBERT
>Release: 8-3 and 9.0
>Organization:
>Environment:
>Description:
In this links :
http://www.freebsd.org/releases/8.3R/announce.html
http://www.freebsd.org/releases/9.0R/announce.html
For the memstick command :
# dd if="FreeBSD"-8.3-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"
I think the right syntax is :
# dd if="FreeBSD-8.3-RELEASE-amd64-memstick.img" of=/dev/da0 bs="10240" conv="sync"
Best regards,
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list