summaryrefslogtreecommitdiff
path: root/scripts/init
AgeCommit message (Collapse)Author
2019-09-02Revert "[boot-config-loader] T1622: Add failsafe and backtrace to boot ↵Christian Poessinger
config loader" This reverts commit 2efab7cecff92a44245fdc32d928faf6386a6e03.
2019-08-31[boot-config-loader] T1622: Add failsafe and backtrace to boot config loaderJohn Estabrook
2019-08-27T1398: remove reference to deprecated version scriptJohn Estabrook
2019-05-30T1334: Migration script runner rewriteJohn Estabrook
Use vyos-1x migration script runner.
2019-03-13Revert "[frr-script] fixing frr-init parameter syntax"hagbard
This reverts commit 0eab765d5ad24f7fb4dd722ac20d370f708379f0.
2019-03-13[frr-script] fixing frr-init parameter syntaxhagbard
2019-03-12Update the startup script for FRR post 7.0 start procedure.Daniil Baturin
2019-01-02T1146: run postconfig scripts from vyos-router startup script to force ↵Daniil Baturin
correct ordering.
2018-11-12T969: bind mount /boot before config.boot is loaded so that GRUB config can ↵Daniil Baturin
be modified by config scripts.
2018-10-21Move systemd mods to /lib directoryUnicronNL
Remove redundant my_commit check Do not show output on serial-getty (double output issue)
2018-10-15Rework vyos router init (#11)Kim
* Add a systemd vyos.target and split the vyatta-router init script to multiple systemd scripts. * remove ref to cloud-init * Remove vyatta-router init and rename vyatta-router to vyos-initialize. * Install files to correct dirs * try to fix systemd boot issues * Update script names run config load in background to not block systemd * Prevent cat: write error: Broken pipe * Rework vyos startup * add systemd to Makefile.am * Update script name * Fix inclusion of getty conf * Fix indentation