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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

-- 
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux