[cowdancer] 04/04: qemubuilder.8: Various cleanups

James Clarke jrtc27 at moszumanska.debian.org
Tue Jan 17 22:26:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

jrtc27 pushed a commit to branch master
in repository cowdancer.

commit 0cc163b5b5cd965345b94d44a9dd7e60c85aff87
Author: James Clarke <jrtc27 at debian.org>
Date:   Tue Jan 17 22:15:44 2017 +0000

    qemubuilder.8: Various cleanups
---
 qemubuilder.8 | 53 ++++++++++++++++++++++++-----------------------------
 1 file changed, 24 insertions(+), 29 deletions(-)

diff --git a/qemubuilder.8 b/qemubuilder.8
index 8ff2e8a..ad4a92d 100644
--- a/qemubuilder.8
+++ b/qemubuilder.8
@@ -46,27 +46,20 @@ Execute a command within the base.qemu.
 \fB\-\-dumpconfig\fR, \fBdumpconfig\fR
 Dump configuration information, used for debugging.
 
-.TP
-.BI "--arch-diskdevice " "sd/hd"
-
-specify whether disk device inside the virtual machine is called /dev/sda or
-/dev/hda. The possible value is 'sd' or 'hd'.
-
-.TP
-.BI "--smp " "2"
-
-The option passed to SMP.
-
 .SH "OPTIONS"
 
 Most options are the same as pbuilder, except for the following which are handled specially.
 
 .TP
-.BI "SMP " "2"
-
-The SMP option for qemu.
+.BI "\-\-arch-diskdevice " "sd/hd"
+Specify whether the disk device inside the virtual machine is called /dev/sda or
+/dev/hda. The possible values are 'sd' and 'hd'.
 
+.TP
+.BI "\-\-smp " "2"
+The option passed to SMP.
 
+.P
 I don't think I can support bind-mounts in qemu.
 
 Documentation here should be updated according to what's defined in parameter.c, but it isn't.
@@ -118,11 +111,10 @@ Linux kernel to use.
 
 .TP
 .BI "INITRD=" "initrd"
-initrd to use.
+Initrd to use.
 
 .TP
 .BI "ARCHITECTURE=" "arch"
-
 The target architecture.
 
 You can also use
@@ -131,21 +123,24 @@ for compatibility with 0.60 or older.
 
 .TP
 .BI "MEMORY_MEGS=" "256"
-memory size to use in qemu session, in MB.
+Memory size to use in qemu session, in MB.
 
 .TP
 .BI "ARCH_DISKDEVICE=" "hd"
-
 The architecture-specific disk device specifier. Most arches use sd these days.
 The only exceptions were i386 and amd64, which used to use hd.
 
+.TP
+.BI "SMP=" "2"
+The SMP option for qemu.
+
 .SH  "EXAMPLES"
 
 .TP
 .B "qemubuilder create"
 Create a base.qemu image.
 
-.TP 
+.TP
 .B "qemubuilder update"
 Update the base.qemu image.
 
@@ -161,34 +156,34 @@ against the current directory.
 The current directory should be an extracted Debian source package directory.
 
 Edit
-.B /etc/pbuilderrc 
+.B /etc/pbuilderrc
 to have
 .B PDEBUILD_PBUILDER=qemubuilder
-to make this the default behavior for 
+to make this the default behavior for
 .B pdebuild.
 
 .TP
 .B "qemubuilder create --distribution sid --basepath /var/cache/pbuilder/base-test.qemu"
-Create a base.qemu image with the path 
+Create a base.qemu image with the path
 .B "/var/cache/pbuilder/base-test.qemu"
 and distribution sid.
 
-.TP 
+.TP
 .B "Example pbuilderrc for i386"
-
 .nf
 KERNEL_IMAGE=vmlinuz-2.6.18-4-k7
 INITRD=initrd.img-2.6.18-4-k7
 ARCHITECTURE=i386
 BASEPATH=/home/dancer/tmp/base-i386.qemu
 MEMORY_MEGS=256
+.fi
 
-Note. INITRD may or may not be required for your system.  Debian Installer
+.P
+Note: INITRD may or may not be required for your system.  Debian Installer
 initrd may or may not work depending on which one you choose, use the
 one from an installed system.
 
-.TP
-.B "CAVEATS"
+.SH "CAVEATS"
 
 Note that for mirror specification, http://localhost/debian/ usually
 doesn't work, it will be searching for files on the virtual machine
@@ -199,6 +194,6 @@ Junichi Uekawa (dancer at debian.org)
 
 .SH "SEE ALSO"
 .BR "/usr/share/doc/pbuilder/pbuilder-doc.html, "
-.BR "pbuilder (" 8 "), "
-.BR "pdebuild (" 1 ") "
+.BR "pbuilder" "(8), "
+.BR "pdebuild" "(1)"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/cowdancer.git



More information about the Pbuilder-maint mailing list