From 8bacf08b4a0e55163c92bf6d8ceb5672d7798187 Mon Sep 17 00:00:00 2001 From: dancer Date: Wed, 8 Jan 2003 09:09:55 +0000 Subject: +2003-01-08 Junichi Uekawa + + * pbuilder-user-mode-linux (UML_EXTRAOPT): --logfile option. + + * pbuilder-user-mode-linux.1: and document these new options. + + * pbuilder-user-mode-linux (OPERATION): --override-config option passed + through to pbuilder. + (EXTRAOPT): quote ${EXTRAOPT} which is probably meant to be passed + through. + (UML_EXTRAOPT): define as variable that is used to pass uml extra options. + and, of course, add these options: --binary-arch --override-config --timeout --http-proxy --configfile --hookdir --aptconfdir + + + * debian/rules (binary-arch): add manual page installation + + * pbuilder-uml.conf.5: new manual page + + * pbuilder-uml.conf (UML_MEM): Use 128MB memory per default, it would + be better to use that. + + * pbuilder-user-mode-linux: export HOME inside UML + Try and umount the device afterwards, so that it will be clean-mount + the next time. + thanks: Matt Zimmerman + (OPERATION): --uml-mem option. + + * pbuilder-checkparams: update copyright + + * pdebuild: update copyright info. + + * update copyright information to add 2003. + + * pbuilder-user-mode-linux: LOGNAME is set as soon as + entering UML. + --- pbuilder-uml.conf.5 | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 pbuilder-uml.conf.5 (limited to 'pbuilder-uml.conf.5') diff --git a/pbuilder-uml.conf.5 b/pbuilder-uml.conf.5 new file mode 100644 index 0000000..4225764 --- /dev/null +++ b/pbuilder-uml.conf.5 @@ -0,0 +1,70 @@ +.TH "pbuilder-uml.conf" 5 "2003 Jan 8" "Debian" "pbuilder" +.SH NAME +pbuilder-uml.conf \- configuration file for user-mode-linux port of pbuilder +.SH DESCRIPTION +.B "/etc/pbuilder/pbuilder-uml.conf" +contains default values used in +.B pbuilder-user-mode-linux +program invocation. + +.SH "FORMAT" +.TP +.BI "MY_ETH0=" "tuntap,,,192.168.0.2" +Configures ethernet setting used for booting linux. +See how rootstrap boots your system, and copy that. + +.TP +.BI "UML_IP=" "192.168.0.3" +IP address to use for guest OS. + +.TP +.BI "UML_NETMASK" "=255.255.255.0" +Guest OS netmask + +.TP +.BI "UML_NETWORK" "=192.168.0.0" +Guest OS network + +.TP +.BI "UML_BROADCAST" "=255.255.255.255" +Guest OS broadcast + +.TP +.BI "UML_GATEWAY" "=192.168.0.1" +Guest OS gateway + +.TP +.BI "PBUILDER_UML_IMAGE=" "${HOME}/uml-image" +Guest OS file system image. + +.TP +.BI "UML_MOUNT_TMPFS=" "no" +Whether to mount tmpfs inside the guest image. +This is probably mostly useless. + +.TP +.BI "BUILDPLACE=" "${HOME}/tmp/" +The location which build will take place. +.B pbuilder-user-mode-linux +will place temporary COW files to there. + +.TP +.BI "UML_MEM=" "128" +The amount of memory allowed for UML. +Give more value to here. + +.SH AUTHOR +Initial coding, and main maintenance is done by +Junichi Uekawa . + +The homepage is available at +.B "http://www.netfort.gr.jp/~dancer/software/pbuilder.html" +.SH "FILES" +.I "/etc/pbuilder/pbuilder-uml.conf, ${HOME}/.pbuilderrc" +.SH "SEE ALSO" +.RI "pbuilder-user-mode-linux (" 1 "), " +.RI "pbuilder (" 8 "), " +.RI "pbuilderrc (" 5 "), " +.RI "pdebuild (" 1 ")" + + -- cgit v1.2.3