[Ultrapossum-cvs 951] demo/uml 1.7, 1.8, rootstrap.conf.in 1.7, 1.8, rootstrap.sh

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 19日 (火) 20:07:48 JST


===================================================================
RCS file: demo/uml/rootstrap.conf.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- demo/uml/rootstrap.conf.in	2004/09/29 08:52:13	1.7
+++ demo/uml/rootstrap.conf.in	2004/10/19 11:07:48	1.8
@@ -49,7 +49,7 @@
 transport=tuntap
 host=#UML_HOST#
 uml=#UML#
-netmask=255.255.255.252
+netmask=#NETMASK#
 
 # For a preconfigured tap device (see tunctl(1))
 host_if=#UML_HOSTIF#
===================================================================
RCS file: demo/uml/rootstrap.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- demo/uml/rootstrap.sh	2004/10/19 03:31:21	1.7
+++ demo/uml/rootstrap.sh	2004/10/19 11:07:48	1.8
@@ -29,6 +29,7 @@
 sed -e "s/#UML_HOSTIF#/$host_if/" \
 	-e "s/#UML_HOST#/$host/" \
 	-e "s/#UML#/$uml/" \
+	-e "s/#NETMASK#/$netmask/" \
 	-e "s/#HOSTNAME#/$1/" -e "s/#UML_DIST#/$UML_DIST/" \
 	-e "s!#UML_MIRROR#!$UML_MIRROR!" -e "s!#UML_PROXY#!$UML_PROXY!" \
 	-e "s/#UML_NAMESERVER#/$UML_NAMESERVER/" \



Ultrapossum-cvs メーリングリストの案内
Back to archive index