Home > Software, ThinStation, ubuntu > Thinstation Build Problems with Edgy and Feisty

Thinstation Build Problems with Edgy and Feisty

SourceForge.net:

Ubuntu Edgy (6.10) and Feisty (7.04) cause problems when building ThinStation images. Ubuntu changed sh to link to dash instead of bash, which causes odd problems with the build script. Here is an easy fix (you need root privileges):

cd /bin
rm -f sh
ln -s bash sh

Categories: Software, ThinStation, ubuntu
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment