Differences between revisions 12 and 17 (spanning 5 versions)
Revision 12 as of 2010-07-03 10:34:00
Size: 1662
Editor: fruity
Comment:
Revision 17 as of 2010-07-05 12:48:48
Size: 2425
Editor: fruity
Comment: initrd comments
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Adding a macro to manual generation to create a link to the wiki relative pges at foot page of the manual. Adding a macro to manual generation to create a link to the wiki relative pages at foot page of the manual.
Line 17: Line 17:
===== Notes Xorg upgrade ===== ===== Modules =====

==== xorg ====
Line 21: Line 23:
The bootstrap create a wrong xorg.conf.
Most of drivers which use dri are missing some features from kernel, need kernel upgrade urgently.
Line 22: Line 26:
===== Packages ===== -----
Line 24: Line 28:
Links wich is a text browser if it cannot find the Xlibs for wich have being compiled to offer X features it will not start and segfault even when the -no-g option is given, there is no work around. ==== network ====

Links which is a text browser if it cannot find the Xlibs for wich have being compiled to offer X features it will not start and segfault even when the -no-g option is given, there is no work around.
Line 26: Line 32:
Install firefox 4 and midori/webkit.
Line 27: Line 35:

==== sys ====
Line 28: Line 39:
-----
upgrade xfce4.
-----
Fix the iso codes in the sys because they are now missing.
Add configuration files for zsh and bash.
Line 33: Line 43:
Line 34: Line 45:

==== initrd ====

the ld.so.conf file should not be generated at initrd build time but rather a generated list on boot after all modules have been mounted.
I don't understand the icons for the volumes inside the initrd...please explain...anyone...?
I would like to have something like "include all files in list" instead of millions loops in one file...and in list an rsync style bin/* sbin/* lib/dyne and so.

-----

==== xfce4 ====

upgrade xfce4.

-----

==== audio ====
Line 35: Line 63:
Line 36: Line 65:
install firefox 4 and midori/webkit.
-----

==== games ====
Line 39: Line 69:

Notes from fruity

Note on manual

Adding a macro to manual generation to create a link to the wiki relative pages at foot page of the manual.

preparing usb sticks from linux

http://unetbootin.sourceforge.net/ works for windows!

Accept iso from local filesystem, need to be tested with the dynebolic iso.

dynebolic

Here goes my notes and progress on dynebolic.

Modules

xorg

The xorg packages I made require libpciaccess.so from pciutils source. The xorg package contain some build dependecies like python2.6 that need to be moved somewhere else. The bootstrap create a wrong xorg.conf. Most of drivers which use dri are missing some features from kernel, need kernel upgrade urgently.


network

Links which is a text browser if it cannot find the Xlibs for wich have being compiled to offer X features it will not start and segfault even when the -no-g option is given, there is no work around. Proposal: compile 2 versions one with X support and one without it.Install lynx too. Install firefox 4 and midori/webkit.


sys

Fix tzdata and zoneinfo in the sys. Fix the iso codes in the sys because they are now missing. Add configuration files for zsh and bash. Moving all compiling stuff to devel.dyne and keep the sys.dyne small and slim only with "operational programs". It should be possible to use mods without the devel package.


initrd

the ld.so.conf file should not be generated at initrd build time but rather a generated list on boot after all modules have been mounted. I don't understand the icons for the volumes inside the initrd...please explain...anyone...? I would like to have something like "include all files in list" instead of millions loops in one file...and in list an rsync style bin/* sbin/* lib/dyne and so.


xfce4

upgrade xfce4.


audio

upgrade the audio mod.


games

Clean up old no more maintained games from the game module.


Wish list
  • automatic linking of .pc file in /usr/lib/pkgconfig
  • skeleton creation for software module from dynesdk
  • layer on top of sys.dyne for avoiding mistakes during modules development
  • nfs client in ramdisk
  • nfs server in sys
  • ramdisk ramfs
  • runit init (scripts can still be zsh)

DynebolicTeam/NoteFruity (last edited 2010-07-05 12:48:48 by fruity)