@@ -, +, @@ --- .../univention-initrd.univention-config-registry-variables | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/branches/ucs-3.2/ucs-3.2-0/base/univention-initrd/debian/univention-initrd.univention-config-registry-variables +++ a/branches/ucs-3.2/ucs-3.2-0/base/univention-initrd/debian/univention-initrd.univention-config-registry-variables @@ -1,11 +1,11 @@ [initramfs/busybox] -Description[de]=Wird diese Variable auf 'y' gesetzt, wird Busybox (eine kompakte Implementierung der Standard-Unix-Tools) in die initrd integriert. Ist die Variable nicht gesetzt, wird Busybox hinzugefügt. -Description[en]=If this variable is set to 'y', Busybox (a compact implementation of the standard Unix tools) is added to the initrd. If the variable is unset, Busybox is added. -Type=str +Description[de]=Wird diese Variable auf 'y' gesetzt, wird Busybox (eine kompakte Implementierung der Standard-Unix-Tools) in das initramfs integriert. Ist die Variable nicht gesetzt, wird Busybox hinzugefügt. +Description[en]=If this variable is set to 'y', Busybox (a compact implementation of the standard Unix tools) is added to the initramfs. If the variable is unset, Busybox is added. +Type=bool Categories=system-base [initramfs/modules] -Description[de]=Konfiguriert, welche Kernelmodule in die initrd integriert werden. Wird die Variable auf 'most' gesetzt, so werden die meisten Dateisystem- und alle Festplattentreiber integriert, 'netboot' fügt nur Basis- und Netzwerk-Treiber hinzu und 'dep' führt eine automatische Erkennung der zu integrierenden Module durch. Ist die Variable nicht gesetzt, gilt 'most'. -Description[en]=Configures which kernel modules should be integrated into the initrd. If the variable is set to 'most', most filesystem and all and hard drive modules are integrated; 'netboot' only adds base modules and network drivers and 'dep' performs automatic detection of the modules which are to be integrated. If the variable is unset, 'most' applies. +Description[de]=Konfiguriert, welche Kernelmodule in das initramfs integriert werden. Wird die Variable auf 'most' gesetzt, so werden die meisten Dateisystem- und alle Festplattentreiber integriert, 'netboot' fügt nur Basis- und Netzwerk-Treiber hinzu und 'dep' führt eine automatische Erkennung der zu integrierenden Module durch. Ist die Variable nicht gesetzt, gilt 'most'. +Description[en]=Configures which kernel modules should be integrated into the initramfs. If the variable is set to 'most', most filesystem and all and hard drive modules are integrated; 'netboot' only adds base modules and network drivers and 'dep' performs automatic detection of the modules which are to be integrated. If the variable is unset, 'most' applies. Type=str Categories=system-base --