From aa9769f310a2fa3cf8054f619ae6f71025b1fae4 Mon Sep 17 00:00:00 2001 From: dancer Date: Wed, 18 Sep 2002 11:39:14 +0000 Subject: + * 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. --- pbuilder-uml.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pbuilder-uml.conf (limited to 'pbuilder-uml.conf') 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" -- cgit v1.2.3