summaryrefslogtreecommitdiffstats
path: root/vmware/win98config
diff options
context:
space:
mode:
authorMichael Janczyk2006-04-06 04:28:14 +0200
committerMichael Janczyk2006-04-06 04:28:14 +0200
commit7445146c911842246d28c3cd81af2877e137026e (patch)
tree5ae1db9e07909400be1f2fbf4545478d1ed80130 /vmware/win98config
parentsome fixes and addons ... (diff)
downloadcore-7445146c911842246d28c3cd81af2877e137026e.tar.gz
core-7445146c911842246d28c3cd81af2877e137026e.tar.xz
core-7445146c911842246d28c3cd81af2877e137026e.zip
3.4:
runvmware: computername param added to config.xml ld4: ostype: new file with vmware ostype to use with runvmware alias: new file for aliases to use with vmware defaults: default command line options for runvmware win98config: config file for import in runvmware winconfig: resolution, computername, username, for import with runvmware vmware-prep: chmod 755 runvmware added after copy runvmware: new runvmware, few things outsourced (see above) new options: --floppyb --import <file> new Xdialog menu reads from .desktop files changed for ld4 (dirs,etc...) git-svn-id: http://svn.openslx.org/svn/openslx/ld4@166 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'vmware/win98config')
-rw-r--r--vmware/win98config42
1 files changed, 42 insertions, 0 deletions
diff --git a/vmware/win98config b/vmware/win98config
new file mode 100644
index 00000000..41317687
--- /dev/null
+++ b/vmware/win98config
@@ -0,0 +1,42 @@
+#
+# 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" \
+> /media/loop0/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" \
+> /media/loop0/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" \
+> /media/loop0/logon.reg
+
+sync