ca09763e89
- updated compilation and installation transcripts - updated / fixed docs for bxcommit and bximage
81 lines
2.4 KiB
Groff
81 lines
2.4 KiB
Groff
.\"Document Author: Christophe Bothamy - cbothamy@free.fr"
|
|
.TH bxcommit 1 "1 Jan 2012" "bxcommit" "The Bochs Project"
|
|
.\"SKIP_SECTION"
|
|
.SH NAME
|
|
bxcommit \- Interactive Tool to Commit Redologs into flat Disk Images for Bochs
|
|
.\"SKIP_SECTION"
|
|
.SH SYNOPSIS
|
|
.B bxcommit
|
|
.RI \|[ options \|]
|
|
.RI \|[ flat_filename \|]
|
|
.RI \|[ redolog_filename \|]
|
|
.\"SKIP_SECTION"
|
|
.SH DESCRIPTION
|
|
.LP
|
|
Bxcommit is an easy to use console based tool for committing
|
|
redologs into flat
|
|
disk images, particularly for use with Bochs. It is
|
|
completely interactive if no command line arguments are
|
|
used. It can be switched to a non-interactive mode if all
|
|
required parameters are given in the command line.
|
|
.SH OPTIONS
|
|
.LP
|
|
When you run bxcommit without one of the following options,
|
|
it will appear in interactive mode and ask for all
|
|
required parameters to do the commit.
|
|
.TP
|
|
.BI \-mode=undoable
|
|
commit undoable redolog to flat file
|
|
.TP
|
|
.BI \-mode=growing
|
|
create flat disk image from growing disk image
|
|
.TP
|
|
.BI \-d
|
|
delete redolog file after commit
|
|
.TP
|
|
.BI \-q
|
|
quiet mode (don't prompt for user input)
|
|
.TP
|
|
.BI \--help
|
|
display this help and exit
|
|
.LP
|
|
The first filename parameter specifies the name of the flat image that will be
|
|
created or modified. The second one specifies the name of the redolog.
|
|
.\"SKIP_SECTION"
|
|
.SH LICENSE
|
|
This program is distributed under the terms of the GNU
|
|
Lesser General Public License as published by the Free
|
|
Software Foundation. See the COPYING file located in
|
|
/usr/local/share/doc/bochs/ for details on the license and
|
|
the lack of warranty.
|
|
.\"SKIP_SECTION"
|
|
.SH AVAILABILITY
|
|
The latest version of this program can be found at:
|
|
http://bochs.sourceforge.net/getcurrent.html
|
|
.\"SKIP_SECTION"
|
|
.SH SEE ALSO
|
|
bochs(1), bochsrc(5), bochs-dlx(1), bximage(1)
|
|
.PP
|
|
.nf
|
|
The Bochs IA-32 Emulator site on the World Wide Web:
|
|
http://bochs.sourceforge.net
|
|
|
|
Online Bochs Documentation
|
|
http://bochs.sourceforge.net/doc/docbook
|
|
.fi
|
|
.\"SKIP_SECTION"
|
|
.SH AUTHORS
|
|
Bxcommit was written by Christophe Bothamy,
|
|
based on Bochs bximage tool source code.
|
|
.\"SKIP_SECTION"
|
|
.SH BUGS
|
|
Please report all bugs to the bug tracker on our web
|
|
site. Just go to http://bochs.sourceforge.net, and click
|
|
"Bug Reports" on the sidebar under "Feedback."
|
|
.PP
|
|
Provide a detailed description of the bug, the version of
|
|
the program you are running, the operating system you are
|
|
running the program on and the operating system you
|
|
are running in the emulator.
|
|
|