summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add possibility to sync only config files from <priv>/config/stage1 w/o the ↵Michael Janczyk2012-12-212-58/+48Star
| | | | | | need to clone, update or install. we don't brag about it, yet.
* Merge branch 'master' of git.openslx.org:openslx/coreMichael Janczyk2012-12-175-12/+54
|\
| * Use zram if available (assign a quarter for compressed ram swap)Dirk2012-12-161-3/+9
| |
| * Stuff for virtualbox configuration.Dirk2012-12-154-8/+44
| |
| * Merge branch 'master' of git.openslx.org:openslx/coreDirk2012-12-1532-320/+388
| |\
| * | ...Dirk2012-11-281-1/+1
| | |
* | | Follow links in modprobe.d when copying to stage3.Michael Janczyk2012-12-172-14/+29
| |/ |/| | | | | Minor version change, because of ne feautres
* | FW is now automatically added to the initramfs. Checks are done with modinfo.Michael Janczyk2012-12-141-32/+46
| |
* | Remove all files from /var and leave only the dir structureMichael Janczyk2012-12-121-26/+11Star
| |
* | Respect aliases and blacklist of a system. /etc/modprobe.d is now copied to ↵Michael Janczyk2012-12-123-0/+15
| | | | | | | | InitRamFS
* | minor sysrq changes, nohup is needed to log out from ssh session before halt ↵Michael Janczyk2012-12-121-11/+8Star
| | | | | | | | or reboot
* | changed path to meet standardMichael Janczyk2012-12-112-4/+4
| |
* | sysrqshutdown plugin changed.Michael Janczyk2012-12-113-21/+50
| | | | | | | | now there is a second script which does the sysrq requests which is started with nohup, so that one can logout from ssh first
* | Added missing plugin files for RHEL, Scientific Linux and CentOS Linux.Michael Janczyk2012-12-0717-211/+239
| | | | | | | | | | Removed deprecated SciLin files. postinit.local from the InitRamFS will be executed, if fetching of the tgz file fails.
* | - respect blacklisting of modules when autoloading modules in hwautocfg '-b' ↵Michael Janczyk2012-12-043-10/+15
| | | | | | | | | | | | (stage3). - preinit.local enabled again for config/systemName/default, until now it was only possible for the default system in config/default. It make no sense for client specific configurations though.
* | iPXE fixesJonathan Bauer2012-11-285-5/+1Star
| |
* | fix for missing firmware modulesJonathan Bauer2012-11-281-11/+10Star
|/
* Fix for shared folders setting.Dirk2012-11-282-1/+8
|
* Bind to interface ...Dirk2012-11-272-2/+2
|
* Some more fixes ...Dirk2012-11-274-3/+10
|
* ...Dirk2012-11-274-4/+4
|
* Changing smb configuration file path (VBox & Co.)Dirk2012-11-273-9/+10
|
* Some more small Vbox, ... fixes for samba stuff.Dirk2012-11-276-9/+9
|
* Added missing file ...Dirk2012-11-271-0/+17
|
* More changes regarding Vbox and virtualization ...Dirk2012-11-277-19/+7Star
|
* Updating settings for VirtualBox ...Dirk2012-11-275-13/+40
|
* Forgot this one ...Dirk2012-11-271-1/+0Star
|
* Working on VirtualBox for OpenSLX clients ... (including changes for vmchooser)Dirk2012-11-2714-154/+185
|
* Support older X86 OS in VMware ...Dirk2012-11-241-3/+21
|
* change config structure:Michael Janczyk2012-11-226-10/+132
| | | | | | | | | | - old config, which was based only on stage3 wasn't modified. Only the directory has changed to <private-path>/config/stage3 - stage1 config, which wasn't possible this way before, can be done now in <private-path>/config/stage1 - the default/rootfs directory will be used for every vendor-OS - <private-path>/config/stage1/<vendorOSName>/rootfs will be used for the corresponding vendor-OS - so after a clone/install/update of stage1 the dafault config will be rsynced and after that the vendor-OS specific config will be rsynced. At the end the plugins will be installed. - This is all part of slxos-setup. '
* leave dir tree in /var but delete the files, see commentMichael Janczyk2012-11-081-46/+60
|
* added rhel, centos, scientific linux 5 and 6.Michael Janczyk2012-11-0758-16/+2121
| | | | | | centos and sl are depending on rhel. simple pxe menu for default blue look. firmwares of other nw cards are copied now.
* plymouth plugin updated to set the theme to the target systemjoe2012-08-223-1/+15
|
* fix typoSebastian Schmelzer2012-08-201-1/+1
|
* don't use compressed tmpfs for vmware when /tmp is located on local harddriveSebastian Schmelzer2012-08-201-2/+4
|
* fix sound for windows vm'sjoe2012-07-061-2/+2
|
* nfs performance fixSebastian Schmelzer2012-06-141-2/+2
|
* fix natd bug in vmware-pluginSebastian Schmelzer2012-06-111-0/+3
|
* Package translator for OpenSuse perl module names ...Dirk2012-05-282-2/+5
|
* Should fix complaints on "binary operator expected" (as $DISTRO was not ↵Dirk2012-05-271-1/+1
| | | | "suse" but "suse linux")
* fix for rlt8169 firmwareSebastian Schmelzer2012-05-221-0/+1
|
* update dnbd3-clientSebastian Schmelzer2012-05-142-0/+0
|
* fix typoSebastian Schmelzer2012-05-121-1/+1
|
* mount run tmpfsSebastian Schmelzer2012-05-121-0/+5
|
* get vid, rid from rootfs uriSebastian Schmelzer2012-05-081-7/+12
|
* first working dnbd3 boot :)Sebastian Schmelzer2012-05-082-7/+18
|
* add libs for dnbd3-clientSebastian Schmelzer2012-05-073-0/+0
|
* add dnbd3-client toolSebastian Schmelzer2012-05-074-0/+2
|
* update busybox to 1.20.0Sebastian Schmelzer2012-05-0712-1/+7
|
* fix rsync errors with ubuntu systems; ignore *.gvfsSebastian Schmelzer2012-05-071-0/+1
|