the latest (user-mode-linux-0.43_2.4.6-0.i386.rpm)
expects 'functions' in '/usr/lib/uml' not in
'/var/lib/uml'.
here's the patch:
--- mkrootfs Thu Jul 5 05:27:09 2001
+++ mkrootfs.mod Sun Jul 15 14:18:12 2001
@@ -129,7 +129,7 @@
if [ -f ./functions ] ; then
. ./functions
else
- . /var/lib/uml/functions
+ . /usr/lib/uml/functions
fi
#addline() #Params: $1 File that needs the additional
line, $2 line to add.
ciao -ap