Had to add user-mode-linux/usr/lib/uml to the path to allow --home to

find port-helper, or otherwise root_fs complain.  Have no idea why
this change exists with port-helper because wasn't the case before.
Also, added path for user-mode-linux/usr/bin to find the other tools.

Also, improves all in Makefile
This commit is contained in:
freesource
2002-12-16 16:57:14 +00:00
parent 405d19a98e
commit 8f31699e79
3 changed files with 33 additions and 7 deletions
+13
View File
@@ -1,6 +1,19 @@
1.4.0 - 12/12/2002
------------------
Had to add user-mode-linux/usr/lib/uml to the path to allow --home to
find port-helper, or otherwise root_fs complain. Have no idea why
this change exists with port-helper because wasn't the case before.
Also, added path for user-mode-linux/usr/bin to find the other tools.
When root_fs_helper was running with the newer Expect.pm, and
consequentially the newer uml kernel it became necessary to get out
when the kernel shuts down with a last function right when it says
"Power down."
Checks for the proper version for newer libc6 linkers. Hopefully,
should work properly with libc6 > 2.3.1, too.
1.3.6 - 03/10/2002
------------------