summaryrefslogtreecommitdiffstats
path: root/remote
Commit message (Collapse)AuthorAgeFilesLines
...
| * [system.inc] Added case / var PACKET_HANDLER (dpkg, rpm) for packetChristian Rößler2013-08-211-0/+3
| | | | | | | | manipulation on single packet file level.
| * [setup-target] New Var SYS_VERSION (version number of a distribution)Christian Rößler2013-08-211-1/+2
| |
| * [sshd] don't touch /var/run!Simon Rettberg2013-08-211-1/+0Star
| |
| * [remote] Renamed functions to functions.inc; make setup-addons not fail if ↵Simon Rettberg2013-08-213-9/+13
| | | | | | | | no addons are configured; try random server order when downloading
| * [systemd] Fix path of 'ip' in service fileSimon Rettberg2013-08-211-1/+2
| |
| * Fix typo in shebangSimon Rettberg2013-08-201-1/+1
| |
| * [vmchooser] Add support for dnbd3 (if servers are specified in config)Simon Rettberg2013-08-203-14/+57
| | | | | | | | Also add fallback if MAC address is not present in config
| * Fix /run stuff for the 25th time....Simon Rettberg2013-08-202-2/+3
| |
| * FIXfgdksjfgkldjfgSimon Rettberg2013-08-201-1/+1
| |
| * Better make this relative...Simon Rettberg2013-08-201-2/+2
| |
| * Switch to using /etc/tmpfiles.d for creating files/dirs in /runSimon Rettberg2013-08-209-31/+18Star
| | | | | | | | 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 Rettberg2013-08-203-0/+22
| | | | | | | | space daemon
| * [dnbd3] update requested commitSimon Rettberg2013-08-202-1/+3
| |
| * Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2013-08-207-101/+194
| |\
| * | [setup_target] Make sure /var/run is just a symlink to /runSimon Rettberg2013-08-201-0/+14
| | |
* | | fix /etc/functions.inc sourcingJonathan Bauer2013-08-221-2/+2
| |/ |/|
* | [rootfs-stage31] activate plymouth with 'splash' in the kcl. (Removed the ↵Jonathan Bauer2013-08-201-1/+1
| | | | | | | | DEBUG check)
* | fix pcspkr already registered. Uncomment to make it work ;)Jonathan Bauer2013-08-191-0/+1
| |
* | fixes for the download function of etc/functions that is needed for the ↵Jonathan Bauer2013-08-193-17/+21
| | | | | | | | 'systemd-set_slx_addons'-script
* | [busybox] add dirname to busyboxJonathan Bauer2013-08-191-1/+1
| |
* | [rootfs-stage31] renamed a few variables. For the servers to download config ↵Jonathan Bauer2013-08-193-8/+13
| | | | | | | | stuff from, use SLX_CONFIG_SERVER in your config file
* | [rootfs-stage31] prioritize servers from the config file over those in ↵Jonathan Bauer2013-08-191-1/+1
| | | | | | | | kernel cmdline
* | [rootfs-stage31] changed the way stage3.1 gets the config, config.tgz and ↵Jonathan Bauer2013-08-195-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-scriptsJonathan Bauer2013-08-151-0/+2
|\|
| * [stage32] fix "terminal not fuly functional" (less) etc.Simon Rettberg2013-08-151-0/+2
| |
* | mergeJonathan Bauer2013-08-151-0/+44
|/
* [stage31] move configuration of stage32 into /bin/activate_sysconfig.Jonathan Bauer2013-08-156-192/+117Star
|
* [debug] renamed debug-report to debug_reportJonathan Bauer2013-08-151-0/+98
|
* [rootfs-stage31] renamed setup_network to setup-networkJonathan Bauer2013-08-151-0/+0
|
* [debug] Add htopSimon Rettberg2013-08-143-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-scriptsSimon Rettberg2013-08-145-43/+47
|\
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-08-1410-29/+1070
| |\
| * | [rootfs-stage32] setup all addons according to /opt/openslx/config. Your ↵Jonathan Bauer2013-08-145-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 presentSimon Rettberg2013-08-142-50/+63
| |/ |/|
* | Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2013-08-142-0/+43
|\|
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-08-148-58/+69
| |\
| * | [rootfs-stage32] new systemd service and script to download, mount and ↵Jonathan Bauer2013-08-142-0/+43
| | | | | | | | | | | | append an addon (in sqfs) to the current /
* | | [busybox] Use official git repository instead of our own repoSimon Rettberg2013-08-1410-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 Rettberg2013-08-131-1/+1
| |
* | fix for fixSimon Rettberg2013-08-132-0/+1
| |
* | fix for last commitSimon Rettberg2013-08-132-4/+4
| |
* | [rootfs-stage32] Properly generate and update /etc/issue with version ↵Simon Rettberg2013-08-136-56/+67
| | | | | | | | information
* | [dnbd3] update requested git commit of dnbd3Simon Rettberg2013-08-131-2/+1Star
|/
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-08-134-95/+214
|\
| * [systemd] config file for Scientific Linux - please readChristian Rößler2013-08-121-9/+25
| | | | | | | | systemd.build.scientific.README!
| * [systemd] README-file, if another try is made for compiling systemdChristian Rößler2013-08-121-0/+11
| | | | | | | | under Scientific Linux.
| * [systemd] This version will maybe prove useful for compiling systemdChristian Rößler2013-08-121-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 noticeChristian Rößler2013-08-121-86/+0Star
| | | | | | | | systemd.build.scientific for that use.
* | [rootfs-stage32] fix permission for /var/log/openslx. vmchooser can now ↵Jonathan Bauer2013-08-131-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 Bauer2013-08-121-11/+4Star
| | | | (/opt/openslx/config). Adapated systemd-mount_export script