diff options
author | dancer <dancer> | 2003-08-15 10:39:43 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-08-15 10:39:43 +0000 |
commit | 8af482478c7edd894ef2120bc187815193732ac4 (patch) | |
tree | 8312906b852e52f48443278556568314ba71e98d | |
parent | 9e3c7737d40602754fa6634f3e263baff6149185 (diff) | |
download | pbuilder-8af482478c7edd894ef2120bc187815193732ac4.tar pbuilder-8af482478c7edd894ef2120bc187815193732ac4.tar.gz |
up
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Documentation/pbuilder-doc.xml | 15 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 20 insertions, 3 deletions
@@ -1,5 +1,7 @@ 2003-08-15 Junichi Uekawa <dancer@debian.org> + * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): Document uml-net group requirement for user-mode-linux. + * THANKS: update. * pbuilder-user-mode-linux (UML_EXITCODE): check against no --distribution flag. diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index fd73432..3ebae98 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -578,9 +578,12 @@ export DEBIAN_BUILDGCCVER=3.2 It has been verified that pbuilder-uml works, as of version 0.59. And since then, pbuilder-uml has seen a rapid evolution. - The configuration of pbuilder-uml goes in two steps: + The configuration of pbuilder-uml goes in three steps: <itemizedlist> <listitem> + <para>Configuration of user-mode-linux</para> + </listitem> + <listitem> <para>Configuration of rootstrap</para> </listitem> <listitem> @@ -588,6 +591,16 @@ export DEBIAN_BUILDGCCVER=3.2 </listitem> </itemizedlist> </para> + <sect2 id="user-mode-linux-config"> + <title>Configuring user-mode-linux</title> + <para> + <command>user-mode-linux</command> requires + the user to be in uml-net group in order to configure the network + (at the time of writing, 15 August 2003). + Read <filename>/usr/share/doc/uml-utilities/README.Debian</filename> + for details. + </para> + </sect2> <sect2 id="rootstrap"> <title>Configuring rootstrap</title> <para> diff --git a/debian/changelog b/debian/changelog index 1fa19c5..f0ba242 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,13 @@ -pbuilder (0.81) UNRELEASED; urgency=low +pbuilder (0.81) unstable; urgency=low * Note that pbuilder-user-mode-linux should be ran as a normal user. /etc/mtab will be written to, if root runs pbuilder-user-mode-linux. * "pbuilder-user-mode-linux create" will run properly when --distribution is unset. + * Update documentation that user-mode-linux requires user to be in uml-net + group. - -- Junichi Uekawa <dancer@debian.org> Fri, 15 Aug 2003 07:31:48 +0900 + -- Junichi Uekawa <dancer@debian.org> Fri, 15 Aug 2003 18:50:17 +0900 pbuilder (0.80) unstable; urgency=low |