Scroll to navigation

pbuilder-uml.conf(5) pbuilder pbuilder-uml.conf(5)

NAME

pbuilder-uml.conf - configuration file for user-mode-linux port of pbuilder

DESCRIPTION

/etc/pbuilder/pbuilder-uml.conf contains default values used in pbuilder-user-mode-linux program invocation.

FORMAT

Configures ethernet setting used for booting linux. See how rootstrap boots your system, and copy that.

Specify --eth0=slirp,12345,/usr/bin/slirp-fullbolt to use the slirp connection.

IP address to use for guest OS.

This can be set to dhcp for obtaining IP address through DHCP.

Guest OS netmask

Guest OS network

Guest OS broadcast

Guest OS gateway

Guest OS file system image.

Whether to mount tmpfs inside the guest image. This is probably mostly useless.

The location which build will take place. pbuilder-user-mode-linux will place temporary COW files to there. The user running UML needs to be able to access that directory.

The amount of memory allowed for UML. Give more value to here.

The hostname for the UML.

The hostname should be available in /etc/hosts so that hostname -f will be able to return the FQDN.

The directory where build result of pbuilder-user-mode-linux is stored.

The size, in MB, of the disk iamge to create. Defaults to 1000.

NOTES

It is advised to set APTCACHEHARDLINK to no in ~/.pbuilderrc. see pbuilderrc(5) for details.

AUTHOR

Initial coding, and main maintenance is done by Junichi Uekawa <dancer@debian.org>.

The homepage is available at http://pbuilder.alioth.debian.org

FILES

/etc/pbuilder/pbuilder-uml.conf, ${HOME}/.pbuilderrc

SEE ALSO

/usr/share/doc/pbuilder/pbuilder-doc.html, pbuilder-user-mode-linux(1), pbuilder(8), pbuilderrc(5), pdebuild(1)

2003 Jan 8 Debian