Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-29 | rc.local/update_jdn.sh: rework disabling dsa-check-packages | Alexander Couzens | 1 | -3/+0 | |
When rc.local was executed, it disables dsa-check-packages via ln -sf /bin/true /usr/local/bin/dsa-check-packages which disables it. But when the next time update_jdn.sh run, update_jdn.sh overwrite /bin/true with the original dsa-check-packages perl script. All scripts which use /bin/true rather than a built-in (like bash) might fail if some packages are outdated. Disabling of dsa-check-packages is done now in update_jdn.sh, but after dsa-check-packages got overwritten. It's also now using a one line shell script instead of a symbolic link, which allows to add a comment. Also add temporary check if /bin/true is a perl script and repair it by reinstalling coreutils. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-04-28 | simplify (and fix) check for incorrect mtu | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-04-28 | add debugging output and change system last | Holger Levsen | 1 | -19/+18 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-03-30 | reproducible Debian: set eth's MTU to 1500 on boot, if it's not set to 1500 | Holger Levsen | 1 | -0/+14 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-21 | reproducible Debian: add code to fixup /(dev|run)/shm on boot, see #851427 | Holger Levsen | 1 | -0/+10 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-01-21 | reproducible Debian: refactor, use one common rc.local script for all hosts | Holger Levsen | 1 | -2/+68 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2015-12-21 | use 'date -u' always | Holger Levsen | 1 | -1/+1 | |
2015-11-15 | reproducible: run future nodes also 6h and 23min ahead | Holger Levsen | 1 | -11/+0 | |
2015-11-12 | (if) run system 398 days in future | Holger Levsen | 1 | -1/+1 | |
2015-10-02 | reproducible: let's not run the 2nd build in the future until things run ↵ | Holger Levsen | 1 | -1/+5 | |
more stable again | |||||
2015-10-02 | reproducible: better explain maintainer notifications | Holger Levsen | 1 | -3/+3 | |
2015-09-07 | reproducible: it seems to be easier to run 400 days in the past... | Holger Levsen | 1 | -2/+2 | |
2015-09-07 | modify rc.local on hb0|bpi0|profitbricks-build2 to run the system 400 days ↵ | Holger Levsen | 1 | -0/+7 | |
in the future (so far only manually deployed on bpi0) | |||||
2015-09-07 | send mail on reboot for all nodes | Holger Levsen | 1 | -0/+16 | |