v0.2.1 released
This commit is contained in:
parent
4144924831
commit
c34df5f87e
375 changed files with 21133 additions and 0 deletions
6
v0.2.1/hints/codecoop-website-upload.txt
Normal file
6
v0.2.1/hints/codecoop-website-upload.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
by scp or webdav - the last one is the better choice
|
||||
|
||||
1) webdav
|
||||
apt-get install davfs2
|
||||
modprobe coda
|
||||
mount -t davfs https://upload.codecoop.org/groups/cryptobox/ /mnt/ttt
|
5
v0.2.1/hints/dev-requirements
Normal file
5
v0.2.1/hints/dev-requirements
Normal file
|
@ -0,0 +1,5 @@
|
|||
developer requirements:
|
||||
- dfsbuild
|
||||
- wget
|
||||
- curl
|
||||
- (qemu)
|
26
v0.2.1/hints/install_clearsilver.txt
Normal file
26
v0.2.1/hints/install_clearsilver.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
as there is no debian-package for the perl bindings of clearsilver, you have to add it manually to the tree of the cbox-tree
|
||||
|
||||
1) download
|
||||
- get it from: http://www.clearsilver.net/downloads
|
||||
- unpack (tar xzf . ...)
|
||||
|
||||
|
||||
2) configuration
|
||||
./configure --disable-python --disable-ruby --disable-csharp --disable-apache --disable-java --disable-compression --enable-perl --enable-gettext --prefix=/tmp/clearsilver-perl
|
||||
|
||||
|
||||
3) fix a problem in scripts/document.py
|
||||
change the first line to "#!/usr/bin/env python"
|
||||
|
||||
|
||||
4) build it
|
||||
- make
|
||||
- make install
|
||||
|
||||
|
||||
5) cp to the cbox
|
||||
cp -a /tmp/clearsilver-perl/local/lib/perl/5.8.7/. cryptobox.conf.d/usr/lib/perl5
|
||||
rm cryptobox.conf.d/usr/lib/perl5/perllocal.pod
|
||||
|
||||
6) dependencies
|
||||
add python-clearsilver to the box (dfsbuild.conf)
|
23
v0.2.1/hints/kernel-build.txt
Normal file
23
v0.2.1/hints/kernel-build.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Hints for building and integrating a new kernel into the cryptobox:
|
||||
|
||||
1) get the source
|
||||
download it from http://kernel.org (at least 2.6.11)
|
||||
|
||||
2) configure
|
||||
- copy the current kernel config from the cryptobox/trunk/kernel
|
||||
directory to the kernel source directory as ".config" (the .config
|
||||
can also be found in the current kernel-image-cryptoboxX.Y.deb packagefile)
|
||||
- make menuconfig
|
||||
- make-kpkg --rootcmd fakeroot --revision=cryptoboxY.X kernel_image
|
||||
(replace "Y.X" by the current cryptobox release)
|
||||
|
||||
3) integrating
|
||||
- copy the debian kernel package (see above) and the config file to cryptobox/trunk/kernel
|
||||
- change the "unpackdebs" setting in cryptobox/trunk/etc-default.d/dfs-cbox.conf
|
||||
- add the new kernel package and the config file to the repository (svn add)
|
||||
|
||||
4) afterwork
|
||||
- run "cryptobox/trunk/scripts/cbox-build.sh dfsbuild" to create a fresh base system
|
||||
including the new kernel
|
||||
- test the box with your new kernel
|
||||
- enjoy it! :)
|
24
v0.2.1/hints/release-policy.txt
Normal file
24
v0.2.1/hints/release-policy.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
1) set current version
|
||||
- README
|
||||
- cbox-tree.d/usr/share/cryptobox/templates/footer.cs
|
||||
- cover/cover_[en|de].[swx|pdf]
|
||||
|
||||
2) build image
|
||||
- 'scripts/cbox-build.sh release'
|
||||
|
||||
4) release notes
|
||||
- https://systemausfall.org/trac/wiki/ReleaseNotes
|
||||
|
||||
3) upload to codecoop
|
||||
- type "scp $FILE $USERNAME@shell.codecoop.org:."
|
||||
- upload a dummy file with the same name via upload-web-interface to codecoop
|
||||
- ask Jan Kanzleiter <idfx_at_codecoop.org> to replace the dummy with the the scp-file
|
||||
- upload the checksumfile created by "md5sum cryptobox_vY.X.iso >cryptobox_vY.X.iso.md5sum"
|
||||
- add release notes and changelog
|
||||
- upload cover_[en|de].pdf
|
||||
|
||||
4) release announcement
|
||||
- http://codecoop.org
|
||||
- http://distrowatch.com
|
||||
- http://livedistro.org
|
||||
- http://linuxlinks.com
|
7
v0.2.1/hints/starting_uml.txt
Normal file
7
v0.2.1/hints/starting_uml.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
# sample startup file for running the cryptobox in a user-mode-linux environment
|
||||
#
|
||||
# it does not work, as the dfsbuild-cd-image is not being recognized during boot
|
||||
#
|
||||
# just as a reminder ...
|
||||
#
|
||||
kernel/uml-kernel-2.6.12.3-cryptobox dfscd=/dev/ubd1 ubd1r=_builddir/cd1/image.iso ubd0=_builddir/cd1/image-working/opt/dfsruntime/initrd.dfs con=null con0=fd:0,fd:1
|
27
v0.2.1/hints/trac-wiki.txt
Normal file
27
v0.2.1/hints/trac-wiki.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
some useful macros:
|
||||
* [[TOC]] - at the beginning of the document
|
||||
* [[AutoNav]] - below [[TOC]], followed by a line with "----"
|
||||
* [[AddComment]] - at the end of the page (below "----")
|
||||
* [[WikiInclude($PAGENAME)]] - include another wiki page
|
||||
* [[redirect(wiki:$PAGENAME)]] - redirect to another page (useful to redirect to default lang)
|
||||
* [[Image(file/trunk/cbox-tree.d/var/www/cryptobox-img/screenshots/$NAME)]] - beware: you may use "wiki" or "ticket" instead of "file" - very unusual syntax
|
||||
* [[FootNote(Text)]] - creates a reference to a footnote - the list of footnotes is expanded by "[[FootNote]]"
|
||||
|
||||
special things:
|
||||
* the first level heading ("= TEXT =") is considered as the page title - only lower level headings will be a part of the table of contents
|
||||
* links like "CryptoBoxUser/de" are not recogniced - use "[wiki:CryptoBoxUser/de CryptoBoxUser]" instead
|
||||
* for a deeper level of items or enumerations, you have to add two(!) additional spaces in front of the symbol ("*" or "1.") - this is obviously strange ...
|
||||
|
||||
default page layout:
|
||||
[[TOC]]
|
||||
[[AutoNav]]
|
||||
----
|
||||
|
||||
= Title =
|
||||
|
||||
== Heading ... ==
|
||||
...
|
||||
|
||||
----
|
||||
== Comments ==
|
||||
[[AddComment]]
|
Loading…
Add table
Add a link
Reference in a new issue