WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] kickstart %post not executed

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] kickstart %post not executed
From: Simone <dezmodue@xxxxxxxxx>
Date: Wed, 6 Feb 2008 11:42:43 +0000
Delivery-date: Wed, 06 Feb 2008 03:43:17 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=nHI7KxYynr3qLfOt/WAgRaODXl/jw0FgMA5bVa2qwq8=; b=sZlAZC2Rol5gBmgIb9SGpun2uvts/OOWfKFYlZ02KAXb7+aVKuHfTFr42zU7Epyj890zo715HP9WYU15/+OFYqtXLdhvnewZhFJSwSw4npk924p2GwqVk0ydTXHYneF4l9/Ta7O+Cu7Fkpus8jvKPSYQO82bHvFkUbJpzvhKoGk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Yp6mxjK3n/lK3tcrHX6py/dw1XmuxEk4eepBNzf0N/29fe35Fmj9EgCsBSdvBDURaulKeuUZP3fQfuTXPRLz6zrLc7BuJKOLiRoXQ14viZl6brcEh3dnJBygx4zP+qn8lA7V+150gDxlcsF+bbQeR0RbiIJgJcd4YRtRQjJ+vdA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,

I am trying to automate the provisioning of a few VM, dom0 CentOS5 - domU CentOS4.5, the installation goes well but it completely ignores the %post bit in the kickstart:

# Kickstart file for a generic VM
install
url --url http://server/mrepo/centos4-x86_64/disc1
cmdline
skipx
reboot

# Partition information
.....

# General system config
bootloader --location=mbr
keyboard uk
lang en_GB.UTF-8
langsupport en_GB.UTF-8
timezone --utc GMT
mouse none

# Network information
network --device eth0 --bootproto dhcp

# Security bits
authconfig --enableshadow --enablemd5 --enablecache
rootpw --iscrypted somepasswd
firewall --disabled
selinux --disabled


%packages
@core


%post
echo "Now starting post install"
mkdir /tmp/VM

Is this a known problem or am I doing something wrong?

Thanks

Simone
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>