aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-uml.conf
diff options
context:
space:
mode:
authordancer <dancer>2002-09-18 11:39:14 +0000
committerdancer <dancer>2002-09-18 11:39:14 +0000
commitaa9769f310a2fa3cf8054f619ae6f71025b1fae4 (patch)
treeacce77d9d3d46b3f30acef7cbea705df40fdaf76 /pbuilder-uml.conf
parent977d6b4e4dd61b8a5b8bfe3af7d93287127df656 (diff)
downloadpbuilder-aa9769f310a2fa3cf8054f619ae6f71025b1fae4.tar
pbuilder-aa9769f310a2fa3cf8054f619ae6f71025b1fae4.tar.gz
+ * pbuilder-user-mode-linux: change the filenames to pbuilder.conf pbuilder-uml.conf
+ + * pbuilder-user-mode-linux.1: document config files. + + * pbuilder-uml.conf: change filename. + + * uml.conf: new file created. + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): add update after create. It should work better. + (UML_MOUNT_TMPFS): add config file loading routine.
Diffstat (limited to 'pbuilder-uml.conf')
-rw-r--r--pbuilder-uml.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/pbuilder-uml.conf b/pbuilder-uml.conf
new file mode 100644
index 0000000..a2ea5dc
--- /dev/null
+++ b/pbuilder-uml.conf
@@ -0,0 +1,8 @@
+MY_ETH0=tuntap,,,192.168.30.62
+UML_IP=192.168.30.199
+UML_NETMASK=255.255.255.0
+UML_NETWORK=192.168.30.0
+UML_BROADCAST=255.255.255.255
+UML_GATEWAY=192.168.30.1
+PBUILDER_UML_IMAGE="/tmp/uml"
+UML_MOUNT_TMPFS="no"