| Age | Commit message (Collapse) | Author |
|
Comment- and message-string typos only (no code identifiers changed):
- scripts/install/install-get-partition: parition/partiton/partion -> partition; accomdate -> accommodate
- scripts/install/install-image-existing: yelds -> yields; underlaying -> underlying
- scripts/snmp/if-mib-alias: "not-writeable" -> "not-writable"
- scripts/vyatta-grub-setup: "grup-setup" -> "grub-setup" (GRUB, not "group"); maintance -> maintenance
Clears this repo's typos-check hits ahead of the T8490 ruleset pilot active flip.
🤖 Generated by [robots](https://vyos.io)
|
|
|
|
|
|
remote: T5726: Replace the download procedure call
|
|
|
|
This change fixes a filter used for `sed` during password reset in the
`set_encrypted_password()` function.
Old logic: search between `user username {` and the first line with `}` does not
work for users with extra options in config, like public keys.
New logic: search between `user username {` and the first line with
`encrypted-password` which should cover all possible combinations, except
situations when a password is not presented in a configuration file.
|
|
installer: T4776: Fixed installation on NVME in RAID-1 mode
|
|
Also fix indentation
|
|
A change in behaviour of coreutils 'cp' reveals a problem when doing a
'cp -a' from the bind mount /config; use /opt/vyatta/etc/config instead.
|
|
This change fixes installation into two NVME devices. It should be considered as
a temporary solution before migration to the new installer.
|
|
|
|
|
|
Commit f34e9028 ("T5136: properly unmount filesystems after installation") assumed
it would be a good idea to simply rm -rf the new root folder. This could have
a bad, non booting side effect.
Warn user if unmount fails but the filesystem is synced anyway. The rest is
handled by the Kernel on reboot.
|
|
|
|
Fix a hardcoded x86_64-efi reference, and ensure the correct GRUB binary package is installed
|
|
* fixed NVME drive names parser
* replaced partition parser to take into account `p` suffixes
on NVME partitions
|
|
|
|
|
|
T1869: Install and Boot from RAID Doesn't Work
T1126: Reusing a RAID from a BIOS install in an EFI install causes a failure to boot
|
|
T3865: loadkey command help text missing escape sequence
|
|
|
|
(#159)
* add search for same drive size if more than 2 drives are installed
* add ability to configure RAID-1 by selecting 2 drives
* cleaning up sysconf/filecaps rights
* cleaning up sysconf/filecaps rights xtables-monitor
(cherry picked from commit 3cc31793d57ce05421300ce4e8a1a1352291db85)
|
|
(cherry picked from commit 217c4b5c165e9e8a64bfe82d3ddade256b0990e0)
|
|
|
|
This reverts commit 4bc5dabe46fffc2edd5bdbda27f020ed1a2bfc33.
|
|
|
|
|
|
(cherry picked from commit 0c5edf1ced2872c495b190977db575deaf28fa1c)
|
|
(cherry picked from commit c36db1614b60fc180d016fd3b7f64d9342a503a6)
|
|
the default was still set to "Yes"
|
|
We will first download and try to verify the image using the generated minisign
signature. If this fails, we try to retrieve the GPG signature file.
|
|
menuentry
|
|
Actions are now handled in vyos-router script on startup by calling the vyos-1x
Python handler scripts.
|
|
|
|
|
|
|
|
|
|
|
|
Fall back to MD5 if SHA256 checksums could not be found
Don't bother downloading .iso.sha256 files
|
|
|
|
|
|
Serial interface is in the default config and without that function
system installation via serial console still works like a charm!
|
|
|
|
|
|
|
|
|
|
- CHanging sysctl values should be done by out generic file
/etc/sysctl.d/30-vyatta-router.conf
- NTP config must not be restored from from /opt as it is entirely
rendered from scratch.
|
|
Commit ac2586bc ("T671: remove apparently unused scripts") dropped the
restricted-shell helper script which is not referenced by any other VyOS/Vyatta
shell script, but rather directly from C code [1].
Restore the file.
[1] https://github.com/vyos/libpam-radius-auth/blob/76ad405d374f70812/src/radius_shell.c#L125-L129
|
|
|
|
These scripts have been superseded by the cloud-init tools, and contain
legacy references to XorpConfigParser.pm (via
vyatta-cfg/scripts/vyatta-load-config.pl, via ConfigLoad.pm), which one
would like to retire.
|