Re: pxesconfig makes copies instead of symlinks
"Prof. Dr.-Ing. Wilhelm Meier" <[email protected]>
| Newsgroups | gmane.linux.pxes.devel |
|---|---|
| Organization | Fachhochschule Kaiserslautern / Zweibrücken |
| Message-ID | <[email protected]> |
Am Montag, 28. März 2005 16:06 schrieb Chris Gianelloni:
> On Mon, 2005-03-28 at 14:53 +0200, Prof. Dr.-Ing. Wilhelm Meier wrote:
> > The problem is a broken cpio. Try
> >
> > ACCEPT_KEYWORDS="~x86" emerge cpio
> >
> > The masked version of cpio has the symlink-patch included.
> >
> > Additionaly, be sure to use the mksquashfs from the pxes, not the (newer)
> > gentoo one. The pxes-ebuild is broken.
>
> Wow... The ebuild is broken? Great. What is the bug # where you filed
> this so it can be fixed?
The indicated line should be included in the ebuild to install mksquashfs.
src_install() {
dodir ${dir}
cd ${Ddir}
cp -r ${S}/stock ${Ddir} || die "Copying files"
--> cp -r ${S}/tools ${Ddir} || die "Copying tools"
cp -a ${S}/tftpboot ${D} || die "Copying tftpboot"
dodoc Documentation/ChangeLog
dohtml -r Documentation/html/*
cd ${WORKDIR}/pxesconfig-${PV}
perl-module_src_install || die
# Cleanup from improper install
cp -r ${D}/${D}/usr ${D}
rm -rf ${D}/var
}
--
wilhelm
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBCSBjPVodqyIdqL1URAiWFAJ9VAKdjes4KJSi+rtDqm5XQaNOIHgCg0Eo7 jMhdLsKgAJRujXr1pwhUzdM= =Si8l -----END PGP SIGNATURE-----