kadischi/man Makefile.am, NONE, 1.1 kadischi.1, NONE, 1.1 kadischi.conf.5, NONE, 1.1

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Thu Mar 30 05:51:48 UTC 2006


Author: autopsy

Update of /cvs/devel/kadischi/man
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12555/kadischi/man

Added Files:
	Makefile.am kadischi.1 kadischi.conf.5 
Log Message:
conf/kadischi.conf, man/kadischi.1, man/kadischi.conf.5, man/Makefile.am, commit


--- NEW FILE Makefile.am ---
mandir = /usr/share/man
man_DOC = kadischi.1 kadischi.conf.5

install-data-hook:
	install -m644 kadischi.1 $(DESTDIR)$(mandir)/man1/kadischi.1
	install -m644 kadischi.conf.5 $(DESTDIR)$(mandir)/man5/kadischi.conf.5

uninstall-hook:
	rm -rf $(mandir)/man1/kadischi.1
	rm -rf $(mandir)/man5/kadischi.conf.5


--- NEW FILE kadischi.1 ---
.\" PROCESS THIS FILE WITH
.\" groff -man -Tascii kadischi.1
.\" 
.TH KADISCHI 1 "MARCH 2006" "Fedora Core Linux" "User Manuals"
.SH NAME
kadischi - generate a live ISO9660 CDROM image from an RPM repository
.SH SYNOPSIS
kadischi [--text|--graphical] [--kickstart=<ks-file>] [-C|--cmdline]
REPOSITORY [-f] IMAGE
.SH DESCRIPTION
.B kadischi(1)
generates a live ISO9660 CDROM image from an RPM repository tree by invoking
anaconda passing it the correct options and installing to the build
directory specified. Kadischi will invoke 
.BR mkzftree(1)
and
.BR mkisofs(1)
to produce an image that can be written to a CD or DVD ROM.
.SH OPTIONS
.IP --text
Run in a textual mode that does not require X.
.IP --graphical
Run in graphical mode.
.IP --kickstart
Read from <ks-file> using the installation options
provided in the file for the produced ISO9660 image. This option
can be used with -C to automate builds.
.IP -C
Run strictly in command line mode requiring no user input.
.IP --cmdline
Same as -C
.IP -f
Overwrite an existing ISO9660 image, if it already exists.
.SH FILES
.I /etc/kadischi/kadischi.conf
.RS 
The system wide configuration file. See
.BR kadischi.conf(5)
for more information.
.RE
.I /etc/kadischi/buildstamp
.RS
The build-stamp file. Used for stamping a CD. See
.BR kadischi.conf(5)
for more information.
.SH BUGS
The module shvarFile is not always imported properly or is not imported
sometimes at all, resulting in the build directory needing to be
manually cleaned up.
.SH AVAILABILITY
Kadischi is available via anonymous CVS:
.nf
export CVSROOT=:pserver:anonymous at cvs.fedora.redhat.com:/cvs/devel
cvs login
cvs -z3 co kadischi
.fi
.SH AUTHOR
.RS
Darko Ilic <darko.ilic at gmail.com>
.RS
Jasper Hartline <jasperhartline at adelphia.net>
.RS
Chitlesh Goorah <chitlesh at fedoraproject.org>
.SH "SEE ALSO"
.BR mkzftree(1),
.BR mkisofs(1),
.BR busybox(1),
.BR anaconda(1)


--- NEW FILE kadischi.conf.5 ---
.\" PROCESS THIS FILE WITH
.\" groff -man -Tascii kadischi.conf.5
.\" 
.TH KADISCHI.CONF 5 "MARCH 2006" "Fedora Core Linux" "File Formats"
.SH NAME
.B kadischi.conf(5)
     Configuration file for Kadischi live CD/DVD generator
.SH SYNOPSIS
.B kadischi.conf(5)
is the configuration file for 
.B kadischi(1)
live CD/DVD generation utility. It's syntax is much simpler than many configuration
files and has few options currently but may be expanded at any time.
.SH FILE FORMAT
.B kadischi.conf(5)
utilizes configuration options in the form of
.IP OPTION=VALUE
.SH PARAMETERS 
.IP BUILDDIR
Specifies where
.B kadischi(1)
will place any of it's build directories. Pretty self explanatory
and a common location is /tmp.
.IP BUILDNUM
This value is incremented after every build with
.B kadischi(1).
The BUILDNUM will reflect the current build instance in progress, or a previous build.
.IP INSTALLDIR
This option reflects where
.B kadischi(1)
is installed on the local system and is set at installation time.
.SH AUTHOR
.RS
Jasper Hartline <jasperhartline at adelphia.net>
.RS
.SH SEE ALSO
.BR kadischi(1)




More information about the fedora-extras-commits mailing list