mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-03 13:47:01 +03:00
changed tm configuration files
git-svn-id: http://svn.opennebula.org/one/trunk@267 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
da296bda48
commit
1734df8096
@ -1,6 +1,6 @@
|
||||
CLONE = ONE_LOCATION/lib/tm_commands/nfs/tm_clone.sh
|
||||
LN = ONE_LOCATION/lib/tm_commands/nfs/tm_ln.sh
|
||||
MKSWAP = ONE_LOCATION/lib/tm_commands/nfs/tm_mkswap.sh
|
||||
MKIMAGE = ONE_LOCATION/lib/tm_commands/nfs/tm_mkimage.sh
|
||||
DELETE = ONE_LOCATION/lib/tm_commands/nfs/tm_delete.sh
|
||||
MV = ONE_LOCATION/lib/tm_commands/nfs/tm_mv.sh
|
||||
CLONE = lib/tm_commands/nfs/tm_clone.sh
|
||||
LN = lib/tm_commands/nfs/tm_ln.sh
|
||||
MKSWAP = lib/tm_commands/nfs/tm_mkswap.sh
|
||||
MKIMAGE = lib/tm_commands/nfs/tm_mkimage.sh
|
||||
DELETE = lib/tm_commands/nfs/tm_delete.sh
|
||||
MV = lib/tm_commands/nfs/tm_mv.sh
|
||||
|
@ -1,6 +1,6 @@
|
||||
CLONE = ONE_LOCATION/lib/tm_commands/ssh/tm_clone.sh
|
||||
LN = ONE_LOCATION/lib/tm_commands/ssh/tm_ln.sh
|
||||
MKSWAP = ONE_LOCATION/lib/tm_commands/ssh/tm_mkswap.sh
|
||||
MKIMAGE = ONE_LOCATION/lib/tm_commands/ssh/tm_mkimage.sh
|
||||
DELETE = ONE_LOCATION/lib/tm_commands/ssh/tm_delete.sh
|
||||
MV = ONE_LOCATION/lib/tm_commands/ssh/tm_mv.sh
|
||||
CLONE = lib/tm_commands/ssh/tm_clone.sh
|
||||
LN = lib/tm_commands/ssh/tm_ln.sh
|
||||
MKSWAP = lib/tm_commands/ssh/tm_mkswap.sh
|
||||
MKIMAGE = lib/tm_commands/ssh/tm_mkimage.sh
|
||||
DELETE = lib/tm_commands/ssh/tm_delete.sh
|
||||
MV = lib/tm_commands/ssh/tm_mv.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user