According to Chapter 7, after doing file extraction, one can execute:
chroot /mnt/target /bin/bash
mount /dev
mount /proc
ldconfig
for x in /etc/cron.daily/*; do $x; done
source /etc/conf/devfs
stone
These did not work for me when I tried to install a "minimal" build =
using t2-trunk. Maybe these are for early versions of T2 and =
Rock-Linux? Could anyone tell me what I need to do for the current =
t2-trunk?