diff --git a/packages b/packages
index 767d42321c791c113a857b37a24f2e1a1e0282c0..d8c7451c01163ae3ee3963f3c5bb060e024bf5e4 100644
--- a/packages
+++ b/packages
@@ -1,44 +1,52 @@
 # Paketliste für Offline-Repo, vorinstallierte Pakete und linuxparty.sh
-P   |vim|Der beste Editor
-P   |htop|Das beste top
-C   |gufw|Firewall Frontend
-C   |pwgen|Tool um Passwoerter zu generieren
-C   |inkscape|Bildbearbeitung (Vektorbasiert)
-C   |gimp|Bildbearbeitung (Pixelbasiert)
-c   |subversion|Versionsverwaltungstool (zentral)
-C   |graphviz|Tool zum visualisieren von Graphen
-c   |fityk|Tool zum Daten-Fitting und Analyse
-c   |openssh-server|SSH-Server (s. KISS)
-c   |zsh|Alternative Shell
-c   |zsh-doc|Dokumentation von zsh
-c   |lftp|FTP-Client
-c   |gddrescue|Falls Daten gelöscht, letzte Option vor dem Tod der Hoffnung
-c   |liblapack-dev|LAPACK ist eine Standard-Numerik-Bibliothek für Physiker und Numeriker
-c   |liblapack-doc|LAPACK Dokumentation (s. oben)
-cM  |x2goclient|Remote Desktop Client (z.B. für den RBI-Pool
- M  |singular|Tool für die Vorlesung Computeralgebra
- M  |codeblocks|IDE für das C++-Praktikum
-  P |python-numpy|Numeric Bibiliothek für Python
-  P |python-simpy|Simulationsframework für Python
-  P |python-scipy|Bibliothek für scientific computing
-  P |python-sympy|Bibliothek für scientific computing
-  P |python-matplotlib|Schnittstelle zum Plotten mit Python
-  P |python3-numpy|Numeric Bibiliothek für Python 3
-  P |python3-simpy|Simulationsframework für Python 3
-  P |python3-scipy|Bibliothek für scientific computing (Python 3)
-  P |python3-sympy|Bibliothek für scientific computing (Python 3)
-  P |python3-matplotlib|Schnittstelle zum Plotten mit Python 3
-  P |ipython|Interaktiver Python Interpreter mit Tab-Vervollständgung
-  P |ipython3|Interaktiver Python3 Interpreter mit Tab-Vervollständgung
-  P |gnuplot|Programm um Funktions- und Datenplots anzufertigen
-  P |wxmaxima|Graphische Benutzeroberfläche für das Maxima Computer Algebra System
-  P |bpython|Ein weiterer interaktiver Python Interpreter
-  P |spyder|Python IDE (die, die in Anaconda benutzt wird)
-  P |bpython3|Ein weiterer interaktiver Python Interpreter (Python 3)
-  P |spyder3|Python IDE (die, die in Anaconda benutzt wird) (Python 3)
-   i|postgresql|Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren
-   I|dia|Graphisches Tool, um UML/ER Diagramme für die Vorlesungen Softwaretechnik und Datenbanken anzufertigen
-   I|ghc|Glaskow Haskell Compiler für die Vorlesung Programmierung
-   I|default-jdk|Java JDK für die Vorlesung Programmierung
-   I|swi-prolog|Prolog Interpreter/Compiler für die Vorlesung Programmierung
-  Pi|valgrind|Debugging- und Profilingtool, welches bei der Entwicklung von Programmen hilft.
+# Format: Flags|Paket-Name|Beschreibung
+# Flags:
+#  L -> Vorinstalliert im Livesystem
+#  P -> Vorinstalliert im installierten System
+#  c -> linuxparty-Bereich "common" ("C" für vorausgewählt)
+#  m -> linuxparty-Bereich "Mathematik" ("M" für vorausgewählt)
+#  p -> linuxparty-Bereich "Physik" ("P" für vorausgewählt)
+#  i -> linuxparty-Bereich "Informatik" ("I" für vorausgewählt)
+ P   |vim|Der beste Editor
+ P   |htop|Das beste top
+ C   |gufw|Firewall Frontend
+ C   |pwgen|Tool um Passwoerter zu generieren
+ C   |inkscape|Bildbearbeitung (Vektorbasiert)
+ C   |gimp|Bildbearbeitung (Pixelbasiert)
+ c   |subversion|Versionsverwaltungstool (zentral)
+ C   |graphviz|Tool zum visualisieren von Graphen
+ c   |fityk|Tool zum Daten-Fitting und Analyse
+ c   |openssh-server|SSH-Server (s. KISS)
+ c   |zsh|Alternative Shell
+ c   |zsh-doc|Dokumentation von zsh
+ c   |lftp|FTP-Client
+ c   |gddrescue|Falls Daten gelöscht, letzte Option vor dem Tod der Hoffnung
+ c   |liblapack-dev|LAPACK ist eine Standard-Numerik-Bibliothek für Physiker und Numeriker
+ c   |liblapack-doc|LAPACK Dokumentation (s. oben)
+ cM  |x2goclient|Remote Desktop Client (z.B. für den RBI-Pool
+  M  |singular|Tool für die Vorlesung Computeralgebra
+  M  |codeblocks|IDE für das C++-Praktikum
+   P |python-numpy|Numeric Bibiliothek für Python
+   P |python-simpy|Simulationsframework für Python
+   P |python-scipy|Bibliothek für scientific computing
+   P |python-sympy|Bibliothek für scientific computing
+   P |python-matplotlib|Schnittstelle zum Plotten mit Python
+   P |python3-numpy|Numeric Bibiliothek für Python 3
+   P |python3-simpy|Simulationsframework für Python 3
+   P |python3-scipy|Bibliothek für scientific computing (Python 3)
+   P |python3-sympy|Bibliothek für scientific computing (Python 3)
+   P |python3-matplotlib|Schnittstelle zum Plotten mit Python 3
+   P |ipython|Interaktiver Python Interpreter mit Tab-Vervollständgung
+   P |ipython3|Interaktiver Python3 Interpreter mit Tab-Vervollständgung
+   P |gnuplot|Programm um Funktions- und Datenplots anzufertigen
+   P |wxmaxima|Graphische Benutzeroberfläche für das Maxima Computer Algebra System
+   P |bpython|Ein weiterer interaktiver Python Interpreter
+   P |spyder|Python IDE (die, die in Anaconda benutzt wird)
+   P |bpython3|Ein weiterer interaktiver Python Interpreter (Python 3)
+   P |spyder3|Python IDE (die, die in Anaconda benutzt wird) (Python 3)
+    i|postgresql|Datenbank-Server. Nett um in der Datenbanken-Vorlesungen Dinge auszuprobieren
+    I|dia|Graphisches Tool, um UML/ER Diagramme für die Vorlesungen Softwaretechnik und Datenbanken anzufertigen
+    I|ghc|Glaskow Haskell Compiler für die Vorlesung Programmierung
+    I|default-jdk|Java JDK für die Vorlesung Programmierung
+    I|swi-prolog|Prolog Interpreter/Compiler für die Vorlesung Programmierung
+   Pi|valgrind|Debugging- und Profilingtool, welches bei der Entwicklung von Programmen hilft.