|
# NOTE: The
old linux_base that was built on Red Hat is no longer
supported!
# New information says to use Linux based on Fedora Core found via
the command line here:
more /usr/ports/UPDATING
# Remove any old old Linux base from your system ONLY if you
previously installed Linux Base (Minimal installs don't come with
it)
/usr/local/sbin/pkg_deinstall emulators/linux_base-8
# Clean minimal installations can
usually start here!
# Install base Linux support built on Fedora's core (This will
usually add a version of automake and autoconf to your system)
cd /usr/ports/emulators/linux_base-fc4
make install clean
# Install base Linux X11 support not based on Fedora's core
cd /usr/ports/x11/linux-xorg-libs
make install clean
# Add Linux startup variables to your system startup
vi /etc/rc.conf
# Add procfs to your fstab - simply copy and paste this line to the
very bottom of the file (fstab is your File System Table)
# Note: Most Linux emulated software needs this linprocfs part to
work!
vi /etc/fstab
|