From 6626d6c74afeb37777a28041c4381dc3659e1cf2 Mon Sep 17 00:00:00 2001 From: dancer Date: Sun, 12 Jun 2005 11:42:10 +0000 Subject: document othermirror option for UML also. --- pbuilder-user-mode-linux.1 | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'pbuilder-user-mode-linux.1') diff --git a/pbuilder-user-mode-linux.1 b/pbuilder-user-mode-linux.1 index 748f0d7..7497df3 100644 --- a/pbuilder-user-mode-linux.1 +++ b/pbuilder-user-mode-linux.1 @@ -1,4 +1,4 @@ -.TH "pbuilder-user-mode-linux" 1 "2005 Jun 3" "Debian" "pbuilder" +.TH "pbuilder-user-mode-linux" 1 "2005 Jun 12" "Debian" "pbuilder" .SH NAME pbuilder-user-mode-linux \- personal package builder in UML .SH SYNOPSIS @@ -206,13 +206,33 @@ will most probably fail. The non-US mirror, specified like the .B "--mirror" option +.TP +.BI "--othermirror [" "deb http://xxx/xxx/ ./ " "|" " other deb lines... " "]" +The lines which is added to the sources.list, delimited with +.B "|" +Like +.B "deb http://local/mirror stable main|deb file:/usr/local/mirror ./" + +The deb lines here are the ones that will appear at the top of the +.B "sources.list" +inside the chroot. +Be sure to follow the syntax rules of +.RI "sources.list (" 5 ")." +These lines appear at the beginning of the +constructed sources file, so this is the place to list your +.B "local" +mirror sites; apt will then use them in preference to the ones +listed in +.B "--mirror" +and +.B "--nonusmirror". These options are only valid when .B "--override-config" option is specified in .B "update" target, or when -.B "pbuilder-user-mode-linux create" +.B "pbuilder create" is being called. \" copied from pbuilder.8 -- cgit v1.2.3