From: brauer@aix520.informatik.uni-leipzig.de (Eckard Brauer) Subject: probs with 4.3.3-shlibs and solution Date: 14 Apr 1993 09:32:34 GMT
While Installing the libs distributed with image-4.3.3.tar.z I got the problems
that neither 'mount' nor 'df' worked correctly. Searching the reason I found,
that /etc/mtab was empty. Therefor I changed in /etc/rc the line:
/bin/rdev >/etc/mtab
to:
echo "`/bin/rdev` <rootfstype>" > /etc/mtab
or:
echo -n "`/bin/rdev` <rootfstype>" > /etc/mtab
where <rootfstype> should be replaced by the type of the current root-fs.
Eckard Brauer
brauer@aix520.informatik.uni-leipzig.de
===============================================================================