mv 5.0 /etc/init.d/nfs-common

drco - June 22, 2011

I'm trying to upgrade a x86 target from 5.0 to 6.0.

on the running 5.0 there is a /etc/init.d/nfs-common script which I can't find in my rootfs 6.0 image.

In my image.bb file I've added

 net-tools \
 nfs-utils-client nfs-utils \

 net-tools nfs-utils-client nfs-utils but on the target there is no /etc/init.d/nfs-common. Do you know what package I am missing ? There is a way to add a package on a running target something like 

yum-install on the x86 target ?

Thank you,

Dragos

 

Share this

Comments

opkg

Hi Dragos,

I'm only going to answer part two of your e-mail.

If you built with a package database on the target (which is the default), you can use the opkg command like you would use rpm or dpkg.

Compared to yum (or zypper or apt-get) it is lacking features like the ability to download packages by itself from a repo.

 

Hope this helps!