[xen/common.py] kernel++
darcs-hash:20090420161947-bd074-08ee97138de01559492c6d2fb27df22200f17edd.gz
This commit is contained in:
parent
c66ac257ed
commit
51e8e38787
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue