summaryrefslogtreecommitdiffstats
path: root/vmware
Commit message (Collapse)AuthorAgeFilesLines
* old script for menulist. removed from fileserver. no need for it anymoreVolker Uhrig2007-10-152-0/+178
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1386 95ad53e4-c205-0410-b2fa-d234c58c8868
* testVolker Uhrig2007-03-291-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@840 95ad53e4-c205-0410-b2fa-d234c58c8868
* Check if IDE or SCSI is done automatically.Michael Janczyk2007-03-271-10/+26
| | | | | | | | | | Added code which was removed from script without ever existing in my repos ;) strange thing git-svn-id: http://svn.openslx.org/svn/openslx/trunk@831 95ad53e4-c205-0410-b2fa-d234c58c8868
* added scsi image support, enagle w/ --scsiMichael Janczyk2007-03-271-34/+40
| | | | | | | | | | image is no longer startet via link im /tmp/$user/disk which links to /var/lib/vmware/some-image.vmdk, but directly via /var/lib/vmware/some-image.vmdk git-svn-id: http://svn.openslx.org/svn/openslx/trunk@826 95ad53e4-c205-0410-b2fa-d234c58c8868
* Enforce proper permissions in /tmp (needed if rw nfs mounts on /tmp areDirk von Suchodoletz2007-02-061-2/+11
| | | | | | | | used). Experiment for runvmware to park only the spare ram image file to nfs and keep the diffs in memory ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@690 95ad53e4-c205-0410-b2fa-d234c58c8868
* auto detect name of cdrom and floppy. /dev/cdrom does not work on ourMichael Janczyk2007-01-101-6/+6
| | | | | | | | ibm thinkcenter git-svn-id: http://svn.openslx.org/svn/openslx/trunk@611 95ad53e4-c205-0410-b2fa-d234c58c8868
* runvamwre: path variable added and floppy image ranamed.Michael Janczyk2007-01-102-4/+5
| | | | | | | | | | | nvram: now with 'winterzeit' dhcpmkconfig: DEBUGLEVEL unset, so that the DEBUGLEVEL doesn't change for no reason during boot servconfig: sed expression changed to work with busybox git-svn-id: http://svn.openslx.org/svn/openslx/trunk@610 95ad53e4-c205-0410-b2fa-d234c58c8868
* runvmware xdialog write to stdout. kdmrc template established +Michael Janczyk2006-12-121-9/+8Star
| | | | | | | | adaptations for new kdmrc template. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@531 95ad53e4-c205-0410-b2fa-d234c58c8868
* bigfix in DBSchema, floppy image renamed to fd.imgMichael Janczyk2006-12-052-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@528 95ad53e4-c205-0410-b2fa-d234c58c8868
* Renaming of the floppy image for vmware stuff ... Optional parameter for Dirk von Suchodoletz2006-12-021-0/+0
| | | | | | | | | directly passing location of machine-setup to mkdxsinitrd. Fixes and additions (auto power off - not enabled yet) and bugfix for missing netmask ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@526 95ad53e4-c205-0410-b2fa-d234c58c8868
* bugfixRoot2006-11-101-12/+12
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@507 95ad53e4-c205-0410-b2fa-d234c58c8868
* slxgrp changesRoot2006-11-101-9/+6Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@506 95ad53e4-c205-0410-b2fa-d234c58c8868
* new runvmware functionalityMichael Janczyk2006-11-093-91/+52Star
| | | | | | | | | | | | | | | | vmimages.desktop is now created automatically when not all image shown in xdm menu new variables slxgrp and xdm in .desktop-files. if slxgrp set in machine-setup, only those images will be shown. xdm=true defines if image is shown in the xdm-menu functions-default for suse, but it contains a nearly distro intependend kdmrc creation, if no theme built /w mkdxsini... -s themename then kdm will start /wo a theme git-svn-id: http://svn.openslx.org/svn/openslx/trunk@504 95ad53e4-c205-0410-b2fa-d234c58c8868
* changed default session chooser and vmware image chooser.Michael Janczyk2006-10-276-358/+145Star
| | | | | | | | | | | defaultwm and kursimages were replaced through runvmware --xdm all and --xdm vm there is an improved error handling in runvmware, aswell. servconfig changed due to this modifications. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@473 95ad53e4-c205-0410-b2fa-d234c58c8868
* bug removed. 2>/dev/null moved before pipe.Michael Janczyk2006-10-251-7/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@472 95ad53e4-c205-0410-b2fa-d234c58c8868
* Bugfix in redirection in functions, moved ldap-stuff to ldap-functionsDirk von Suchodoletz2006-10-081-0/+6
| | | | | | | | | | | (at the moment not ash compatible), added special mkdxsinitrd.64bit (hack for clean 64bit environment), put hint to runvmware (special vmem file generated in tmpDirectory (of preferences), special check for lib64 for Xorg in hwautocfg ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@456 95ad53e4-c205-0410-b2fa-d234c58c8868
* now /w grouptest. checks machine-setup in which slxgrp a clinet is, andMichael Janczyk2006-10-035-68/+152
| | | | | | | | only shows images for this group. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@435 95ad53e4-c205-0410-b2fa-d234c58c8868
* kdm sessions reduced to linux + 2x windows(no author)2006-09-122-2/+88
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@372 95ad53e4-c205-0410-b2fa-d234c58c8868
* theming should work now. bad hack, but works ok for first relase ;)(no author)2006-09-121-6/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@371 95ad53e4-c205-0410-b2fa-d234c58c8868
* need to commit, for testing, maybe some bugs(no author)2006-09-081-5/+17
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@363 95ad53e4-c205-0410-b2fa-d234c58c8868
* theming, but not final(no author)2006-09-0817-308/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@361 95ad53e4-c205-0410-b2fa-d234c58c8868
* chmod -m a+t for /etc/vmware/fd-loochmod -m a+t for /etc/vmware/fd-looppMichael Janczyk2006-09-071-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@359 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added hint to machine-setup template, moved floppy loopback image forDirk von Suchodoletz2006-09-051-0/+0
| | | | | | | VMware config stuff (consistent naming) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@354 95ad53e4-c205-0410-b2fa-d234c58c8868
* VMware environment: loopfile and mount will be placed in /etc/vmwareDirk von Suchodoletz2006-09-032-16/+3Star
| | | | | | | | | | | | now to avoid problems with nfs and unionfs. Cleanups in vmware-prep script. Introduced new debug level for script runtime calculation, see DebugLevel for further information. Code cleanups in major initramfs scripts, improved /tmp handling in hwautocfg and init ... Removed imgsrv variable (from machine-setup), just merged with the vmware variable (put the vmware image source here ...) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@352 95ad53e4-c205-0410-b2fa-d234c58c8868
* mount of usbfs in vmware-prep for vmware ;)Michael Janczyk2006-08-231-5/+10
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@324 95ad53e4-c205-0410-b2fa-d234c58c8868
* new version of runvmware. added autoaccept eula of vmware. needed forMichael Janczyk2006-08-221-2/+9
| | | | | | | | new versions since aug 06. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@323 95ad53e4-c205-0410-b2fa-d234c58c8868
* added testfiles ;)Michael Janczyk2006-07-0517-0/+308
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@273 95ad53e4-c205-0410-b2fa-d234c58c8868
* runvmware only changed versioninigMichael Janczyk2006-05-311-1/+1
| | | | | | | | | kdmrc added vmsessions vmware-prep functions to servconf git-svn-id: http://svn.openslx.org/svn/openslx/ld4@242 95ad53e4-c205-0410-b2fa-d234c58c8868
* runvmware option --floppya added. for floppy disk, use option.Michael Janczyk2006-05-264-20/+39
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@238 95ad53e4-c205-0410-b2fa-d234c58c8868
* small runvm bug + default.desktop added to servMichael Janczyk2006-05-241-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@235 95ad53e4-c205-0410-b2fa-d234c58c8868
* small bugfixesMichael Janczyk2006-05-181-5/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@221 95ad53e4-c205-0410-b2fa-d234c58c8868
* path from /media/loop0 to /tmp/loop0Michael Janczyk2006-05-183-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@219 95ad53e4-c205-0410-b2fa-d234c58c8868
* new option -s --start, replaces -o -os and -s --specMichael Janczyk2006-05-153-72/+50Star
| | | | | | | | now start with -s /--start windowsxp-kursversion ;) git-svn-id: http://svn.openslx.org/svn/openslx/ld4@214 95ad53e4-c205-0410-b2fa-d234c58c8868
* few changes, testcommitMichael Janczyk2006-05-152-45/+91
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@212 95ad53e4-c205-0410-b2fa-d234c58c8868
* defaultwm: start defaultwm in kdm when no wm or vmimage chosen, listsMichael Janczyk2006-05-081-10/+16
| | | | | | | | | wm and images runvmware: new vmx options added, usb+resize git-svn-id: http://svn.openslx.org/svn/openslx/ld4@208 95ad53e4-c205-0410-b2fa-d234c58c8868
* session chooserMichael Janczyk2006-04-261-0/+102
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@197 95ad53e4-c205-0410-b2fa-d234c58c8868
* new Xdialog, rightcheck disabled because 'test' suxMichael Janczyk2006-04-211-30/+66
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@194 95ad53e4-c205-0410-b2fa-d234c58c8868
* defaults changed to full pathMichael Janczyk2006-04-134-54/+30Star
| | | | | | | | | | | winconfig changed to not use res w/ vmplayer locations not needed? \r added to old runvmware new runvmware bigfixes git-svn-id: http://svn.openslx.org/svn/openslx/ld4@188 95ad53e4-c205-0410-b2fa-d234c58c8868
* 3.4:Michael Janczyk2006-04-066-648/+644Star
| | | | | | | | | | | | | | | | | | | | 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
* vmware-prep test versionMichael Janczyk2006-03-241-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/ld4@121 95ad53e4-c205-0410-b2fa-d234c58c8868
* first import of vmware files in ld4Michael Janczyk2006-03-105-0/+887
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@104 95ad53e4-c205-0410-b2fa-d234c58c8868