import cinit from unix.schottelius.org
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
3729fc68eb
commit
423ba10303
13396 changed files with 269468 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
kern=$(uname -s)
|
||||
|
||||
case "${kern}" in
|
||||
$known_kern)
|
||||
$scriptdir/$kern
|
||||
;;
|
||||
*)
|
||||
echo "Unknown system"
|
||||
;;
|
||||
esac
|
||||
Loading…
Add table
Add a link
Reference in a new issue