add cinit-0.3pre15
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
36de902919
commit
440caeb555
1013 changed files with 99995 additions and 0 deletions
|
|
@ -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,2 @@
|
|||
chmod a+r *
|
||||
rsync -av ./ nico@home.schottelius.org:unix/cinit/samples/cinit-0.3/denkbrett/
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
DIR=~nico/projekte/cinit/configs/denkbrett/
|
||||
rsync -av ./ "$DIR"
|
||||
chown nico "$DIR"/*
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue