diff options
| author | Hans J. Koch <hjk@linutronix.de> | 2009-06-09 20:43:40 +0200 |
|---|---|---|
| committer | Hans J. Koch <hjk@linutronix.de> | 2009-06-09 20:43:40 +0200 |
| commit | e2a8cb5dfb6c9dbe4a437851fccdf69c0733b848 (patch) | |
| tree | 632927c60b7f077dca9cfc3984f7e39227556ac9 /linux-basics/boot-process/hints_boot-process_de.tex | |
| parent | 5f99e07a74acda8075ec344cb726666f5b035f95 (diff) | |
Initial commit.
Diffstat (limited to 'linux-basics/boot-process/hints_boot-process_de.tex')
| -rw-r--r-- | linux-basics/boot-process/hints_boot-process_de.tex | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/linux-basics/boot-process/hints_boot-process_de.tex b/linux-basics/boot-process/hints_boot-process_de.tex new file mode 100644 index 0000000..e4433ec --- /dev/null +++ b/linux-basics/boot-process/hints_boot-process_de.tex @@ -0,0 +1,29 @@ +\documentclass{article} +\usepackage{german} +\usepackage[utf8]{inputenc} + +\begin{document} + +\section*{Block \lq Der Boot-Prozess\rq} + +\subsection*{Lernziele} +\begin{itemize} +\item Kennenlernen des Begriffs Bootloader +\item Überblick über die Abfolge Kernelboot, Rootfs-mount, init, + Startskripte +\item Überblick über die Eingriffsmöglichkeiten (Kernelcommandline, + /etc/inittab, /etc/fstab ...) +\item Kennenlernen von Vorgehensweisen bei Bootproblemen +\end{itemize} + +\subsection*{Unterrichts-Ablauf} + +Hinweise zur Präsentation, Zeitplanung, etc. + +\subsection*{Übungen bei vorhandener Hardware} + +Die Teinehmer wechseln ins Verzeichnis /etc und schauen sich dort die Dateien +inittab und fstab an. Sie finden heraus, wie auf ihrem System der Bootvorgang +gesteuert wird. + +\end{document} |
