Gentoo Archives: gentoo-embedded

From: Mike Frysinger <vapier@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] dynamic linked init and initrd
Date: Wed, 04 Aug 2004 16:29:14
Message-Id: 200408041229.29841.vapier@gentoo.org
In Reply to: Re: [gentoo-embedded] dynamic linked init and initrd by Natanael Copa
1 On Wednesday 04 August 2004 12:25 pm, Natanael Copa wrote:
2 > BB_FILES = bin/busybox bin/sh $(shell ldd $(LIVE)/bin/busybox | awk
3 > '{print $$3}' | sed 's:^/::')
4 >
5 > to grab the files so it grabbed only the links.
6
7 but how did you copy them ?
8 `cp -a` would copy the symlink, `cp <symlink>` should copy the file like you
9 want
10 -mike
11
12 --
13 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] dynamic linked init and initrd Natanael Copa <mlists@××××××.org>