From d69e00acc40832c896f223aea86407fcfb57a05a Mon Sep 17 00:00:00 2001
From: Lars Beckers <lars.beckers@rwth-aachen.de>
Date: Thu, 15 Oct 2015 19:42:05 +0159
Subject: [PATCH] add lspci/lsusb to handout

---
 installparty/helfer-handout/handout.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/installparty/helfer-handout/handout.tex b/installparty/helfer-handout/handout.tex
index 5d21c47..66d3ccf 100644
--- a/installparty/helfer-handout/handout.tex
+++ b/installparty/helfer-handout/handout.tex
@@ -104,6 +104,8 @@
 	\item Terminal-Hotkeys: \tasteWIN + \tasteEnter, \tasteCTRL + \tasteALT + \tasteT
 	\item root mit: \texttt{sudo -i}; freier RAM: \texttt{free -h}
 	\item GRUB Timeout, und Default Eintrag: Nach Konfiguration in \texttt{/etc/default/grub} führe aus: \texttt{update-grub}
+	\item PCI-Hardware anzeigen \texttt{lspci}, mit Option \texttt{-k} zeigt Kernelmodul
+	\item USB-Hardware mit \texttt{lsusb}
 \end{itemize}
 
 \section{Partitionierung}
-- 
GitLab