Vmware kernel: Unterschied zwischen den Versionen

Aus metasec wiki
Wechseln zu: Navigation, Suche
K
Zeile 5: Zeile 5:
  
 
=Installation=
 
=Installation=
 +
 +
 +
 +
lilo.conf
 +
<pre>
 +
image=/boot/vmlinuz-2.6.31.5
 +
        label=ast_2_6_31
 +
        read-only
 +
        root=/dev/sda2
 +
 +
</pre>

Version vom 10. November 2009, 16:58 Uhr

Aus diversen gründen ist es empfehlenswert in einer VMWare Server oder ESX Umgebung einen aktuellen Kernel zu installieren.


Download [1]

Installation

lilo.conf
image=/boot/vmlinuz-2.6.31.5
        label=ast_2_6_31
        read-only
        root=/dev/sda2