From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: What is the state of blktap2? Date: Fri, 22 Jan 2010 17:43:07 -0500 Message-ID: <20100122224307.GA9943@phenom.dumpdata.com> References: <1264112865.20158.5.camel@moss-terrapins.epoch.ncsc.mil> <1264114494.4147.29.camel@agari.van.xensource.com> <1264198204.20158.22.camel@moss-terrapins.epoch.ncsc.mil> <20100122221231.GA32286@phenom.dumpdata.com> <1264198967.20158.23.camel@moss-terrapins.epoch.ncsc.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1264198967.20158.23.camel@moss-terrapins.epoch.ncsc.mil> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "David P. Quigley" Cc: "xen-devel@lists.xensource.com" , Daniel Stodden List-Id: xen-devel@lists.xenproject.org > > Here is a little script that fixes most common problems. > > > > grep -q xenfs /etc/fstab || echo "xenfs /proc/xen xenfs defaults 0 0" >> /etc/fstab > > if grep -q ata_piix /etc/modprobe.conf ; then > > NR=`cat /etc/modprobe.conf | grep scsi | wc -l` > > grep -q pata_oldpiix /etc/modprobe.conf || echo "alias scsi_hostadapter$NR pata_oldpiix" >> /etc/modprobe.conf > > fi > > grep -q hvc /etc/inittab || echo "co:2345:respawn:/sbin/agetty hvc0 9600 vt100-nav" >> /etc/inittab > > grep -q hvc0 /etc/securetty || echo "hvc0" >> /etc/securetty > > > > > Is this for a domU or a dom0 pvops kernel? I didn't think that the Dom0. Thought the sections aobut /etc/inittab and seceretty can be used on DomU too. > terminal for dom0 would be changed to hvc but I'm new to this so I could It has.