Age | Commit message (Collapse) | Author |
|
|
|
(cherry picked from commit 4448d944c3cb6a47692119c8f1e8442e82316183)
|
|
|
|
|
|
|
|
present
(cherry picked from commit 77569a0c2fa529289bfc6c8f77e8edbc221f54b9)
|
|
Not all boards/devices ship the /sys/class/dmi/id/product_uuid file, thus a
fallback is used (e.g. on PCEngines APU4 board) which feeds the device specific
UUID from /sys/class/dmi/id/product_serial
(cherry picked from commit 224941480bb5e41ee6b43e3bf0f357568f18d44f)
|
|
(cherry picked from commit 6a94fc44e95735b9f6bd4fc162c3775b902dc0eb)
|
|
Specifying vyos-debug on the Kernel commandline will enable additional debug
featurs as the following temporary files are created so the boot process can be
logged:
* /tmp/vyos.ifconfig.debug
* /tmp/vyos.frr.debug
* /tmp/vyos.container.debug
(cherry picked from commit 1c19c5d83797eaaff1976ce80374456cacdc9e6c)
|
|
(cherry picked from commit d93aa7a934b35dbb4229d2463a869cbaee1654cd)
|
|
|
|
In some cases, like ISO or PXE boot, the `/opt/vyatta/etc/config/` folder does not bind to `/config/`. To run scripts from the `/scripts/` subfolder paths must be relative, just like for the `config.boot` file.
This commit replaces hardcoded paths to relative that use the `$vyatta_sysconfdir` as the prefix.
|
|
Remove ConfigLoad.pm due to its legacy reference to XorpConfigParser,
all dependent scripts:
vyatta-boot-config-loader
vyatta-config-loader.pl
vyatta-load-config.pl
(rewritten or obviated), and references in logrotate, Makefile.am, and
vyos-router (vyatta-boot-config-loader was kept as a fallback when
initially introducing vyos-boot-config-loader.py).
|
|
|
|
|
|
On devices with many nic's udev initialization and nic renaming could take a lot of time, this commit delays vyos-router startup until udev is completed, and thouse all nic renaming processes are completed prior to starting vyos-router
|
|
|
|
config loader"
This reverts commit 2efab7cecff92a44245fdc32d928faf6386a6e03.
|
|
|
|
|
|
Use vyos-1x migration script runner.
|
|
This reverts commit 0eab765d5ad24f7fb4dd722ac20d370f708379f0.
|
|
|
|
|
|
correct ordering.
|
|
be modified by config scripts.
|
|
Remove redundant my_commit check
Do not show output on serial-getty (double output issue)
|
|
* 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
|