--- /etc/univention/registry.info/variables/univention-grub.cfg_ORIG 2016-02-01 09:15:38.000000000 +0100 +++ /etc/univention/registry.info/variables/univention-grub.cfg 2016-02-06 13:26:13.301975445 +0100 @@ -82,6 +82,18 @@ Type=str Categories=system-base +[grub/terminal] +Description[de]=Konfiguration des Terminalgerätes. Default: (Erlaubt grafische Ausgabe). Setzen der Variable auf "console" um grafische Ausgabe abzuschalten, "console serial" um gleichzeitig auch die serielle Ausgabe zu erlauben. Dokumentation: http://www.gnu.org/software/grub/manual/grub.html +Description[en]=Select the terminal device. Default: (graphical terminal is allowed). Set to "console" to disable graphical terminal. Set to "console serial" to also enable serial output. Documentation: http://www.gnu.org/software/grub/manual/grub.html +Type=str +Categories=system-base + +[grub/serialcommand] +Description[de]=Konfiguriert den seriellen Port wenn eine serielle Konsole benutzt wird. Standard: . Beispieleintrag: "serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1". Hinweis: Der Serielle Port wird nicht genutzt wenn keine serielle Konsole konfiguriert ist, siehe auch "grub/terminal" Dokumentation: http://www.gnu.org/software/grub/manual/grub.html +Description[en]=Configures the serial port when using the serial console. Default: . Example: "serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1". Note: The serial port is not used as a communication channel unless a terminal is configured (see grub/terminal) Documentation: http://www.gnu.org/software/grub/manual/grub.html +Type=str +Categories=system-base + [grub/rootdelay] Description[de]=Diese Variable konfiguriert eine Zeitspanne in Sekunden, die gewartet wird, bevor die Initial Ramdisk das Root-Device einbindet. Durch Setzen der Variable auf '0' kann die Wartezeit deaktiviert werden. Ist die Variable nicht gesetzt, gelten fünf Sekunden. Description[en]=This variable configures a time span in seconds, which is being waited until the initial ramdisk mounts the root device. Setting the variable to '0' deactivates the delay. If the variable is unset, five seconds are waited.