Help installing libc and busybox as debian packages...

2007-06-12 Thread Dallas Clement
Hello All,

I'm wanting to install libc and busybox as Debian packages onto my
embedded target system as sort of a bootstrap installation process.

My target system thankfully has a IDE DOM drive which can be removed and
attached to my separate development system and mounted there as a
non-root filesystem for installation purposes.

Could anyone please guide me on how to install these packages onto my
DOM drive filesystem?  I am assuming that I can use the 'dpkg -i'
command on my development system to do this, but not sure how to install
it on my DOM drive only and not have it listed with all the other
packages on my development system.

Maybe there is a better way?

Thanks in advance,

Dallas Clement

___
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox


Re: Help installing libc and busybox as debian packages...

2007-06-12 Thread Denis Vlasenko
On Tuesday 12 June 2007 15:12, Dallas Clement wrote:
 I'm wanting to install libc and busybox as Debian packages onto my
 embedded target system as sort of a bootstrap installation process.
 
 My target system thankfully has a IDE DOM drive which can be removed and
 attached to my separate development system and mounted there as a
 non-root filesystem for installation purposes.
 
 Could anyone please guide me on how to install these packages onto my
 DOM drive filesystem?  I am assuming that I can use the 'dpkg -i'
 command on my development system to do this, but not sure how to install
 it on my DOM drive only and not have it listed with all the other
 packages on my development system.
 
 Maybe there is a better way?

I use shell scripts which basically use cp and ln.
--
vda
___
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox