Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:open_vm_tools [2013/06/19 11:21] – Initial release andyj | wiki:open_vm_tools [2013/06/19 13:48] (current) – andyj | ||
---|---|---|---|
Line 36: | Line 36: | ||
- Create Initialization Scripts | - Create Initialization Scripts | ||
- Create TCZ extension | - Create TCZ extension | ||
+ | - Install TCZ extension | ||
===== Compile Open VM Tools ===== | ===== Compile Open VM Tools ===== | ||
Line 77: | Line 78: | ||
ln -s / | ln -s / | ||
</ | </ | ||
- | The Open VM Tools also wants to know what distribution and release it's running on. Because TinyCore doesn' | + | The Open VM Tools also wants to know what distribution and release it's running on: |
< | < | ||
- | echo "TinyCore | + | sed -e 's/^/TinyCore |
</ | </ | ||
Move the files to LIBDIR subdirectories and create links in the BINDIR and SBINDIR directories: | Move the files to LIBDIR subdirectories and create links in the BINDIR and SBINDIR directories: | ||
Line 243: | Line 244: | ||
rm -rf $TCZROOT/ | rm -rf $TCZROOT/ | ||
</ | </ | ||
+ | |||
===== Create TCZ Extension ===== | ===== Create TCZ Extension ===== | ||
Line 263: | Line 265: | ||
EOF | EOF | ||
</ | </ | ||
+ | |||
+ | ===== Install TCZ Extension ===== | ||
+ | |||
These extensions and their dependencies should be copied to the system that will be using the open-vm-tools extension before it's loaded. | These extensions and their dependencies should be copied to the system that will be using the open-vm-tools extension before it's loaded. | ||
Then add '' | Then add '' |