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

Mattia Dongili malattia at costa.debian.org
Tue May 23 20:09:27 UTC 2006


Author: malattia
Date: 2006-05-23 20:09:26 +0000 (Tue, 23 May 2006)
New Revision: 90

Modified:
   trunk/src/rootstrap/rootstrap.conf
Log:
revert r89 for rootstrap.conf

Modified: trunk/src/rootstrap/rootstrap.conf
===================================================================
--- trunk/src/rootstrap/rootstrap.conf	2006-05-23 14:53:09 UTC (rev 89)
+++ trunk/src/rootstrap/rootstrap.conf	2006-05-23 20:09:26 UTC (rev 90)
@@ -2,12 +2,12 @@
 # Global settings, these are passed on to all modules
 #
 [global]
-fstype=ext3
+fstype=ext2
 
 # 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=512
+initialsize=1024
 
 # 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=10.0.1.99
-uml=10.0.1.111
-netmask=255.255.255.0
+#interface=eth0
+#transport=tuntap
+#host=192.168.10.1
+#uml=192.168.10.2
+#netmask=255.255.255.252
 
 # 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=212.34.199.38
+#gateway=192.168.10.1
 
 # DNS configuration
 # optional if you are fetching packages through a proxy
 
 #domain=example.com
-nameserver=212.34.194.168
+#nameserver=192.168.10.1
 
 #
 # Debian module
 #
 [debian]
-dist=sarge
+dist=woody
 
 # A local mirror is best, a caching proxy (such as squid) is almost as
 # good




More information about the Pkg-uml-commit mailing list