Author: glen Date: Wed Jan 18 22:35:32 2006 New Revision: 6862 Modified: initng/trunk/README Log: - updated, hopefully cleared out some things
Modified: initng/trunk/README ============================================================================== --- initng/trunk/README (original) +++ initng/trunk/README Wed Jan 18 22:35:32 2006 @@ -9,6 +9,8 @@ - basic booting of average PLD Linux system. - tested on i686 and amd64 system. - initng-pld.spec file with triggers which init rc-script services to initng default.runlevel +- vim syntax for .i files +- some testing and getting possitive results ;) What needs to be done. - everything ;) @@ -19,10 +21,13 @@ - fill existing .i file dependencies - add new services to do this: - 1. run migrate_rc.d-initng.i.sh script in a directory of this project checkout - you'll get the script also if you install initng-pld-devel package - 2. append /etc/initng/deps.spec contents to initng-pld.spec (and better sort and join duplicates) - 3. add the new files to svn. commit initng-pld.spec + 1. install initng-pld-devel package and run /etc/initng/migrate_rc.d-initng.i.sh + 2. append /etc/initng/deps.spec contents to initng-pld.spec (and sort and join duplicates -- -p parameter must be unique) + 3. add the new .i files to svn. commit initng-pld.spec + + to checkout initng-pld from svn: + $ poldek -u subversion; mkdir ~/svn; cd ~/svn # optional + $ svn co http://svn.pld-linux.org/svn/initng/trunk initng if you don't have pld svn account you can try mailing them to devel-en list. or directly to me (glen) @@ -31,7 +36,7 @@ - compile SPECS/initng.spec, SPECS/initng-pld.spec - install initng.rpm and initng-pld.rpm (initng-{initscript,fixes}.rpm are not intended to be used (see initng.spec)) - scan for services on your system (if you skip this, not all services are quaranteed to be started) -- install initng-pld-devel; run migrate_rc.d-initng.i.sh +- install initng-pld-devel; run migrate_rc.d-initng.i.sh (see "How to help". optional) - boot with kernel commandline "init=/sbin/initng" Related things _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
