[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Dracut now has a wiki page in the Fedora wiki...
- From: Adam Williamson <awilliam redhat com>
- To: For testers of Fedora Core development releases <fedora-test-list redhat com>
- Cc: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: Dracut now has a wiki page in the Fedora wiki...
- Date: Fri, 03 Jul 2009 10:43:34 +0100
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]