add cinit-0.3pre15

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-09-23 08:01:33 +02:00
commit 440caeb555
1013 changed files with 99995 additions and 0 deletions

View file

@ -0,0 +1,5 @@
This directory contains configuration examples from
'denkbrett' which is Nico Schottelius' main notebook.
It's a x86 Linux notebook, so x86 and Linux specific
services will be loaded (like acpid, udev).

View file

@ -0,0 +1,3 @@
getty on tty2 running, but displays
"Unable to determine your tty name".
Possibly problem with empty /dev.

View file

@ -0,0 +1,2 @@
Added fsck for root filesystem
and added (currently) unneeded /proc service.

View file

@ -0,0 +1,2 @@
Added needs /proc to getty/1 and 2.
Now we can login through getty!

View file

@ -0,0 +1,2 @@
Added service "network/hostname" and added it as wants to
the gettys.

View file

@ -0,0 +1,3 @@
Added respawn to the rescue-shell and the gettys.
Also added TERM=linux so agetty can pass that to
the shell.

View file

@ -0,0 +1,3 @@
Added eth0 and a driver loader as well as added it
to the init list. If everything goes well, I'll have
dynamic network running after reboot :-)

View file

@ -0,0 +1 @@
Added luksopen and dm_crypt support. UNTESTED.

View file

@ -0,0 +1,2 @@
Added acpid, removed luksopen currently from the dependency
list.

View file

@ -0,0 +1 @@
Added support for the loopback device (network/loopback).

View file

@ -0,0 +1,3 @@
Added two more getties: getty/3 and getty/4 and added
them to init/needs. And yes, this configuration is in
use on my production system :-)

View file

@ -0,0 +1,3 @@
Added unicode_start/stop and made it wants for gettys.
Added the sys-v-init-udev-script to init/wants, I am currently
to lazy to reimplement the whole udev bunch. Anyone else? ;-)

View file

@ -0,0 +1 @@
Sleep before kill decreased to 2.

View file

@ -0,0 +1 @@
Added support for cpufreq (ondemand) on IBM T60.

View file

@ -0,0 +1 @@
- Added mount /proc as requirement for acpid!

View file

@ -0,0 +1 @@
- Added dmesg -n1 so there's less noise on startup.

View file

@ -0,0 +1,7 @@
- Added needs:
unicode / console: /proc
udev: /proc
syslog-ng: mount/root
- fixed mount/root/fsck: missed "then"

View file

@ -0,0 +1,2 @@
Add TERM=linux to console-unicode and also depend it on udev so
devices are existing.

View file

@ -0,0 +1 @@
acpid needs to write to /var/run!

View file

@ -0,0 +1,2 @@
chmod a+r *
rsync -av ./ nico@home.schottelius.org:unix/cinit/samples/cinit-0.3/denkbrett/

View file

@ -0,0 +1,3 @@
DIR=~nico/projekte/cinit/configs/denkbrett/
rsync -av ./ "$DIR"
chown nico "$DIR"/*