diff options
author | dancer <dancer> | 2003-07-26 22:51:34 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-07-26 22:51:34 +0000 |
commit | 36c6c6394d1d39ea79a03f4861c5c9cf66829003 (patch) | |
tree | 23df06a0e8652ced6b0a18c7882e5e23eb9d07d5 /Documentation | |
parent | c9aa351f90bb093223c9b06b50c6ac587cb0f0d4 (diff) | |
download | pbuilder-36c6c6394d1d39ea79a03f4861c5c9cf66829003.tar pbuilder-36c6c6394d1d39ea79a03f4861c5c9cf66829003.tar.gz |
+ * pbuilder-user-mode-linux: support --distribution flag for
+ pbuilder-user-mode-linux
+ #176095
+
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index bc36170..fd73432 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -782,9 +782,9 @@ read It should be possible to create chroot images for <command>dchroot</command> with following commands: <screen> -# pbuilder create --distribution potato --no-targz --basetgz /chroot/potato -# pbuilder create --distribution woody --no-targz --basetgz /chroot/woody -# pbuilder create --distribution sid --no-targz --basetgz /chroot/sid +# pbuilder create --distribution potato --no-targz --basetgz /chroot/potato +# pbuilder create --distribution woody --no-targz --basetgz /chroot/woody +# pbuilder create --distribution sid --no-targz --basetgz /chroot/sid </screen> </para> </sect1> |