the part about symlinks is really not needed
authorPeter Palfrader <peter@palfrader.org>
Sat, 20 Apr 2013 09:00:19 +0000 (11:00 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 20 Apr 2013 09:00:19 +0000 (11:00 +0200)
input/howto/install-ganeti.creole

index e5f46f8..b5b4b44 100644 (file)
@@ -124,17 +124,6 @@ On each node, create a volume group:
     vgcreate vg_ganeti /dev/cciss/c0d0p3
 }}}
 
-=== create kvmU symbolic links ===
-
-On each node, create vmlinuz and initrd symlinks as expected by the kvm
-hypervisor (not strictly required if all guests will boot from their own
-kernels):
-
-{{{
-    ln -s -T /boot/vmlinuz-2.6.32-5-amd64 /boot/vmlinuz-2.6-kvmU
-    ln -s -T /boot/initrd.img-2.6.32-5-amd64 /boot/initrd.img-2.6-kvmU
-}}}
-
 === exchange ssh keys ===
 
 on each node: