[Pkg-uml-commit] r101 - in trunk/src/rootstrap: . debian

Mattia Dongili malattia at costa.debian.org
Sat May 27 15:57:47 UTC 2006


Author: malattia
Date: 2006-05-27 15:57:44 +0000 (Sat, 27 May 2006)
New Revision: 101

Modified:
   trunk/src/rootstrap/debian/changelog
   trunk/src/rootstrap/rootstrap
Log:
ensure that the UML kernel is able to find uml_net (Closes: #304461)

Modified: trunk/src/rootstrap/debian/changelog
===================================================================
--- trunk/src/rootstrap/debian/changelog	2006-05-27 15:52:37 UTC (rev 100)
+++ trunk/src/rootstrap/debian/changelog	2006-05-27 15:57:44 UTC (rev 101)
@@ -3,7 +3,7 @@
   * ubd dev missing: updated mkfs and mount modules to create it (Closes: #342694)
   * updated Standards depedency to the latest (3.7.2)
   * drop versioned dependencies on user-mode-linux (Closes: #275410) (Closes: #282914)
-  * uml-utilities fix assures network to work with u-m-l 2.6 serie (Closes: #304461)
+  * ensure that the UML kernel is able to find uml_net (Closes: #304461)
   * fixed issue with more recent version of u-m-l (Closes: #320410)
   * add reference of the hostfs need on man page (Closes: #300221)
 

Modified: trunk/src/rootstrap/rootstrap
===================================================================
--- trunk/src/rootstrap/rootstrap	2006-05-27 15:52:37 UTC (rev 100)
+++ trunk/src/rootstrap/rootstrap	2006-05-27 15:57:44 UTC (rev 101)
@@ -45,6 +45,8 @@
 
 # So that we can find tune2fs, resize2fs and such
 os.environ['PATH'] += ':/sbin:/usr/sbin'
+# So that we can find uml_net when installed in /usr/lib/uml
+os.environ['PATH'] += ':/usr/lib/uml'
 
 imagefile = args[0]
 imagesize = config.getint('global', 'initialsize')




More information about the Pkg-uml-commit mailing list