add cinit-0.3pre16

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-09-29 21:36:27 +02:00
commit 0c13ed6979
1089 changed files with 101811 additions and 0 deletions

View file

@ -0,0 +1 @@
Example configurations for cinit-0.3.

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 @@
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,6 @@
#!/bin/sh
umount -a
sync
# report, there should be nothing left
ps axuwww
umount -a

View file

@ -0,0 +1,3 @@
#!/bin/sh
echo "This is the last command executed"
exit 0

View file

@ -0,0 +1,2 @@
Test with 30 seconds sleep, that is really enough to see if it differs from
builtin 2 seconds.

View file

@ -0,0 +1 @@
../../../local-tuning/console-unicode

View file

@ -0,0 +1 @@
../../../local-tuning/console-unicode

View file

@ -0,0 +1 @@
../../../local-tuning/console-unicode

View file

@ -0,0 +1 @@
../../../local-tuning/console-unicode

View file

@ -0,0 +1 @@
*** cinit successfully started ***

View file

@ -0,0 +1 @@
Load acpi drivers before we are started.

Some files were not shown because too many files have changed in this diff Show more