summaryrefslogtreecommitdiffstats
path: root/vmware/win98config
diff options
context:
space:
mode:
authorMichael Janczyk2008-07-31 15:16:20 +0200
committerMichael Janczyk2008-07-31 15:16:20 +0200
commit7144102e56f53f453c8ddaceb373f968f30fdd55 (patch)
tree16498f20f7fa0c2417597e2fec2ceee7e1d1e615 /vmware/win98config
parentclosing ticket #241: (diff)
downloadcore-7144102e56f53f453c8ddaceb373f968f30fdd55.tar.gz
core-7144102e56f53f453c8ddaceb373f968f30fdd55.tar.xz
core-7144102e56f53f453c8ddaceb373f968f30fdd55.zip
removed obsolete vmware dir
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1940 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'vmware/win98config')
-rw-r--r--vmware/win98config42
1 files changed, 0 insertions, 42 deletions
diff --git a/vmware/win98config b/vmware/win98config
deleted file mode 100644
index 479d2816..00000000
--- a/vmware/win98config
+++ /dev/null
@@ -1,42 +0,0 @@
-#
-# this is an include file for runvmware
-#
-# create Windows 98 config files
-
-
-# sync is needed to ensure that data is really written to virtual disk
-sync
-echo -e "\tREGEDIT4\r
-
-[HKEY_CURRENT_USER\Networ\Persistent\H]\r
-\"RemotePath\"=\"\\\\192.168.1.2\\${USER}\"\r
-\"UserName\"=\"${USER}\"\r
-\"ProviderName\"=\"Microsoft Network\"\r" \
-> /etc/vmware/fd-loop/home.reg
-
-
-echo -e "\tREGEDIT4\r
-
-[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP]\r
-\"ComputerName\"=\"${hostname}\"\r
-\"Workgroup\"=\"${workgroup}\"\r
-\"Comment\"=\"${comment}\"\r
-\"StaticVxD\"=\"vnetsup.vxd\"\r
-\"Start\"=hex:00\r
-\"NetClean\"=hex:01\r
-
-[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\\\
-ComputerName]\r
-\"ComputerName\"=\"${hostname}\"\r" \
-> /etc/vmware/fd-loop/rechner.reg
-
-
-echo -e "\tREGEDIT4\r
-
-[HKEY_LOCAL_MACHINE\Network\Logon]\r
-\"username\"=\"${USER}\"\r
-\"PrimaryProvider\"=\"Microsoft Network\"\r
-\"LMLogon\"=hex:00,00,00,00\r" \
-> /etc/vmware/fd-loop/logon.reg
-
-sync