Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add possibility to sync only config files from <priv>/config/stage1 w/o the ↵ | Michael Janczyk | 2012-12-21 | 2 | -58/+48 | |
| | | | | | | need to clone, update or install. we don't brag about it, yet. | |||||
* | Merge branch 'master' of git.openslx.org:openslx/core | Michael Janczyk | 2012-12-17 | 5 | -12/+54 | |
|\ | ||||||
| * | Use zram if available (assign a quarter for compressed ram swap) | Dirk | 2012-12-16 | 1 | -3/+9 | |
| | | ||||||
| * | Stuff for virtualbox configuration. | Dirk | 2012-12-15 | 4 | -8/+44 | |
| | | ||||||
| * | Merge branch 'master' of git.openslx.org:openslx/core | Dirk | 2012-12-15 | 32 | -320/+388 | |
| |\ | ||||||
| * | | ... | Dirk | 2012-11-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Follow links in modprobe.d when copying to stage3. | Michael Janczyk | 2012-12-17 | 2 | -14/+29 | |
| |/ |/| | | | | | Minor version change, because of ne feautres | |||||
* | | FW is now automatically added to the initramfs. Checks are done with modinfo. | Michael Janczyk | 2012-12-14 | 1 | -32/+46 | |
| | | ||||||
* | | Remove all files from /var and leave only the dir structure | Michael Janczyk | 2012-12-12 | 1 | -26/+11 | |
| | | ||||||
* | | Respect aliases and blacklist of a system. /etc/modprobe.d is now copied to ↵ | Michael Janczyk | 2012-12-12 | 3 | -0/+15 | |
| | | | | | | | | InitRamFS | |||||
* | | minor sysrq changes, nohup is needed to log out from ssh session before halt ↵ | Michael Janczyk | 2012-12-12 | 1 | -11/+8 | |
| | | | | | | | | or reboot | |||||
* | | changed path to meet standard | Michael Janczyk | 2012-12-11 | 2 | -4/+4 | |
| | | ||||||
* | | sysrqshutdown plugin changed. | Michael Janczyk | 2012-12-11 | 3 | -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 Janczyk | 2012-12-07 | 17 | -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 Janczyk | 2012-12-04 | 3 | -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 fixes | Jonathan Bauer | 2012-11-28 | 5 | -5/+1 | |
| | | ||||||
* | | fix for missing firmware modules | Jonathan Bauer | 2012-11-28 | 1 | -11/+10 | |
|/ | ||||||
* | Fix for shared folders setting. | Dirk | 2012-11-28 | 2 | -1/+8 | |
| | ||||||
* | Bind to interface ... | Dirk | 2012-11-27 | 2 | -2/+2 | |
| | ||||||
* | Some more fixes ... | Dirk | 2012-11-27 | 4 | -3/+10 | |
| | ||||||
* | ... | Dirk | 2012-11-27 | 4 | -4/+4 | |
| | ||||||
* | Changing smb configuration file path (VBox & Co.) | Dirk | 2012-11-27 | 3 | -9/+10 | |
| | ||||||
* | Some more small Vbox, ... fixes for samba stuff. | Dirk | 2012-11-27 | 6 | -9/+9 | |
| | ||||||
* | Added missing file ... | Dirk | 2012-11-27 | 1 | -0/+17 | |
| | ||||||
* | More changes regarding Vbox and virtualization ... | Dirk | 2012-11-27 | 7 | -19/+7 | |
| | ||||||
* | Updating settings for VirtualBox ... | Dirk | 2012-11-27 | 5 | -13/+40 | |
| | ||||||
* | Forgot this one ... | Dirk | 2012-11-27 | 1 | -1/+0 | |
| | ||||||
* | Working on VirtualBox for OpenSLX clients ... (including changes for vmchooser) | Dirk | 2012-11-27 | 14 | -154/+185 | |
| | ||||||
* | Support older X86 OS in VMware ... | Dirk | 2012-11-24 | 1 | -3/+21 | |
| | ||||||
* | change config structure: | Michael Janczyk | 2012-11-22 | 6 | -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 comment | Michael Janczyk | 2012-11-08 | 1 | -46/+60 | |
| | ||||||
* | added rhel, centos, scientific linux 5 and 6. | Michael Janczyk | 2012-11-07 | 58 | -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 system | joe | 2012-08-22 | 3 | -1/+15 | |
| | ||||||
* | fix typo | Sebastian Schmelzer | 2012-08-20 | 1 | -1/+1 | |
| | ||||||
* | don't use compressed tmpfs for vmware when /tmp is located on local harddrive | Sebastian Schmelzer | 2012-08-20 | 1 | -2/+4 | |
| | ||||||
* | fix sound for windows vm's | joe | 2012-07-06 | 1 | -2/+2 | |
| | ||||||
* | nfs performance fix | Sebastian Schmelzer | 2012-06-14 | 1 | -2/+2 | |
| | ||||||
* | fix natd bug in vmware-plugin | Sebastian Schmelzer | 2012-06-11 | 1 | -0/+3 | |
| | ||||||
* | Package translator for OpenSuse perl module names ... | Dirk | 2012-05-28 | 2 | -2/+5 | |
| | ||||||
* | Should fix complaints on "binary operator expected" (as $DISTRO was not ↵ | Dirk | 2012-05-27 | 1 | -1/+1 | |
| | | | | "suse" but "suse linux") | |||||
* | fix for rlt8169 firmware | Sebastian Schmelzer | 2012-05-22 | 1 | -0/+1 | |
| | ||||||
* | update dnbd3-client | Sebastian Schmelzer | 2012-05-14 | 2 | -0/+0 | |
| | ||||||
* | fix typo | Sebastian Schmelzer | 2012-05-12 | 1 | -1/+1 | |
| | ||||||
* | mount run tmpfs | Sebastian Schmelzer | 2012-05-12 | 1 | -0/+5 | |
| | ||||||
* | get vid, rid from rootfs uri | Sebastian Schmelzer | 2012-05-08 | 1 | -7/+12 | |
| | ||||||
* | first working dnbd3 boot :) | Sebastian Schmelzer | 2012-05-08 | 2 | -7/+18 | |
| | ||||||
* | add libs for dnbd3-client | Sebastian Schmelzer | 2012-05-07 | 3 | -0/+0 | |
| | ||||||
* | add dnbd3-client tool | Sebastian Schmelzer | 2012-05-07 | 4 | -0/+2 | |
| | ||||||
* | update busybox to 1.20.0 | Sebastian Schmelzer | 2012-05-07 | 12 | -1/+7 | |
| | ||||||
* | fix rsync errors with ubuntu systems; ignore *.gvfs | Sebastian Schmelzer | 2012-05-07 | 1 | -0/+1 | |
| |