Dracut now has a wiki page in the Fedora wiki...

Adam Williamson awilliam at redhat.com
Fri Jul 3 09:43:34 UTC 2009


On Thu, 2009-07-02 at 23:22 +0000, "Jóhann B. Guðmundsson" wrote:
> The Dracut wiki page has now been moved from my drafts to it's permanent 
> location.
> 
> https://fedoraproject.org/wiki/Dracut
> 
> Debugging can be found here
> 
> https://fedoraproject.org/wiki/Dracut/Debugging
> 
> Note i'm not sure if the 
> http://fedoraproject.org/wiki/Dracut#Getting_the_Source containst 
> correct git commands hence I've label them #FIXME the maintainer(s) can 
> confirm or fix the entry's

Thanks for this!

"tar xzf dracut-$version.tar.bz2"

This won't work. z means 'this is a gzip formatted archive'. The letter
for bzip2 is j, so you could do:

"tar xjf dracut-$version.tar.bz2"

but it's actually a lot less trouble to just do:

"tar xf dracut-$version.tar.bz2"

which auto-detects the archive type. It's much easier to just let it be
handled by autodetection, and only bother specifying the archive type
manually if the autodetection trips up.

> It would be nice if someone who actually who's primary language is 
> English reviews and fixes potential ken lee entry's i've made.

Haha, 'ken lee entries' needs to go into common usage :)
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Fedora Talk: adamwill AT fedoraproject DOT org
http://www.happyassassin.net




More information about the fedora-test-list mailing list