Changeset 82441 in vbox for trunk/debian/templates
- Timestamp:
- Dec 5, 2019 11:16:02 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135289
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/templates
-
Property svn:eol-style
set to
native
r34319 r82441 17 17 by 'uname -r') and execute 18 18 19 / etc/init.d/vboxdrv setup19 /sbin/vboxconfig 20 20 21 21 as root. … … 28 28 'uname -r' herausfinden können) und führen Sie danach 29 29 30 / etc/init.d/vboxdrv setup30 /sbin/vboxconfig 31 31 32 32 mit Root-Rechten aus. 33 34 Template: virtualbox/module-compilation-allowed35 Type: boolean36 Default: true37 Description: Should the vboxdrv kernel module be compiled now?38 Unable to find a precompiled module for the current kernel!39 .40 Without a suitable kernel module you will not be able to start any VMs. It is41 strongly recommended that you compile a kernel module now. This requires42 kernel headers and the tools to build kernel modules (gcc, make, binutils, ...).43 However if you know that a suitable kernel module already exists at another44 location, you might want to override the default by setting45 KDIR=<full_path_to_vboxdrv_module> in /etc/default/virtualbox. You can also46 build the module later by executing47 48 /etc/init.d/vboxdrv setup49 50 as root.51 Description-de.UTF-8: Soll das Kernmodul jetzt compiliert werden?52 Es konnte kein Kernmodul für den aktuellen Linux-Kern gefunden werden!53 .54 Ohne ein passendes Kernmodul können Sie keine VM starten. Daher sollten Sie55 jetzt ein Kernmodul compilieren. Dazu werden die Kern-Header und die Programme56 zum Bauen eines Kernmoduls (gcc, make, binutils, ...) benötigt. Falls Sie57 bereits ein passendes Kernmodul in ein anderes Verzeichnis installiert haben,58 können Sie den Verzeichnisnamen durch Hinzufügen von KDIR=<voller_Pfad_zu_vboxdrv>59 in der Datei /etc/default/virtualbox angeben. Sie können das Kernmodul auch60 später compilieren, indem Sie61 62 /etc/init.d/vboxdrv setup63 64 mit Root-Rechten ausführen.65 66 Template: virtualbox/delete-old-modules67 Type: boolean68 Default: true69 Description: Delete old vboxdrv kernel modules?70 Old vboxdrv kernel modules found. You should remove these modules as they71 might interfere with this version of VirtualBox. You can force re-compilation72 of the module later by executing73 74 /etc/init.d/vboxdrv setup75 76 as root.77 Description-de.UTF-8: Alte Kernmodule löschen?78 Es wurden alte vboxdrv-Kernmodule gefunden. Diese sollten gelöscht werden, da sie79 eventuell nicht mit dieser Version von VirtualBox zusammen arbeiten. Das Compilieren80 des Kernmoduls können Sie später durch81 82 /etc/init.d/vboxdrv setup83 84 erzwingen.85 33 86 34 Template: virtualbox/old-installation-found -
Property svn:eol-style
set to
Note:
See TracChangeset
for help on using the changeset viewer.