[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] Problems concerning making PKGs



Hello all,

I have a question,
for some reason, I can't seem to be able to build a package without having
the following in my upgrade_me file:

------------------------------------------------
pushd $UPGRADE_DIR
./install.sh
if [ "$?" != "0" ]; then
  echo "4015 could not be installed..?"
  exit 1
fi
popd

echo -n "foobar" > $UPGRADE_DIR/.installed_rpms

echo "Installed"

exit 0
------------------------------------------------

So ok, this works fine, it will install just fine - no problem... However,
it does not echo back "Installed" on the bottom of the CP (where you should
get the echo message), but instead it gives
/upgrade/blablablabla/install.cgi

Any suggestions on this?

Also, in my packing_list file I have REBOOT: yes - However, it does not ask
me if I want to reboot... What is the problem here?

I thank you all for your help!!

Best regards,
    Leslie Herps