Opened 14 years ago

Closed 13 years ago

#2778 closed task (fixed)

Wget-list needs an explicit command to demonstrate usage

Reported by: Joseph Kern Owned by: bdubbs@…
Priority: normal Milestone: 6.8
Component: Book Version: SVN
Severity: normal Keywords: wget-list packages
Cc:

Description

I was reading through chapter 3 and I saw the comment about using wget-list:

"An easy way to download all of the packages and patches is by using wget-list as an input to wget."

This confused me at first, until I clicked on wget-list. AH! It's a link!

To avoid further confusion (and for those of us that skim to the commands), I have a patch that applies the specific command to execute for wget-list.

wget -i http://www.linuxfromscratch.org/lfs/view/6.7/wget-list -P $LFS/sources

I am not an expert in DOCBOOK ... but I think my patch works, of course if there is a variable for the book version, using that would be much preferable to my current fix.

Attachments (1)

Wget-list.patch (537 bytes ) - added by Joseph Kern 14 years ago.
wget-list explicit command, Built with svn diff

Download all attachments as: .zip

Change History (3)

by Joseph Kern, 14 years ago

Attachment: Wget-list.patch added

wget-list explicit command, Built with svn diff

comment:1 by bdubbs@…, 13 years ago

Owner: changed from lfs-book@… to bdubbs@…
Status: newassigned

That's a good point. I'll add the example line. The xml should look like:

<screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen>

Note that -i does not take a URL for an argument -- only a file.

comment:2 by bdubbs@…, 13 years ago

Resolution: fixed
Status: assignedclosed

Revision 9408.

Note: See TracTickets for help on using tickets.