[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] XCP noob question


  • To: xen-users@xxxxxxxxxxxxxxxxxxx
  • From: Marco Nenciarini <mnencia@xxxxxxxxxxxxxx>
  • Date: Fri, 26 Nov 2010 10:28:31 +0100
  • Delivery-date: Fri, 26 Nov 2010 01:30:14 -0800
  • List-id: Xen user discussion <xen-users.lists.xensource.com>
  • Openpgp: id=F095E5E4; url=http://www.prato.linux.it/~mnencia/mnencia.asc

On 25/11/2010 17:02, Joe Linoff wrote:
> 
> 
> Hi Folks:
> 
>  
> 
> Where is the root filesystem mounted when the answerfile
> post-install-script is executed? I want to create a directory tree
> called /opt/foo/bar.
> 
>  
> 
> I read here (http://www.cmschill.net/StringTheory/tag/installation/)
> that the root filesystem was mounted under /tmp/root but I didn’t see
> any confirmation in the documentation.
> 

The root mountpoint is passed as first argument of post-install-script.
The following code should do the trick.

------------------------------------------------
#!/bin/bash

ROOT=$1

mkdir -p $ROOT/opt/foo/bar
------------------------------------------------

Regards,
Marco

-- 
---------------------------------------------------------------------
|    Marco Nenciarini    | Debian/GNU Linux Developer - Plug Member |
| mnencia@xxxxxxxxxxxxxx | http://www.prato.linux.it/~mnencia       |
---------------------------------------------------------------------
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.