| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | [system.inc] Added case / var PACKET_HANDLER (dpkg, rpm) for packet | Christian Rößler | 2013-08-21 | 1 | -0/+3 | |
| | | | | | | | | | manipulation on single packet file level. | |||||
| | * | [setup-target] New Var SYS_VERSION (version number of a distribution) | Christian Rößler | 2013-08-21 | 1 | -1/+2 | |
| | | | ||||||
| | * | [sshd] don't touch /var/run! | Simon Rettberg | 2013-08-21 | 1 | -1/+0![]() | |
| | | | ||||||
| | * | [remote] Renamed functions to functions.inc; make setup-addons not fail if ↵ | Simon Rettberg | 2013-08-21 | 3 | -9/+13 | |
| | | | | | | | | | no addons are configured; try random server order when downloading | |||||
| | * | [systemd] Fix path of 'ip' in service file | Simon Rettberg | 2013-08-21 | 1 | -1/+2 | |
| | | | ||||||
| | * | Fix typo in shebang | Simon Rettberg | 2013-08-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | [vmchooser] Add support for dnbd3 (if servers are specified in config) | Simon Rettberg | 2013-08-20 | 3 | -14/+57 | |
| | | | | | | | | | Also add fallback if MAC address is not present in config | |||||
| | * | Fix /run stuff for the 25th time.... | Simon Rettberg | 2013-08-20 | 2 | -2/+3 | |
| | | | ||||||
| | * | FIXfgdksjfgkldjfg | Simon Rettberg | 2013-08-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | Better make this relative... | Simon Rettberg | 2013-08-20 | 1 | -2/+2 | |
| | | | ||||||
| | * | Switch to using /etc/tmpfiles.d for creating files/dirs in /run | Simon Rettberg | 2013-08-20 | 9 | -31/+18![]() | |
| | | | | | | | | | Also added a sanity check after processing each module, which will abort if anything is placed in /run directly | |||||
| | * | [dnbd3] add systemd service + script to load the module and launch the user ↵ | Simon Rettberg | 2013-08-20 | 3 | -0/+22 | |
| | | | | | | | | | space daemon | |||||
| | * | [dnbd3] update requested commit | Simon Rettberg | 2013-08-20 | 2 | -1/+3 | |
| | | | ||||||
| | * | Merge branch 'master' of simonslx:openslx-ng/tm-scripts | Simon Rettberg | 2013-08-20 | 7 | -101/+194 | |
| | |\ | ||||||
| | * | | [setup_target] Make sure /var/run is just a symlink to /run | Simon Rettberg | 2013-08-20 | 1 | -0/+14 | |
| | | | | ||||||
| * | | | fix /etc/functions.inc sourcing | Jonathan Bauer | 2013-08-22 | 1 | -2/+2 | |
| | |/ |/| | ||||||
| * | | [rootfs-stage31] activate plymouth with 'splash' in the kcl. (Removed the ↵ | Jonathan Bauer | 2013-08-20 | 1 | -1/+1 | |
| | | | | | | | | | DEBUG check) | |||||
| * | | fix pcspkr already registered. Uncomment to make it work ;) | Jonathan Bauer | 2013-08-19 | 1 | -0/+1 | |
| | | | ||||||
| * | | fixes for the download function of etc/functions that is needed for the ↵ | Jonathan Bauer | 2013-08-19 | 3 | -17/+21 | |
| | | | | | | | | | 'systemd-set_slx_addons'-script | |||||
| * | | [busybox] add dirname to busybox | Jonathan Bauer | 2013-08-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | [rootfs-stage31] renamed a few variables. For the servers to download config ↵ | Jonathan Bauer | 2013-08-19 | 3 | -8/+13 | |
| | | | | | | | | | stuff from, use SLX_CONFIG_SERVER in your config file | |||||
| * | | [rootfs-stage31] prioritize servers from the config file over those in ↵ | Jonathan Bauer | 2013-08-19 | 1 | -1/+1 | |
| | | | | | | | | | kernel cmdline | |||||
| * | | [rootfs-stage31] changed the way stage3.1 gets the config, config.tgz and ↵ | Jonathan Bauer | 2013-08-19 | 5 | -101/+140 | |
| | | | | | | | | | stage32.sqfs. Now its given in the kernel cmdline as 'slxsrv' a list of server ips and 'slxbase' a subdirectory of these servers where the config stuff roams. Example: slxsrv='132.230.4.1' and slxbase='u13' would make the scripts download '132.230.4.1/u13/config' and so on. PLEASE ADAPT YOUR CONFIGS BEFORE TRYING THIS OUT | |||||
| * | | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2013-08-15 | 1 | -0/+2 | |
| |\| | ||||||
| | * | [stage32] fix "terminal not fuly functional" (less) etc. | Simon Rettberg | 2013-08-15 | 1 | -0/+2 | |
| | | | ||||||
| * | | merge | Jonathan Bauer | 2013-08-15 | 1 | -0/+44 | |
| |/ | ||||||
| * | [stage31] move configuration of stage32 into /bin/activate_sysconfig. | Jonathan Bauer | 2013-08-15 | 6 | -192/+117![]() | |
| | | ||||||
| * | [debug] renamed debug-report to debug_report | Jonathan Bauer | 2013-08-15 | 1 | -0/+98 | |
| | | ||||||
| * | [rootfs-stage31] renamed setup_network to setup-network | Jonathan Bauer | 2013-08-15 | 1 | -0/+0 | |
| | | ||||||
| * | [debug] Add htop | Simon Rettberg | 2013-08-14 | 3 | -2/+11 | |
| | | | | | [setup_target] Make it possible to mark required binaries as optional by prefixing them with '@' | |||||
| * | Merge branch 'master' of simonslx:openslx-ng/tm-scripts | Simon Rettberg | 2013-08-14 | 5 | -43/+47 | |
| |\ | ||||||
| | * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2013-08-14 | 10 | -29/+1070 | |
| | |\ | ||||||
| | * | | [rootfs-stage32] setup all addons according to /opt/openslx/config. Your ↵ | Jonathan Bauer | 2013-08-14 | 5 | -43/+47 | |
| | | | | | | | | | | | | | config now needs: SLX_ADDONS_BASE_DIR as the URL (with http prefix) where the addons are and SLX_ADDONS_LIST as the list of addons that exists. i.e. SLX_ADDONS_BASE_DIR='http://server/distro/addons' and SLX_ADDONS_LIST='vmware'. The script would then try to wget http://serveR/distro/addons/vmware.sqfs . The file must be sqfs, as produced by mltk with ./mltk server <ip> <addon_target> -e addons | |||||
| * | | | [roofs-stage31] fix network setup if multiple NICs are present | Simon Rettberg | 2013-08-14 | 2 | -50/+63 | |
| | |/ |/| | ||||||
| * | | Merge branch 'master' of simonslx:openslx-ng/tm-scripts | Simon Rettberg | 2013-08-14 | 2 | -0/+43 | |
| |\| | ||||||
| | * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2013-08-14 | 8 | -58/+69 | |
| | |\ | ||||||
| | * | | [rootfs-stage32] new systemd service and script to download, mount and ↵ | Jonathan Bauer | 2013-08-14 | 2 | -0/+43 | |
| | | | | | | | | | | | | | append an addon (in sqfs) to the current / | |||||
| * | | | [busybox] Use official git repository instead of our own repo | Simon Rettberg | 2013-08-14 | 10 | -29/+1070 | |
| | |/ |/| | | | | | Also include busybox in stage31 only and simply copy it before switchrooting to stage32 | |||||
| * | | respect 80 columns width (in case no drm could be loaded) | Simon Rettberg | 2013-08-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix for fix | Simon Rettberg | 2013-08-13 | 2 | -0/+1 | |
| | | | ||||||
| * | | fix for last commit | Simon Rettberg | 2013-08-13 | 2 | -4/+4 | |
| | | | ||||||
| * | | [rootfs-stage32] Properly generate and update /etc/issue with version ↵ | Simon Rettberg | 2013-08-13 | 6 | -56/+67 | |
| | | | | | | | | | information | |||||
| * | | [dnbd3] update requested git commit of dnbd3 | Simon Rettberg | 2013-08-13 | 1 | -2/+1![]() | |
| |/ | ||||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2013-08-13 | 4 | -95/+214 | |
| |\ | ||||||
| | * | [systemd] config file for Scientific Linux - please read | Christian Rößler | 2013-08-12 | 1 | -9/+25 | |
| | | | | | | | | | systemd.build.scientific.README! | |||||
| | * | [systemd] README-file, if another try is made for compiling systemd | Christian Rößler | 2013-08-12 | 1 | -0/+11 | |
| | | | | | | | | | under Scientific Linux. | |||||
| | * | [systemd] This version will maybe prove useful for compiling systemd | Christian Rößler | 2013-08-12 | 1 | -0/+178 | |
| | | | | | | | | | | | | | under Scientific Linux, if a Scientific Linux-Version with a kernel >= 2.6.34 will be published. This script contains experimental hacks and such. | |||||
| | * | [systemd] Reversion, without Scientific Linux - please notice | Christian Rößler | 2013-08-12 | 1 | -86/+0![]() | |
| | | | | | | | | | systemd.build.scientific for that use. | |||||
| * | | [rootfs-stage32] fix permission for /var/log/openslx. vmchooser can now ↵ | Jonathan Bauer | 2013-08-13 | 1 | -0/+2 | |
| |/ | | | | write log files independently from whom started it | |||||
| * | [rootfs-stage32] SLX_STAGE4_NFS has to be given in the global config file ↵ | Jonathan Bauer | 2013-08-12 | 1 | -11/+4![]() | |
| | | | | | (/opt/openslx/config). Adapated systemd-mount_export script | |||||

