Menu

#10 '/var/lib/uml' should be /usr/lib/uml'

open
nobody
None
5
2001-07-15
2001-07-15
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.