|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] vif-script is written using which language
--- On Fri, 4/9/10, Tapas Mishra <mightydreams@xxxxxxxxx> wrote:
> From: Tapas Mishra <mightydreams@xxxxxxxxx>
> Subject: [Xen-users] vif-script is written using which language
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Date: Friday, April 9, 2010, 11:49 AM
> Hi
> the network-bridge script in /etc/xen is written using
> what
> perl,python or it is simple shell script.
Once you check the script with 'file', go ahead and open it
with a text editor.
me@ga-p45:~> sudo file /etc/xen/scripts/network-bridge
/etc/xen/scripts/network-bridge: Bourne-Again shell script text
Yesterday I looked at vm-install - pure python with GNU license. It's not tied
to Novel at all.
me@ga-p45:~> sudo file /usr/bin/vm-install
/usr/bin/vm-install: python script text executable
This script makes it possible to do PV guest installs, when no other tools will
do it.
--
Mark
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|