summaryrefslogtreecommitdiffstats
path: root/satellit_upgrader
Commit message (Collapse)AuthorAgeFilesLines
* [SSUS] Remove stage4 patch chmod/chownSimon Rettberg2020-02-251-12/+0Star
| | | | Will happen in mount script
* [SSUS] Ask to switch to ipxe if ipxelinux is still enabledSimon Rettberg2020-02-251-4/+5
|
* [SSUS] Don't reinstall mariadb every timeSimon Rettberg2020-02-241-1/+1
| | | | | | | The loop that uninstalls older versions didn't properly ignore the mariadb-server-core-<x> package belonging to the desired version. It only ignored mariadb-server-<x>, but uninstalling the core package would obviously also remove the whole server version we actually want.
* [SSUS] Make motd patch regex more flexible and adapt formatSimon Rettberg2020-02-241-1/+1
|
* [SSPS/SSUS] Copy slxadmin-init script for later useSimon Rettberg2020-02-242-3/+12
|
* [SSUS] Make chown on stage4 non-fatalSimon Rettberg2020-02-091-5/+3Star
| | | | | Worst case we need a reboot, after which the mount-store script will take care of everything.
* [SPUS] debian10: remove CipherString in openssl.cnfv3.9Jonathan Bauer2020-02-071-0/+6
|
* [SPUS] patch sat version in /etc/motdJonathan Bauer2020-02-061-0/+3
|
* [SSUS] create /srv/openslx/nfs/stage4 on updateJonathan Bauer2020-01-271-0/+15
|
* [SSUS] Explicitly exclude desired mariadb version from apt removeSimon Rettberg2020-01-271-5/+14
|
* [SPUS] enable persistent journaldJonathan Bauer2020-01-241-0/+9
|
* [SPUS] prevent removal of default-sql-serverJonathan Bauer2020-01-241-2/+2
|
* [SSUS] Get updater ready for next releaseSimon Rettberg2020-01-172-38/+129
|
* [SSUS] Drop support for jessie, handle stretch and busterSimon Rettberg2020-01-071-20/+8Star
|
* [SSPS/SSUS] Add js_ip to slx-adminSimon Rettberg2019-11-271-1/+1
|
* [SSUS] Install alt-servers file for dnbd3-serverSimon Rettberg2019-10-282-1/+2
|
* [SSUS] Delete dnbd3's old "is-enabled" scriptSimon Rettberg2019-10-281-2/+1Star
|
* [SSPS/SSUS] Install remap file for tftpdv3.8Simon Rettberg2019-04-182-0/+2
| | | | | This works around buggy PXE clients that pad the filename with a lot of FF bytes.
* [SSUS] Improve iPXE messageSimon Rettberg2019-04-181-0/+3
|
* [SSUS] Always pull ipxeSimon Rettberg2019-04-181-4/+5
|
* [SSUS] Handle updating old Debian 8 32Bit installsSimon Rettberg2019-03-281-10/+25
|
* [SSUS] Require manual --version specSimon Rettberg2019-03-282-5/+10
|
* [SS.S] Make bootup slx-admin trigger its own serviceSimon Rettberg2019-03-252-2/+7
| | | | | Having it as a cron entry makes it impossible to order dependencies, like taskmanager, mariadb, etc.
* [SSPS/SSUS] Disable java accessibility helperSimon Rettberg2019-03-181-0/+6
|
* [SSUS] Suppress warnings, install cmakeSimon Rettberg2019-02-151-2/+3
|
* [SSUS] Apply our desired config to ipxeSimon Rettberg2019-02-151-4/+20
|
* [SSUS] Fix stuffSimon Rettberg2019-02-151-8/+17
|
* [SSUS] apt-install wrapper, install dev libs, refactoring..Simon Rettberg2019-02-141-27/+36
|
* [SSUS] Add file checks for remaining tarballsSimon Rettberg2019-02-141-0/+21
|
* [SSUS] Refactor dnbd3 update a bitSimon Rettberg2019-02-141-8/+9
|
* [SSUS] Fix tmate install to check for distro versionSimon Rettberg2019-02-142-7/+12
|
* [SSUS] Update/Install ldadp from sourceSimon Rettberg2019-02-142-14/+26
|
* [SSUS] Include dnbd3 source code, compile if version changedSimon Rettberg2019-02-142-4/+37
|
* [SSUS] php.ini patching: Look for php5 and php7Simon Rettberg2019-02-131-15/+22
|
* [SSUS] Update for new ipxe-aware slx-admin/taskmanagerSimon Rettberg2019-02-132-19/+80
|
* [*] Preparations for new iPXE (mtools, mkdir)Simon Rettberg2018-09-211-0/+10
|
* [SSUS] Purge atftpd instead of just uninstallingSimon Rettberg2018-05-071-1/+1
|
* [SSUS] Properly stop and remove atftpdSimon Rettberg2018-04-251-0/+7
|
* [SSUS] Fix systemd dropin droppingSimon Rettberg2018-04-201-6/+6
|
* [SSUS] Use failprint everywhereSimon Rettberg2018-04-201-13/+4Star
|
* [SSUS] Replace atftpd by tftpd-hpaSimon Rettberg2018-04-202-42/+63
|
* [SSUS] added permissionmanager to slxadmin module link listChristian Rößler2018-04-181-1/+1
|
* [SSUS] Update phpchild handling aswellSimon Rettberg2018-04-151-6/+11
|
* Revert "[SSUS] updater.template.sh: Check for major version (Deb.) accepts 9"Christian Rößler2018-04-131-1/+1
| | | | This reverts commit b5d4ebbeee15d8c25206fa07816c1b4216fc775e.
* Revert "[SSUS] Update script revert to Major no higher than 8"Christian Rößler2018-04-131-1/+1
| | | | This reverts commit 28f571452e9e6a3b45e7fea3b02cfd0a4a190a98.
* [SSUS] Update script revert to Major no higher than 8Christian Rößler2018-04-131-1/+1
|
* [SSUS] updater.template.sh: Check for major version (Deb.) accepts 9Christian Rößler2018-04-131-1/+1
|
* [SSUS] Add diffcp helperSimon Rettberg2018-03-211-58/+36Star
| | | | | | | | Copies a file from the updater to a destination, but only if the destination file does not exist or is different from the file to copy. The function returns 0 if the file was copied, so you can execute further commands only if the file actually changed, like restarting a service etc.
* [SSUS] Allow updating atftpd via .debSimon Rettberg2018-02-011-6/+15
|
* [SSUS] Extract cert from cert-key combo .pemSimon Rettberg2018-01-121-0/+8
|