You can subscribe to this list here.
| 2006 |
Jan
|
Feb
(49) |
Mar
(4) |
Apr
(2) |
May
(1) |
Jun
(2) |
Jul
(2) |
Aug
(4) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
|---|
|
From: Charles N W. <cha...@us...> - 2006-09-04 21:02:05
|
Update of /cvsroot/oser/livecd/scripts In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22733 Modified Files: createCD.sh Removed Files: rebrand.sh Log Message: Changed some paths. Index: createCD.sh =================================================================== RCS file: /cvsroot/oser/livecd/scripts/createCD.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** createCD.sh 1 Aug 2006 23:45:34 -0000 1.7 --- createCD.sh 4 Sep 2006 21:01:59 -0000 1.8 *************** *** 6,12 **** distroName=oser ! oserBaseIsoPath=~charles/oserProject/product/release/oserBase.iso ! oserServerModPath=~charles/oserProject/product/release/oserServer.mod ! oserFinishedIsoPath=~charles/oserProject/product/release/oserServer.iso #Create the base module/iso. --- 6,12 ---- distroName=oser ! oserBaseIsoPath=~charles/oserProject/release/oserBase.iso ! oserServerModPath=~charles/oserProject/release/oserServer.mod ! oserFinishedIsoPath=~charles/oserProject/release/oserServer.iso #Create the base module/iso. *************** *** 19,23 **** #Add it to the base iso and build a new iso and create the final product. ! #isomorph --add main $oserServerModPath $oserBaseIsoPath $oserFinishedIsoPath #Blank the CDR --- 19,23 ---- #Add it to the base iso and build a new iso and create the final product. ! isomorph --add main $oserServerModPath $oserBaseIsoPath $oserFinishedIsoPath #Blank the CDR --- rebrand.sh DELETED --- |
|
From: Charles N W. <cha...@us...> - 2006-08-01 23:45:38
|
Update of /cvsroot/oser/livecd/scripts In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31916/scripts Modified Files: createCD.sh Log Message: Changes to incrorporate installer and prepare for tech/beta2 release Index: createCD.sh =================================================================== RCS file: /cvsroot/oser/livecd/scripts/createCD.sh,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** createCD.sh 6 Jul 2006 15:26:29 -0000 1.6 --- createCD.sh 1 Aug 2006 23:45:34 -0000 1.7 *************** *** 5,11 **** #for inclusion. ! oserBaseIsoPath=~charles/oserProject/release/oserBase.iso ! oserServerModPath=~charles/oserProject/release/oserServer.mod ! oserFinishedIsoPath=~charles/oserProject/release/oserServer.iso #Create the base module/iso. --- 5,12 ---- #for inclusion. ! distroName=oser ! oserBaseIsoPath=~charles/oserProject/product/release/oserBase.iso ! oserServerModPath=~charles/oserProject/product/release/oserServer.mod ! oserFinishedIsoPath=~charles/oserProject/product/release/oserServer.iso #Create the base module/iso. *************** *** 15,22 **** #Create the main module. Additonal work is necessary beyond what is in the template for the module to be complete. This just does #the majority of the work. Eventually everything will be debianized and the template will be all that is needed. ! mmaker -d ../../work/bootstrap -t ../../work/oserRoot ../templates/oserServerModule.xml $oserServerModPath #Add it to the base iso and build a new iso and create the final product. ! isomorph --add main $oserServerModPath $oserBaseIsoPath $oserFinishedIsoPath #Blank the CDR --- 16,23 ---- #Create the main module. Additonal work is necessary beyond what is in the template for the module to be complete. This just does #the majority of the work. Eventually everything will be debianized and the template will be all that is needed. ! #mmaker -d ../../work/bootstrap -t ../../work/oserRoot ../templates/oserServerModule.xml $oserServerModPath #Add it to the base iso and build a new iso and create the final product. ! #isomorph --add main $oserServerModPath $oserBaseIsoPath $oserFinishedIsoPath #Blank the CDR |
|
From: Charles N W. <cha...@us...> - 2006-08-01 23:45:38
|
Update of /cvsroot/oser/livecd/kernel In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31916/kernel Modified Files: build-modules.sh Log Message: Changes to incrorporate installer and prepare for tech/beta2 release Index: build-modules.sh =================================================================== RCS file: /cvsroot/oser/livecd/kernel/build-modules.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build-modules.sh 3 May 2006 02:31:00 -0000 1.3 --- build-modules.sh 1 Aug 2006 23:45:34 -0000 1.4 *************** *** 6,13 **** # Modules will be placed in /usr/src, and skips on broken/unbuildable modules ! KERNELDIRS="/home/charles/oserProject/product/build/kernel/work/linux-2.6.15-oser" ! MODULE_LOC="/home/charles/oserProject/product/build/kernel/work/modules" ! LIST="cloop-src" ! module-assistant build $LIST -i -k $HEADERDIR -u /home/charles/oserProject/product/build/kernel/work/modules/output --- 6,14 ---- # Modules will be placed in /usr/src, and skips on broken/unbuildable modules ! KERNELDIR="~charles/oserProject/product/work/kernel-source/linux-2.6.15-oser" ! MODULE_LOC="~charles/oserProject/product/work/kernel-source/modules" ! LIST="cloop unionfs" ! #module-assistant build $LIST -i -k $HEADERDIR -u /home/charles/oserProject/product/build/kernel/work/modules/output ! module-assistant build $LIST -i -k $KERNELDIRS -u ~charles/oserProject/product/work/kernel-source/modules/output |
|
From: Charles N W. <cha...@us...> - 2006-08-01 23:45:38
|
Update of /cvsroot/oser/livecd/templates In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31916/templates Modified Files: oserServerModule.xml Log Message: Changes to incrorporate installer and prepare for tech/beta2 release Index: oserServerModule.xml =================================================================== RCS file: /cvsroot/oser/livecd/templates/oserServerModule.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** oserServerModule.xml 19 Jul 2006 05:46:09 -0000 1.4 --- oserServerModule.xml 1 Aug 2006 23:45:34 -0000 1.5 *************** *** 143,146 **** --- 143,152 ---- <packagereq>libapache2-mod-jk</packagereq> + <!--Misc Packages--> + <packagereq>python-glade2</packagereq> + <packagereq>yaird</packagereq> + + + </packagelist> |
|
From: Charles N W. <cha...@us...> - 2006-08-01 23:45:38
|
Update of /cvsroot/oser/livecd/docs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31916/docs Modified Files: notes Log Message: Changes to incrorporate installer and prepare for tech/beta2 release Index: notes =================================================================== RCS file: /cvsroot/oser/livecd/docs/notes,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** notes 26 Feb 2006 18:42:59 -0000 1.2 --- notes 1 Aug 2006 23:45:33 -0000 1.3 *************** *** 27,31 **** 5. Click webadmin 6. Click the dropdown where it says Don't change and select Set to ! 7. Type in the new password. 8. Press enter. --- 27,31 ---- 5. Click webadmin 6. Click the dropdown where it says Don't change and select Set to ! 7. Type in a new password. Don't forget it. Otherwise you will have to manually recreate the user from the command line. 8. Press enter. *************** *** 53,61 **** - Phprojekt - Database: phprojekt/phprojektDbPassword - Application login: Administrative: root/oserWebRoot - Regular User: webclient/webclient - Webmin: Application login:webadmin/webadmin --- 53,56 ---- *************** *** 71,79 **** Application: phpmyadmin/phpmyadmin - Egroupware: - - Header: - admin/adminHeaderPass - root/rootConfigPass - - egwadmin/egwadmin --- 66,67 ---- |
|
From: Charles N W. <cha...@us...> - 2006-07-19 05:46:17
|
Update of /cvsroot/oser/livecd/templates In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17017 Modified Files: oserBaseModule.xml oserServerModule.xml Log Message: Removed some client software and added a few packages (tomcat/mysql java interface and phmyadmin) Index: oserBaseModule.xml =================================================================== RCS file: /cvsroot/oser/livecd/templates/oserBaseModule.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** oserBaseModule.xml 11 Jun 2006 19:22:37 -0000 1.1 --- oserBaseModule.xml 19 Jul 2006 05:46:09 -0000 1.2 *************** *** 35,38 **** --- 35,39 ---- <packagereq>unionfs-utils</packagereq> <packagereq>morphix-base-conf</packagereq> <!-- /etc and morphix base init scripts, put this in as last --> + <packagereq>less</packagereq> <!-- /etc and morphix base init scripts, put this in as last --> <packagereq>morphix-base-splash</packagereq> <!-- bootsplash, you need the kernel patched for this one --> *************** *** 42,45 **** --- 43,47 ---- <!-- other lkm's we want in our base--> <packagereq>cloop-module-2.6.15oser</packagereq> + <packagereq>unionfs-modules-2.6.15oser</packagereq> Index: oserServerModule.xml =================================================================== RCS file: /cvsroot/oser/livecd/templates/oserServerModule.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** oserServerModule.xml 25 Feb 2006 00:19:47 -0000 1.3 --- oserServerModule.xml 19 Jul 2006 05:46:09 -0000 1.4 *************** *** 55,63 **** - <!--Client software pakcages--> - <packagereq>gaim</packagereq> - <packagereq>mozilla-thunderbird</packagereq> - <packagereq>mozilla-firefox</packagereq> - <packagereq>jpilot</packagereq> --- 55,58 ---- *************** *** 110,121 **** <packagereq>bind</packagereq> - <!--PDA Sync Packages--> - <packagereq>coldsync</packagereq> - <packagereq>synce-dccm</packagereq> - <packagereq>synce-serial</packagereq> <!--Misc packages--> <packagereq>mysql-server</packagereq> <packagereq>vim</packagereq> --- 105,114 ---- <packagereq>bind</packagereq> <!--Misc packages--> <packagereq>mysql-server</packagereq> <packagereq>vim</packagereq> + <packagereq>libmysql-java</packagereq> + *************** *** 144,147 **** --- 137,147 ---- <packagereq>sphinx2-bin</packagereq> + <!--Java/Tomcat Packages--> + <packagereq>tomcat5</packagereq> + <packagereq>tomcat5-admin</packagereq> + <packagereq>tomcat5-webapps</packagereq> + <packagereq>libapache2-mod-jk</packagereq> + + </packagelist> </group> |
|
From: Charles N W. <cha...@us...> - 2006-07-06 15:26:33
|
Update of /cvsroot/oser/livecd/scripts In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29794 Modified Files: createCD.sh rebrand.sh Log Message: Changed paths to variables to make reuse of the script easier. Index: createCD.sh =================================================================== RCS file: /cvsroot/oser/livecd/scripts/createCD.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** createCD.sh 12 Mar 2006 21:05:29 -0000 1.5 --- createCD.sh 6 Jul 2006 15:26:29 -0000 1.6 *************** *** 5,22 **** #for inclusion. #Create the base module/iso. ! isomaker -b ../templates/oserBaseModule.xml -r http://www.morphix.org/debian/ -p grub-gfxboot-iso-udeb -p morphix-cdrom-misc-udeb -p morphix-grub-menulist-udeb -p morphix-iso-grubtheme -g ../work/debootstrap.tar.gz ../work/output/oserBase.iso #Create the main module. Additonal work is necessary beyond what is in the template for the module to be complete. This just does #the majority of the work. Eventually everything will be debianized and the template will be all that is needed. ! mmaker -d ../work/bootstrap -t ../work/oserRoot ../templates/oserServerModule.xml ../work/output/oserServer.mod #Add it to the base iso and build a new iso and create the final product. ! isomorph --add main ../work/output/oserServer.mod ../work/output/base.iso ../work/output/oserServer.iso #Blank the CDR ! cdrecord blank=disc #Burn the image ! cdrecord ../work/output/oserServer.iso --- 5,27 ---- #for inclusion. + oserBaseIsoPath=~charles/oserProject/release/oserBase.iso + oserServerModPath=~charles/oserProject/release/oserServer.mod + oserFinishedIsoPath=~charles/oserProject/release/oserServer.iso + #Create the base module/iso. ! isomaker -b ../templates/oserBaseModule.xml -r http://www.morphix.org/debian/ -p grub-gfxboot-iso-udeb -p morphix-cdrom-misc-udeb -p morphix-grub-menulist-udeb -p morphix-iso-grubtheme -g ../../work/debootstrap.tar.gz $oserBaseIsoPath ! #Create the main module. Additonal work is necessary beyond what is in the template for the module to be complete. This just does #the majority of the work. Eventually everything will be debianized and the template will be all that is needed. ! mmaker -d ../../work/bootstrap -t ../../work/oserRoot ../templates/oserServerModule.xml $oserServerModPath #Add it to the base iso and build a new iso and create the final product. ! isomorph --add main $oserServerModPath $oserBaseIsoPath $oserFinishedIsoPath #Blank the CDR ! #cdrecord blank=disc #Burn the image ! #cdrecord ../../work/output/oserServer.iso Index: rebrand.sh =================================================================== RCS file: /cvsroot/oser/livecd/scripts/rebrand.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rebrand.sh 11 Jun 2006 19:14:57 -0000 1.1 --- rebrand.sh 6 Jul 2006 15:26:29 -0000 1.2 *************** *** 4,8 **** baseIso=/home/charles/oserProject/product/release/oserBase.iso ! rebrandingRoot=/home/charles/oserProject/product/build/stage/rebranding mount -o loop $baseIso $rebrandingRoot/baseIsoMount --- 4,8 ---- baseIso=/home/charles/oserProject/product/release/oserBase.iso ! rebrandingRoot=/home/charles/oserProject/product/work/rebranding mount -o loop $baseIso $rebrandingRoot/baseIsoMount *************** *** 10,12 **** gunzip $rebrandingRoot/temp/miniroot.gz ! mount -o loop $rebrandingRoot/temp/miniroot.gz $ --- 10,12 ---- gunzip $rebrandingRoot/temp/miniroot.gz ! mount -o loop $rebrandingRoot/temp/miniroot.gz $rebrandingRoot/ |
|
From: Charles N W. <cha...@us...> - 2006-06-11 19:22:41
|
Update of /cvsroot/oser/livecd/templates In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13878 Added Files: oserBaseModule.xml Log Message: Base module for oser cd --- NEW FILE: oserBaseModule.xml --- <comps> <group> <id>base</id> <version>1.0</version> <name>OSER Platform Base Module</name> <repositorylist> <repository type="debian">ftp://mirrors.kernel.org/debian</repository> <repository type="plain">http://127.0.0.1/oser_repository</repository> <repository type="plain">http://www.morphix.org/debian</repository> </repositorylist> <description>OSER Platform Basemodule</description> <type>basemod</type> <suite>etch</suite> <packagelist> <packagereq>udev</packagereq> <packagereq>aumix</packagereq> <packagereq>usbutils</packagereq> <packagereq>hwsetup-morphix</packagereq> <packagereq>libpci1</packagereq> <!-- hwsetup needs this, should be a depend... --> <packagereq>hwdata-morphix</packagereq> <packagereq>read-edid</packagereq> <packagereq>ddcxinfo-morphix</packagereq> <packagereq>eject</packagereq> <packagereq>netbase</packagereq> <packagereq>pump</packagereq> <packagereq>usleep-knoppix</packagereq> <packagereq>sysvinit-morphix</packagereq> <!-- for knoppix-style init --> <packagereq>dialog</packagereq> <!-- necessary for lowmem prompt, could be used for mainmodule selection --> <packagereq>file</packagereq> <!-- need this for mount_module --> <packagereq>module-init-tools</packagereq> <!-- necessary for kernels 2.5+ --> <packagereq>mountmodule</packagereq> <!-- generic morphix modulemounter script --> <packagereq>ddcxinfo-knoppix</packagereq> <!-- necessary for X/monitor detection --> <packagereq>morphix-base-scripts</packagereq> <!-- sets up number of knop/morph /usr/sbin scripts --> <packagereq>unionfs-utils</packagereq> <packagereq>morphix-base-conf</packagereq> <!-- /etc and morphix base init scripts, put this in as last --> <packagereq>morphix-base-splash</packagereq> <!-- bootsplash, you need the kernel patched for this one --> <packagereq>morphix-base-grub</packagereq> <!--not sure if this is necessary, grub is on boot.img after all... --> <packagereq savestatus="true">linux-image-2.6.15oser</packagereq> <!-- other lkm's we want in our base--> <packagereq>cloop-module-2.6.15oser</packagereq> <!-- packages that are removed --> <packagedel>aptitude</packagedel> <packagedel>exim4</packagedel> <packagedel>exim4-base</packagedel> <packagedel>exim4-config</packagedel> <packagedel>manpages</packagedel> <packagedel>tasksel</packagedel> <packagedel>telnet</packagedel> <packagedel>pppoeconf</packagedel> <packagedel>pppconfig</packagedel> <packagedel>ppp</packagedel> <packagedel>man-db</packagedel> </packagelist> </group> </comps> |
|
From: Charles N W. <cha...@us...> - 2006-06-11 19:15:02
|
Update of /cvsroot/oser/livecd/scripts In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9549 Added Files: rebrand.sh Log Message: A script for rebranding a morphix base. --- NEW FILE: rebrand.sh --- #!/bin/bash #A script to assist in re branding a Morphix Cd. #GPL License baseIso=/home/charles/oserProject/product/release/oserBase.iso rebrandingRoot=/home/charles/oserProject/product/build/stage/rebranding mount -o loop $baseIso $rebrandingRoot/baseIsoMount cp $rebrandingRoot/baseIsoMount/boot/miniroot.gz $rebrandingRoot/temp gunzip $rebrandingRoot/temp/miniroot.gz mount -o loop $rebrandingRoot/temp/miniroot.gz $ |
|
From: Charles N W. <cha...@us...> - 2006-05-03 02:31:10
|
Update of /cvsroot/oser/livecd/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20722 Modified Files: build-modules.sh Log Message: Read the man page some more. Corrected some variables and cleaned up the script. Index: build-modules.sh =================================================================== RCS file: /cvsroot/oser/livecd/kernel/build-modules.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build-modules.sh 30 Apr 2006 23:04:50 -0000 1.2 --- build-modules.sh 3 May 2006 02:31:00 -0000 1.3 *************** *** 6,15 **** # Modules will be placed in /usr/src, and skips on broken/unbuildable modules ! #HEADERDIR="/usr/src/linux" ! HEADERDIR="/home/charles/oserProject/product/build/kernel/work/linux-2.6.15-oser" ! MOD_SRCDIR="/home/charles/oserProject/product/build/kernel/work/modules" ! LIST="unionfs-source cloop-src" ! module-assistant get $LIST ! module-assistant build $LIST -i -k $HEADERDIR --- 6,13 ---- # Modules will be placed in /usr/src, and skips on broken/unbuildable modules ! KERNELDIRS="/home/charles/oserProject/product/build/kernel/work/linux-2.6.15-oser" ! MODULE_LOC="/home/charles/oserProject/product/build/kernel/work/modules" ! LIST="cloop-src" ! module-assistant build $LIST -i -k $HEADERDIR -u /home/charles/oserProject/product/build/kernel/work/modules/output |
|
From: Charles N W. <cha...@us...> - 2006-04-30 23:04:57
|
Update of /cvsroot/oser/livecd/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27760 Modified Files: build-modules.sh Log Message: Changed location of module source Index: build-modules.sh =================================================================== RCS file: /cvsroot/oser/livecd/kernel/build-modules.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build-modules.sh 30 Apr 2006 23:01:46 -0000 1.1 --- build-modules.sh 30 Apr 2006 23:04:50 -0000 1.2 *************** *** 8,11 **** --- 8,12 ---- #HEADERDIR="/usr/src/linux" HEADERDIR="/home/charles/oserProject/product/build/kernel/work/linux-2.6.15-oser" + MOD_SRCDIR="/home/charles/oserProject/product/build/kernel/work/modules" LIST="unionfs-source cloop-src" |
|
From: Charles N W. <cha...@us...> - 2006-04-30 23:01:51
|
Update of /cvsroot/oser/livecd/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25627 Modified Files: createdeb.sh Added Files: build-modules.sh Log Message: Added my kernel module build script --- NEW FILE: build-modules.sh --- #!/bin/sh # Kernel Module build script # # A handy-dandy way to build a range of modules available in Debian. # Modules will be placed in /usr/src, and skips on broken/unbuildable modules #HEADERDIR="/usr/src/linux" HEADERDIR="/home/charles/oserProject/product/build/kernel/work/linux-2.6.15-oser" LIST="unionfs-source cloop-src" module-assistant get $LIST module-assistant build $LIST -i -k $HEADERDIR Index: createdeb.sh =================================================================== RCS file: /cvsroot/oser/livecd/kernel/createdeb.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** createdeb.sh 12 Mar 2006 21:08:35 -0000 1.1 --- createdeb.sh 30 Apr 2006 23:01:46 -0000 1.2 *************** *** 3,5 **** #A script to create a debian package for the OSER platform kernel ! make-kpkg --append-to-version oserPlatformKernel --rootcmd fakeroot buildpackage --- 3,5 ---- #A script to create a debian package for the OSER platform kernel ! make-kpkg --rootcmd fakeroot kernel_image |
|
From: Charles N W. <cha...@us...> - 2006-03-12 21:08:40
|
Update of /cvsroot/oser/livecd/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8813/kernel Added Files: createdeb.sh Log Message: Added the script I use to create debian packages of the OSER kernel. Fairly simple script. --- NEW FILE: createdeb.sh --- #!/bin/sh #A script to create a debian package for the OSER platform kernel make-kpkg --append-to-version oserPlatformKernel --rootcmd fakeroot buildpackage |
|
From: Charles N W. <cha...@us...> - 2006-03-12 21:06:52
|
Update of /cvsroot/oser/livecd/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8133 Removed Files: oser-basemod.xml Log Message: oser-basemod was unused. --- oser-basemod.xml DELETED --- |
|
From: Charles N W. <cha...@us...> - 2006-03-12 21:05:39
|
Update of /cvsroot/oser/livecd/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7148 Modified Files: cdTest.sh createCD.sh notes Log Message: Cleaned up and added some more documentation Index: notes =================================================================== RCS file: /cvsroot/oser/livecd/scripts/notes,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** notes 14 Feb 2006 00:26:23 -0000 1.3 --- notes 12 Mar 2006 21:05:30 -0000 1.4 *************** *** 1,26 **** ! If you would like to build an OSER liveCd from scratch you can use these ! scripts as a starting point. ! ! Here is the procedure we use: ! ! Use debootstrap to create a local bootstrap directory: ! ! As root: ! debootstrap etch bootstrap ftp://mirrors.kernel.org/debian ! ! ! ! Use cdCreate.sh to build a base module. ! ! You will probably need to modify paths. If your building your own ! OSER Platform CD then you can probably figure that out :) After ! the CD is built you need to integrate all of the OSER Team mods ! (/usr/local/oser initscripts and a few other things). ! ! ! ! cdTest.sh: ! A script used to test iso images with qemu ! --- 1,7 ---- ! The files in this directory exist for completeness and GPL compliance only. OSDS does not offer commercial or community ! support for OSER builds not created by the company. You don't need to create an ISO to work/contribute to the project. ! Changes can be made after installation and sent to us for inclusion. + These scripts may be useful for others wishing to create morphix based liveCDs. Additions/corrections/suggesstions welcome + on the oser-devel mailing list. Index: cdTest.sh =================================================================== RCS file: /cvsroot/oser/livecd/scripts/cdTest.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cdTest.sh 5 Feb 2006 04:26:15 -0000 1.1.1.1 --- cdTest.sh 12 Mar 2006 21:05:29 -0000 1.2 *************** *** 1,3 **** --- 1,5 ---- #!/bin/sh + #A script to test OSER builds without burning to CD. Serves as a quick sanity check for our engineering team without having to wait for + #CD creation. qemu \ Index: createCD.sh =================================================================== RCS file: /cvsroot/oser/livecd/scripts/createCD.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** createCD.sh 26 Feb 2006 19:37:23 -0000 1.4 --- createCD.sh 12 Mar 2006 21:05:29 -0000 1.5 *************** *** 1,18 **** #!/bin/sh #Build a custom morphix CD ! #Create the base module/iso ! isomaker -b ../templates/oserBaseModule.xml -r http://www.morphix.org/debian/udeb -p grub-gfxboot-iso-udeb -p morphix-cdrom-misc-udeb -p morphix-grub-menulist-udeb -p morphix-iso-grubtheme -g ../work/bootstrap.tar.gz ../work/isos/base.iso ! #Create the main module from my custom template ! #mmaker -d ../work/bootstrap -t ../work/oserRoot ../templates/oserServerModule.xml ../work/output/oserServer.mod ! #Add it to the base iso and build a new iso ! isomorph --add main ../work/output/oserServer.mod ../work/isos/base.iso ../work/output/oserServer.iso #Blank the CDR ! #cdrecord blank=disc #Burn the image ! #cdrecord work/output/oserServer.iso --- 1,22 ---- #!/bin/sh #Build a custom morphix CD + #This script is here for completeness and GPL compliance only. OSDS does not support OSER builds not created by the company. + #You don't need to create an ISO to work/contribute to the project. Changes can be made after installation and sent to us + #for inclusion. ! #Create the base module/iso. ! isomaker -b ../templates/oserBaseModule.xml -r http://www.morphix.org/debian/ -p grub-gfxboot-iso-udeb -p morphix-cdrom-misc-udeb -p morphix-grub-menulist-udeb -p morphix-iso-grubtheme -g ../work/debootstrap.tar.gz ../work/output/oserBase.iso ! #Create the main module. Additonal work is necessary beyond what is in the template for the module to be complete. This just does ! #the majority of the work. Eventually everything will be debianized and the template will be all that is needed. ! mmaker -d ../work/bootstrap -t ../work/oserRoot ../templates/oserServerModule.xml ../work/output/oserServer.mod ! #Add it to the base iso and build a new iso and create the final product. ! isomorph --add main ../work/output/oserServer.mod ../work/output/base.iso ../work/output/oserServer.iso #Blank the CDR ! cdrecord blank=disc #Burn the image ! cdrecord ../work/output/oserServer.iso |
|
From: Charles N W. <cha...@us...> - 2006-03-12 19:24:21
|
Update of /cvsroot/oser/livecd/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16479 Modified Files: kernel-config Log Message: Added some more server class hardware support. Index: kernel-config =================================================================== RCS file: /cvsroot/oser/livecd/kernel/kernel-config,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** kernel-config 26 Feb 2006 18:42:59 -0000 1.3 --- kernel-config 12 Mar 2006 19:24:07 -0000 1.4 *************** *** 2,6 **** # Automatically generated make config: don't edit # Linux kernel version: 2.6.15.4 ! # Fri Feb 24 17:22:13 2006 # CONFIG_X86_32=y --- 2,6 ---- # Automatically generated make config: don't edit # Linux kernel version: 2.6.15.4 ! # Wed Mar 8 11:25:53 2006 # CONFIG_X86_32=y *************** *** 445,449 **** # DCCP Configuration (EXPERIMENTAL) # ! # CONFIG_IP_DCCP is not set # --- 445,456 ---- # DCCP Configuration (EXPERIMENTAL) # ! CONFIG_IP_DCCP=m ! CONFIG_INET_DCCP_DIAG=m ! ! # ! # DCCP CCIDs Configuration (EXPERIMENTAL) ! # ! CONFIG_IP_DCCP_CCID3=m ! CONFIG_IP_DCCP_TFRC_LIB=m # *************** *** 453,458 **** # CONFIG_SCTP_DBG_MSG is not set # CONFIG_SCTP_DBG_OBJCNT is not set ! CONFIG_SCTP_HMAC_NONE=y ! # CONFIG_SCTP_HMAC_SHA1 is not set # CONFIG_SCTP_HMAC_MD5 is not set # CONFIG_ATM is not set --- 460,465 ---- # CONFIG_SCTP_DBG_MSG is not set # CONFIG_SCTP_DBG_OBJCNT is not set ! # CONFIG_SCTP_HMAC_NONE is not set ! CONFIG_SCTP_HMAC_SHA1=y # CONFIG_SCTP_HMAC_MD5 is not set # CONFIG_ATM is not set |
|
From: Charles N W. <cha...@us...> - 2006-02-26 19:37:29
|
Update of /cvsroot/oser/livecd/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31692 Modified Files: createCD.sh Log Message: Changed the isomaker command line to use a local bootstrap. Speeds up testing tremendously. Index: createCD.sh =================================================================== RCS file: /cvsroot/oser/livecd/scripts/createCD.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** createCD.sh 26 Feb 2006 18:42:59 -0000 1.3 --- createCD.sh 26 Feb 2006 19:37:23 -0000 1.4 *************** *** 3,7 **** #Create the base module/iso ! isomaker -b ../templates/oserBaseModule.xml -r http://www.morphix.org/debian/udeb -p grub-gfxboot-iso-udeb -p morphix-cdrom-misc-udeb -p morphix-grub-menulist-udeb -p morphix-iso-grubtheme ../work/output/base.iso #Create the main module from my custom template --- 3,7 ---- #Create the base module/iso ! isomaker -b ../templates/oserBaseModule.xml -r http://www.morphix.org/debian/udeb -p grub-gfxboot-iso-udeb -p morphix-cdrom-misc-udeb -p morphix-grub-menulist-udeb -p morphix-iso-grubtheme -g ../work/bootstrap.tar.gz ../work/isos/base.iso #Create the main module from my custom template *************** *** 9,13 **** #Add it to the base iso and build a new iso ! #isomorph --add main ../work/output/oserServer.mod ../work/isos/base.iso ../work/output/oserServer.iso #Blank the CDR --- 9,13 ---- #Add it to the base iso and build a new iso ! isomorph --add main ../work/output/oserServer.mod ../work/isos/base.iso ../work/output/oserServer.iso #Blank the CDR |
|
From: Charles N W. <cha...@us...> - 2006-02-26 18:50:37
|
Update of /cvsroot/oser/livecd/oserhome In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4891/oserhome Log Message: Directory /cvsroot/oser/livecd/oserhome added to the repository |
|
From: Charles N W. <cha...@us...> - 2006-02-26 18:43:04
|
Update of /cvsroot/oser/livecd/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30688/scripts Modified Files: createCD.sh Log Message: Modified kernel config with more server class stuff. Updated docs. Index: createCD.sh =================================================================== RCS file: /cvsroot/oser/livecd/scripts/createCD.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** createCD.sh 5 Feb 2006 05:40:43 -0000 1.2 --- createCD.sh 26 Feb 2006 18:42:59 -0000 1.3 *************** *** 2,13 **** #Build a custom morphix CD ! #Create the main module from my custom template ! ! mmaker -d ../work/bootstrap -t ../work/oserRoot ../templates/oserServerModule.xml ../work/output/oserServer.mod #Add it to the base iso and build a new iso ! isomorph --add main ../work/output/oserServer.mod ../work/isos/base.iso ../work/output/oserServer.iso #Blank the CDR --- 2,13 ---- #Build a custom morphix CD ! #Create the base module/iso ! isomaker -b ../templates/oserBaseModule.xml -r http://www.morphix.org/debian/udeb -p grub-gfxboot-iso-udeb -p morphix-cdrom-misc-udeb -p morphix-grub-menulist-udeb -p morphix-iso-grubtheme ../work/output/base.iso #Create the main module from my custom template ! #mmaker -d ../work/bootstrap -t ../work/oserRoot ../templates/oserServerModule.xml ../work/output/oserServer.mod #Add it to the base iso and build a new iso ! #isomorph --add main ../work/output/oserServer.mod ../work/isos/base.iso ../work/output/oserServer.iso #Blank the CDR |
|
From: Charles N W. <cha...@us...> - 2006-02-26 18:43:04
|
Update of /cvsroot/oser/livecd/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30688/docs Modified Files: notes oserdir Log Message: Modified kernel config with more server class stuff. Updated docs. Index: notes =================================================================== RCS file: /cvsroot/oser/livecd/docs/notes,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** notes 14 Feb 2006 00:27:18 -0000 1.1 --- notes 26 Feb 2006 18:42:59 -0000 1.2 *************** *** 70,71 **** --- 70,79 ---- PhpMyAdmin: Application: phpmyadmin/phpmyadmin + + Egroupware: + + Header: + admin/adminHeaderPass + root/rootConfigPass + + egwadmin/egwadmin Index: oserdir =================================================================== RCS file: /cvsroot/oser/livecd/docs/oserdir,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** oserdir 14 Feb 2006 00:35:18 -0000 1.2 --- oserdir 26 Feb 2006 18:42:59 -0000 1.3 *************** *** 21,25 **** samba-tng: ! Samba-tng directory. It is based on a CVS snapshot from January. --- 21,26 ---- samba-tng: ! Samba-tng directory. It is based on a CVS snapshot from lat ! January. |
|
From: Charles N W. <cha...@us...> - 2006-02-26 18:43:03
|
Update of /cvsroot/oser/livecd/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30688/kernel Modified Files: kernel-config Log Message: Modified kernel config with more server class stuff. Updated docs. Index: kernel-config =================================================================== RCS file: /cvsroot/oser/livecd/kernel/kernel-config,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kernel-config 5 Feb 2006 06:14:27 -0000 1.2 --- kernel-config 26 Feb 2006 18:42:59 -0000 1.3 *************** *** 1,6 **** # # Automatically generated make config: don't edit ! # Linux kernel version: 2.6.15 ! # Sat Feb 4 22:11:58 2006 # CONFIG_X86_32=y --- 1,6 ---- # # Automatically generated make config: don't edit ! # Linux kernel version: 2.6.15.4 [...2219 lines suppressed...] CONFIG_CRC16=m ! CONFIG_CRC32=m CONFIG_LIBCRC32C=m ! CONFIG_ZLIB_INFLATE=y ! CONFIG_ZLIB_DEFLATE=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_IRQ_PROBE=y --- 1808,1819 ---- CONFIG_CRC_CCITT=m CONFIG_CRC16=m ! CONFIG_CRC32=y CONFIG_LIBCRC32C=m ! CONFIG_ZLIB_INFLATE=m ! CONFIG_ZLIB_DEFLATE=m ! CONFIG_TEXTSEARCH=y ! CONFIG_TEXTSEARCH_KMP=m ! CONFIG_TEXTSEARCH_BM=m ! CONFIG_TEXTSEARCH_FSM=m CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_IRQ_PROBE=y |
|
From: Charles N W. <cha...@us...> - 2006-02-25 01:32:59
|
Update of /cvsroot/oser/livecd/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18920 Modified Files: oserServerModule.xml Added Files: oser-basemod.xml Log Message: Some mods. Not sure quite what I did. --- NEW FILE: oser-basemod.xml --- <comps> <group> <id>base</id> <version>0.5-pre6</version> <name>Morphix Base Default</name> <repositorylist> <repository type="debian">ftp://ftp.debian.org/debian</repository> <!-- <repository type="debian">ftp://127.0.0.1/debian</repository>--> <repository type="plain">http://www.morphix.org/debian</repository> <!-- <repository type="plain">http://developer.linuxtag.net/knoppix</repository> --> </repositorylist> <description>Morphix Basemodule</description> <type>basemod</type> <suite>sarge</suite> <packagelist> <packagereq>udev</packagereq> <packagereq>aumix</packagereq> <packagereq>usbutils</packagereq> <packagereq>hwsetup-morphix</packagereq> <packagereq>libpci1</packagereq> <!-- hwsetup needs this, should be a depend... --> <packagereq>hwdata-morphix</packagereq> <packagereq>read-edid</packagereq> <packagereq>ddcxinfo-morphix</packagereq> <packagereq>eject</packagereq> <packagereq>netbase</packagereq> <packagereq>pump</packagereq> <packagereq>dhcp3-client</packagereq> <packagereq>usleep-knoppix</packagereq> <packagereq>sysvinit-morphix</packagereq> <!-- for knoppix-style init --> <packagereq>dialog</packagereq> <!-- necessary for lowmem prompt, could be used for mainmodule selection --> <packagereq>file</packagereq> <!-- need this for mount_module --> <packagereq>module-init-tools</packagereq> <!-- necessary for kernels 2.5+ --> <packagereq>mountmodule</packagereq> <!-- generic morphix modulemounter script --> <packagereq>ddcxinfo-knoppix</packagereq> <!-- necessary for X/monitor detection --> <packagereq>morphix-base-scripts</packagereq> <!-- sets up number of knop/morph /usr/sbin scripts --> <packagereq>morphix-base-splash</packagereq> <!-- bootsplash, you need the kernel patched for this one --> <packagereq>morphix-base-grub</packagereq> <!--not sure if this is necessary, grub is on boot.img after all... --> <packagereq savestatus="true">linux-image-2.6.15</packagereq> <!-- other lkm's we want in our base--> <packagereq>cloop-module-2.6.15</packagereq> <!-- <packagereq>linux-wlan-ng-modules-2.6.12</packagereq>--> <!-- <packagereq>ndiswrapper-modules-2.6.12</packagereq>--> <packagereq>unionfs-modules-2.6.15</packagereq> <packagereq>unionfs-utils</packagereq> <packagereq>morphix-base-conf</packagereq> <!-- /etc and morphix base init scripts, put this in as last --> <!-- packages that are removed --> <packagedel>aptitude</packagedel> <packagedel>exim4</packagedel> <packagedel>exim4-base</packagedel> <packagedel>exim4-config</packagedel> <packagedel>manpages</packagedel> <packagedel>tasksel</packagedel> <packagedel>telnet</packagedel> <packagedel>pppoeconf</packagedel> <packagedel>pppconfig</packagedel> <packagedel>ppp</packagedel> <packagedel>man-db</packagedel> </packagelist> </group> </comps> Index: oserServerModule.xml =================================================================== RCS file: /cvsroot/oser/livecd/templates/oserServerModule.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** oserServerModule.xml 5 Feb 2006 04:45:23 -0000 1.2 --- oserServerModule.xml 25 Feb 2006 00:19:47 -0000 1.3 *************** *** 63,71 **** <!--Morphix Specific Packages--> - <packagereq>morphix-init-icewm</packagereq> <packagereq>morphixinstaller</packagereq> <packagereq>morphix-background</packagereq> <packagereq>morphix-tools</packagereq> <packagereq>morphix-manual</packagereq> --- 63,71 ---- <!--Morphix Specific Packages--> <packagereq>morphixinstaller</packagereq> <packagereq>morphix-background</packagereq> <packagereq>morphix-tools</packagereq> <packagereq>morphix-manual</packagereq> + <packagereq>morphix-init-icewm</packagereq> *************** *** 140,147 **** <packagereq>mdadm</packagereq> ! ! ! ! </packagelist> --- 140,146 ---- <packagereq>mdadm</packagereq> ! <!--Voice/Speech Interface Packages--> ! <packagereq>festival</packagereq> ! <packagereq>sphinx2-bin</packagereq> </packagelist> |
|
From: Charles N W. <cha...@us...> - 2006-02-21 04:05:57
|
Update of /cvsroot/oser/livecd/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31028 Modified Files: replaceKernel.sh Log Message: More fixes. Index: replaceKernel.sh =================================================================== RCS file: /cvsroot/oser/livecd/kernel/replaceKernel.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** replaceKernel.sh 21 Feb 2006 01:29:17 -0000 1.2 --- replaceKernel.sh 21 Feb 2006 04:05:47 -0000 1.3 *************** *** 40,45 **** #Copies the boot directory to a read/write directory: ! echo "Copying the boot directory to a read/write directory..." ! cp -R iso/boot download #Uncompresses the mini root file system: --- 40,45 ---- #Copies the boot directory to a read/write directory: ! echo "Copying the miniroot to a read/write directory..." ! cp -R iso/boot/miniroot.gz download #Uncompresses the mini root file system: *************** *** 49,53 **** #Mounts the miniroot file system: echo "Mounting mini root file system..." ! mount -o loop download/boot/miniroot minirootdir #Extracts the compressed file system: --- 49,53 ---- #Mounts the miniroot file system: echo "Mounting mini root file system..." ! mount -o loop download/miniroot minirootdir #Extracts the compressed file system: *************** *** 65,69 **** #Copy your custom kernel into the baseiso: - cp $CustomKernelImagePath minirootdir/vmlinuz cp $CustomKernelImagePath basemodule/boot/vmlinuz --- 65,68 ---- *************** *** 93,97 **** #Copy the miniroot back into iso: echo "Copying miniroot back into iso" ! cp download/boot/miniroot.gz basemodule/boot #Create the new iso: --- 92,96 ---- #Copy the miniroot back into iso: echo "Copying miniroot back into iso" ! cp download/miniroot.gz basemodule/boot #Create the new iso: |
|
From: Sarolite <sar...@us...> - 2006-02-21 02:07:53
|
Update of /cvsroot/oser/oser_website/docs/help/mapi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18569/help/mapi Removed Files: environmentSetup.html index.html Log Message: More of the same. Maintence. --- index.html DELETED --- --- environmentSetup.html DELETED --- |
|
From: Sarolite <sar...@us...> - 2006-02-21 02:06:58
|
Update of /cvsroot/oser/oser_website/docs/howto/mapi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18216/mapi Log Message: Directory /cvsroot/oser/oser_website/docs/howto/mapi added to the repository |