[xen/common.py] kernel++

darcs-hash:20090420161947-bd074-08ee97138de01559492c6d2fb27df22200f17edd.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-04-20 18:19:47 +02:00
parent c66ac257ed
commit 51e8e38787

View file

@ -1,10 +1,12 @@
# -*- coding: utf-8 -*-
# Fichier géré par Bcfg2 --- NE PAS ÉDITER
# Éditez /var/lib/bcfg2/Cfg/etc/xen/common.py/common.py
u'''Définition communes pour tout les dom-U'''
# Le noyau et l'initrd, c'est le même pour tout le monde
kernel = "/boot/vmlinuz-2.6.26-1-xen-amd64"
ramdisk = "/boot/initrd.img-2.6.26-1-xen-amd64"
kernel = "/boot/vmlinuz-2.6.26-2-xen-amd64"
ramdisk = "/boot/initrd.img-2.6.26-2-xen-amd64"
# Mémoire conseillée, augmenter si nécessaire
memory = 256