Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9218 - Code Listing 9.1 needs a bunzip2 step
Summary: Code Listing 9.1 needs a bunzip2 step
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-16 17:00 UTC by D Tuinstra
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description D Tuinstra 2002-10-16 17:00:31 UTC
If you try to follow the instructions in Code Listing 9.1, tar gives the message
"This does not look like a tar archive" and a few more lines of error
description. The problem is that the archive is in bz2 format. Running bunzip2
on the archive first will unpack it. This step should be added to the Code Listing.
Comment 1 Stoyan Zhekov (RETIRED) gentoo-dev 2002-10-16 20:26:22 UTC
Code Listing 9.1:
tar -xvjpf /path/to/stage?-*.tbz2

from tar(1) man:
-j, --bzip2 - filter archive through bzip2, use to decompess .bz2 files
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2002-10-17 00:14:01 UTC
That is right, marking invalid.

//ZhEN