Bug 1036643

Summary: Example 3.1 appears to mix references to 32- and 64-bit install DVD isos
Product: [Fedora] Fedora Documentation Reporter: Robert P. J. Day <rpjday>
Component: install-guideAssignee: Petr Bokoc <pbokoc>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Docs QA <docs-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: develCC: pbokoc, zach
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-05 11:56:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Robert P. J. Day 2013-12-02 12:16:15 UTC
In Example 3.1 in the current install guide, the mount command refers to a 64-bit version of the ISO, but the final call to "livecd-iso-to-disk" refers to a 32-bit version of the ISO. Is this deliberate? It seems potentially confusing.

rday

Comment 1 Robert P. J. Day 2013-12-02 13:13:41 UTC
Might as well just add this rather than open a whole new bug -- slight typo on next page in same manual, command on last line, reference to ~/Download i suspect should be ~/Downloads (the correct name of the download directory).

And if you're bored, you might add a "bs=" option to that dd command; otherwise, it's going to take forever copying a single sector at a time, no?

Comment 2 Petr Bokoc 2013-12-12 13:52:31 UTC
Hi Robert,

thanks for reporting this. I fixed the filenames to be identical (Fedora-Live-Desktop-x86_64-19-1.iso) and also the directory name from comment #2.

I also added the bs= option into the example with block size 512k.

Comment 3 Petr Bokoc 2013-12-12 13:58:40 UTC
commit 224dd402ce8b76207e434f854db96d7d6bd6fd31
Author: Petr Bokoc <pbokoc>
Date:   Thu Dec 12 14:53:32 2013 +0100

    BZ#1036643 - Fixing the procedures for creating media with dd