kadischi/doc README,1.2,1.3

Darko Ilic (darko) fedora-extras-commits at redhat.com
Tue Aug 23 17:17:34 UTC 2005


Author: darko

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

Modified Files:
	README 
Log Message:
still working on the file


Index: README
===================================================================
RCS file: /cvs/devel/kadischi/doc/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README	23 Aug 2005 15:57:38 -0000	1.2
+++ README	23 Aug 2005 17:17:32 -0000	1.3
@@ -38,9 +38,11 @@
 
 1.1 What is Kadischi
 
-Kadischi is an application for Fedora-based Live CD generation. It is still in
-the early stage of development, but has basic functionality and can be run
-successfully.
+Kadischi is an application for Fedora-based Live CD generation. It takes Fedora
+repository as an input and outputs a livecd iso image.
+
+Kadischi is still in the early stage of development, but has basic functionality
+and can be run successfully.
 
 1.2 How does Kadischi work
 
@@ -179,5 +181,25 @@
 A. Appendix
 
 A1. How to apply a patch
+
+Synopsis for the patch utility looks like
+
++---------------------------------------------------------------------------+
+| patch [options] [originalfile [patchfile]]                                   |
++---------------------------------------------------------------------------+
+
+but what we need here is
+
++------------------------------------------------------------------------------------------------+
+| patch -b /usr/sbin/anaconda /ush/share/kadischi/patches/anaconda.patch        |
+| patch -b /usr/lib/anaconda/flags.py /ush/share/kadischi/patches/flags.py.patch |
++------------------------------------------------------------------------------------------------+
+
+-b stands for backup, so patch will backup your files before applying the
+patches. Backups will be named /usr/sbin/anaconda.orig and
+/usr/lib/anaconda/flags.py.orig.
+
+For more details about the patch utility, type 'man patch' or go to http://www.gnu.org/software/diffutils/manual/html_node/index.html#toc_Merging%20with%20patch
+
 A2. How to build a repository
 A3. Anaconda installation methods
\ No newline at end of file




More information about the scm-commits mailing list