add cinit-0.3pre16
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
0a2c96848b
commit
0c13ed6979
1089 changed files with 101811 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
Example configurations for cinit-0.3.
|
||||
|
|
@ -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).
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
shell running, getty missing
|
||||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
|||
getty on tty2 running, but displays
|
||||
"Unable to determine your tty name".
|
||||
Possibly problem with empty /dev.
|
||||
Binary file not shown.
|
|
@ -0,0 +1,2 @@
|
|||
Added fsck for root filesystem
|
||||
and added (currently) unneeded /proc service.
|
||||
Binary file not shown.
|
|
@ -0,0 +1,2 @@
|
|||
Added needs /proc to getty/1 and 2.
|
||||
Now we can login through getty!
|
||||
Binary file not shown.
|
|
@ -0,0 +1,2 @@
|
|||
Added service "network/hostname" and added it as wants to
|
||||
the gettys.
|
||||
Binary file not shown.
|
|
@ -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.
|
||||
Binary file not shown.
|
|
@ -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 :-)
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
Added luksopen and dm_crypt support. UNTESTED.
|
||||
Binary file not shown.
|
|
@ -0,0 +1,2 @@
|
|||
Added acpid, removed luksopen currently from the dependency
|
||||
list.
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
Added support for the loopback device (network/loopback).
|
||||
Binary file not shown.
|
|
@ -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 :-)
|
||||
Binary file not shown.
|
|
@ -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? ;-)
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
Sleep before kill decreased to 2.
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
Added support for cpufreq (ondemand) on IBM T60.
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
- Added mount /proc as requirement for acpid!
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
- Added dmesg -n1 so there's less noise on startup.
|
||||
Binary file not shown.
|
|
@ -0,0 +1,7 @@
|
|||
- Added needs:
|
||||
unicode / console: /proc
|
||||
udev: /proc
|
||||
syslog-ng: mount/root
|
||||
|
||||
- fixed mount/root/fsck: missed "then"
|
||||
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
- Added respawn for syslog-ng
|
||||
Binary file not shown.
|
|
@ -0,0 +1,2 @@
|
|||
Add TERM=linux to console-unicode and also depend it on udev so
|
||||
devices are existing.
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
acpid needs to write to /var/run!
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
umount -a
|
||||
sync
|
||||
# report, there should be nothing left
|
||||
ps axuwww
|
||||
umount -a
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
echo "This is the last command executed"
|
||||
exit 0
|
||||
|
|
@ -0,0 +1 @@
|
|||
5
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
Test with 30 seconds sleep, that is really enough to see if it differs from
|
||||
builtin 2 seconds.
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.././../local-tuning/keyboard
|
||||
|
|
@ -0,0 +1 @@
|
|||
/etc/cinit/svc/mount/root
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../mount/proc
|
||||
|
|
@ -0,0 +1 @@
|
|||
/sbin/getty
|
||||
|
|
@ -0,0 +1 @@
|
|||
TERM=linux
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
38400
|
||||
tty1
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../local-tuning/console-unicode
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../network/hostname
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.././../local-tuning/keyboard
|
||||
|
|
@ -0,0 +1 @@
|
|||
/etc/cinit/svc/mount/root
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../mount/proc
|
||||
|
|
@ -0,0 +1 @@
|
|||
/sbin/getty
|
||||
|
|
@ -0,0 +1 @@
|
|||
TERM=linux
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
38400
|
||||
tty2
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../local-tuning/console-unicode
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../network/hostname
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.././../local-tuning/keyboard
|
||||
|
|
@ -0,0 +1 @@
|
|||
/etc/cinit/svc/mount/root
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../mount/proc
|
||||
|
|
@ -0,0 +1 @@
|
|||
/sbin/getty
|
||||
|
|
@ -0,0 +1 @@
|
|||
TERM=linux
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
38400
|
||||
tty3
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../local-tuning/console-unicode
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../network/hostname
|
||||
|
|
@ -0,0 +1 @@
|
|||
../.././../local-tuning/keyboard
|
||||
|
|
@ -0,0 +1 @@
|
|||
/etc/cinit/svc/mount/root
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../mount/proc
|
||||
|
|
@ -0,0 +1 @@
|
|||
/sbin/getty
|
||||
|
|
@ -0,0 +1 @@
|
|||
TERM=linux
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
38400
|
||||
tty4
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../local-tuning/console-unicode
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../network/hostname
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../local-services/acpid
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../network/eth0.dhcp
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../getty/2
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../getty/3
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../getty/4
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../local-tuning/keyboard
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../network/loopback
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../rescue-shell
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../mount/sysfs
|
||||
|
|
@ -0,0 +1 @@
|
|||
/bin/echo
|
||||
|
|
@ -0,0 +1 @@
|
|||
*** cinit successfully started ***
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../local-tuning/quiet-kernel
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../local-tuning/udev
|
||||
|
|
@ -0,0 +1 @@
|
|||
Load acpi drivers before we are started.
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../local-tuning/drivers/acpi
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../mount/proc
|
||||
|
|
@ -0,0 +1 @@
|
|||
../../../mount/root
|
||||
|
|
@ -0,0 +1 @@
|
|||
/usr/sbin/acpid
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue