Bochs/bochs/doc/man/bxcommit.1
2013-10-21 18:26:00 +00:00

84 lines
2.5 KiB
Groff

.\"Document Author: Christophe Bothamy - cbothamy@free.fr"
.TH bxcommit 1 "21 Oct 2013" "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=commit-undoable
commit undoable redolog to flat file
.TP
.BI \-mode=growing-to-flat
create flat disk image from growing disk image
.TP
.BI \-mode=flat-to-growing
create growing disk image from flat 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 LICENSE and COPYING files located
in /usr/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), bximage_old(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.