summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os-plugins/plugins/vmware/files/README6
-rwxr-xr-xos-plugins/plugins/vmware/files/mkdosfsbin0 -> 20664 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/files/README b/os-plugins/plugins/vmware/files/README
index f3913288..5fde5948 100644
--- a/os-plugins/plugins/vmware/files/README
+++ b/os-plugins/plugins/vmware/files/README
@@ -2,7 +2,7 @@ ToDo!! There is an example script vmware-startscript which should be
completed and incorporated into Stage1 plugin installer. It should be
modified to look like the choosen vendor-os start scripts!
-The original /etc/init.d/vmware /etc/vmware/locations /etc/vmware/config
+The original /etc/init.d/vmware /etc/vmware/locations
files aren't needed any more!!
@@ -25,3 +25,7 @@ Files
Should be moved sooner or later to the vm-chooser plugin
- install-vmpl2.0.sh
Install script, which will download and install vmplayer v2.0 if choosen
+- mkdosfs
+ linked against uclib for creating dos-formatted floppies for data
+ transport between host and guest (needed in stage3)
+
diff --git a/os-plugins/plugins/vmware/files/mkdosfs b/os-plugins/plugins/vmware/files/mkdosfs
new file mode 100755
index 00000000..db928bcf
--- /dev/null
+++ b/os-plugins/plugins/vmware/files/mkdosfs
Binary files differ