[Pkg-uml-commit] r89 - trunk/src/rootstrap

Stefano Melchior stex-guest at costa.debian.org
Tue May 23 14:53:10 UTC 2006


Author: stex-guest
Date: 2006-05-23 14:53:09 +0000 (Tue, 23 May 2006)
New Revision: 89

Modified:
   trunk/src/rootstrap/rootstrap
   trunk/src/rootstrap/rootstrap.conf
Log:
In case you need rootstrap to work via console con0=fd:0, not con0=fd:0,fd:1  and con=pts

Modified: trunk/src/rootstrap/rootstrap
===================================================================
--- trunk/src/rootstrap/rootstrap	2006-05-23 10:28:03 UTC (rev 88)
+++ trunk/src/rootstrap/rootstrap	2006-05-23 14:53:09 UTC (rev 89)
@@ -90,7 +90,7 @@
 
 umlargs.extend(umlargs_extra)
 
-umlargs.extend(['con0=fd:0,fd:1',
+umlargs.extend(['con0=fd:0',
                 'con=pts',
 		'root=/dev/root',
 		'rootflags=/',

Modified: trunk/src/rootstrap/rootstrap.conf
===================================================================
--- trunk/src/rootstrap/rootstrap.conf	2006-05-23 10:28:03 UTC (rev 88)
+++ trunk/src/rootstrap/rootstrap.conf	2006-05-23 14:53:09 UTC (rev 89)
@@ -2,12 +2,12 @@
 # Global settings, these are passed on to all modules
 #
 [global]
-fstype=ext2
+fstype=ext3
 
 # How large to create the initial image (MB).  Be generous, as image
 # creation will fail if it is too small, and it will be created as a
 # sparse file, making it relatively inexpensive
-initialsize=1024
+initialsize=512
 
 # Will be resized to leave this much free space (MB) when building is
 # complete.  Leave unset or set to 0 to disable resizing.
@@ -44,11 +44,11 @@
 # need to reach anywhere except the host, use a separate RFC1918
 # subnet for the virtual network between the host and UML.
 
-#interface=eth0
-#transport=tuntap
-#host=192.168.10.1
-#uml=192.168.10.2
-#netmask=255.255.255.252
+interface=eth0
+transport=tuntap
+host=10.0.1.99
+uml=10.0.1.111
+netmask=255.255.255.0
 
 # For a preconfigured tap device (see tunctl(1))
 #host_if=tap0
@@ -76,19 +76,19 @@
 # Gateway address (optional)
 # Note: you must have IP forwarding set up, or use proxy ARP, in order
 # to reach external hosts.  See the User-Mode Linux documentation.
-#gateway=192.168.10.1
+gateway=212.34.199.38
 
 # DNS configuration
 # optional if you are fetching packages through a proxy
 
 #domain=example.com
-#nameserver=192.168.10.1
+nameserver=212.34.194.168
 
 #
 # Debian module
 #
 [debian]
-dist=woody
+dist=sarge
 
 # A local mirror is best, a caching proxy (such as squid) is almost as
 # good




More information about the Pkg-uml-commit mailing list