Could you give me some help how to prepare a chroot environment apropriate to build a separate instance of OpenPkg-2.2 with same packages and --with options to upgrade my prodution running at /opkg ?
I guess I should: a) mkdir /chrootOS b) cd /chrootOS c) mkdir /proc /root /home /tmp d) cd /; cp -axv /bin /dev /etc /lib /sbin /usr /var /opkg /chrootOS/ e) chroot /chrootOS f) proceed with upgrade of chrootOS/opkg to ver 2.2 Thanks, Alex Citando "Ralf S. Engelschall" <[EMAIL PROTECTED]>: > On Fri, Oct 15, 2004, Alexander Belck wrote: > > > Is it possible to have it at the same /opkg "root" without an spare Host > with > > same underlaying OS (and same hardware??) to build the new pakages ? > > I'm not sure whether I understand you correctly. But if /opkg is > your production environment you usually cannot build a set of new > packages for /opkg with it without changing this OpenPKG instance during > building. The reason is that you have to install dependency packages > during building. But you can create a chroot(2) environment and create a > building-only /opkg there. > > Ralf S. Engelschall > [EMAIL PROTECTED] > www.engelschall.com > > ______________________________________________________________________ > The OpenPKG Project www.openpkg.org > User Communication List [EMAIL PROTECTED] > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ______________________________________________________________________ The OpenPKG Project www.openpkg.org User Communication List [EMAIL PROTECTED]
