From 8041e44b401d2275c1d976ce8abc5bcd95f97d22 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 8 Sep 2016 11:28:09 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20template=20d'exempl?= =?UTF-8?q?e=20pour=20compatibilit=C3=A9=205.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Maintenant dans le template on choisis le disque sur lequel on boot en priorité. ref #16783 @1h --- postservice/99-init-hapy-master | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/postservice/99-init-hapy-master b/postservice/99-init-hapy-master index 75a1593..83fd319 100755 --- a/postservice/99-init-hapy-master +++ b/postservice/99-init-hapy-master @@ -93,9 +93,14 @@ DISK=[DEV_PREFIX="hd",IMAGE_UNAME="oneadmin",IMAGE="${ISONAME}",DRIVER="raw"] FEATURES=[ACPI="yes",PAE="no",LOCALTIME="yes"] VCPU="1" GRAPHICS=[LISTEN="0.0.0.0",TYPE="vnc",KEYMAP="fr"] -OS=[BOOT="hd,cdrom",ARCH="x86_64"] +OS = [ ARCH = "x86_64", BOOT = "disk0,disk1" ] MEMORY="1024" EOF + + + + + #NIC=[MODEL="virtio",NETWORK="CR_eole"] onetemplate create ${FILE}