Gentoo Archives: gentoo-catalyst

From: Zac Medico <zmedico@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Problems with genkernel and busybox
Date: Tue, 14 Jun 2005 21:02:20
Message-Id: 42AF45A7.4050601@gmail.com
In Reply to: [gentoo-catalyst] Problems with genkernel and busybox by Carl Flippin
1 Carl Flippin wrote:
2 >
3 > After the kernel compile, however, genkernel craps out saying:
4 >
5 > "Could not extract busybox source tarball"
6 >
7
8 That means tar had a nonzero exit status inside /usr/share/genkernel/gen_compile.sh
9
10 tar -jxpf ${BUSYBOX_SRCTAR} ||
11 gen_die 'Could not extract busybox source tarball!'
12
13 You probably changed the busybox settings in genkernel.conf. You need to make sure genkernel can find a good busybox source tarball. The default tarball is /usr/share/genkernel/pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2
14
15 Zac
16 --
17 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] Problems with genkernel and busybox Carl Flippin <ad.patres@×××××.com>