From 4050b37a44d53e672e347f8525d634d6280884b2 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 6 Jul 2013 18:04:57 +0200 Subject: [PATCH] install less stuff --- input/howto/install-ganeti.creole | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/input/howto/install-ganeti.creole b/input/howto/install-ganeti.creole index 5f9734f..bd7d85c 100644 --- a/input/howto/install-ganeti.creole +++ b/input/howto/install-ganeti.creole @@ -36,8 +36,9 @@ The following DNS records exist: On each node, install the required packages: {{{ - apt-get install fai-client ssed extlinux - apt-get install {drbd8-utils,ganeti2,ganeti-htools}/squeeze-backports ganeti-instance-debootstrap qemu-kvm + # maybe: apt-get install drbd8-utils + # maybe: apt-get install ganeti-instance-debootstrap + apt-get install ganeti2 ganeti-htools qemu-kvm }}} === configure kernel modules === @@ -49,6 +50,7 @@ On each node, ensure that the required kernel modules are loaded at boot: ainsl /etc/modules 'hmac' ainsl /etc/modules 'tun' ainsl /etc/modules 'ext3' + ainsl /etc/modules 'ext4' }}} === configure networking === -- 2.20.1