additionally, an instsoft.LINUX hook is needed, or the newly installed
won't be able to e.g. run getty on /dev/tty[1-6]
#! /bin/sh
# This hook exists because post-sarge debootstrap have a minimal /dev
# it would be best to run MAKEDEV in the nfsroot (before base.tgz is created)
# but this is a fallback.
if ! [ -e $target/dev/tty2 ];then
echo "$target/dev/tty2 doesn't exist! running MAKEDEV generic"
cd /dev && ./MAKEDEV generic
fi
--
#define X(x,y) x##y
Peter Cordes ; e-mail: X([EMAIL PROTECTED] , des.ca)
"The gods confound the man who first found out how to distinguish the hours!
Confound him, too, who in this place set up a sundial, to cut and hack
my day so wretchedly into small pieces!" -- Plautus, 200 BC
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]