summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2019-07-31T1381: add dhclient config options for option 121 classless routes.Daniil Baturin
2019-07-31T1553: add 'noautologin' to boot parametersJohn Estabrook
Debian live-config (>= 5.0) will set the default to 'autologin' when booting in live mode, unless explicitly set.
2019-06-30Merge branch 'current' of https://github.com/vyos/vyatta-cfg-system into currentDaniil Baturin
2019-06-30T1430: initial implementation of IPv4 DHCP client id and hostname options.Daniil Baturin
2019-06-18[ installer ] T1446: on installing with efi skip theKim Hagen
xen extra checks, they use dmidecode which will not work in efi mode Get the UUID of the correct partition based on the install type (bios/efi)
2019-06-12fix if statementKim Hagen
2019-06-12Force create raid without answering the question if you want to create it.Kim Hagen
Update initramfs to include raidconfig avoiding md127 being created on reboot.
2019-06-04T1392: improve VyOS boot time by changing {hot,cold}plug callsmtudosoiu
2019-05-20[interfaces] T1387: Fix removal of DHCP interface w/o assigned addressChristian Poessinger
If a DHCP interface fails to get an IP address, deleting the interface results in a bash script error.
2019-04-29T1359: Bugfix handling VLAN interfaces on DHCP -> static address changeChristian Poessinger
Changing VLAN interface address from DHCP to static is not handeled in vyatta-address script as VLAN interfaces are called e.g. eth0.201 or br0.10 and dhclient replaces the '.' by '_', this was not handeled.
2019-04-23T1327: Set the serial console speed to 115200 by defaultJohn Estabrook
Set the default serial console speed to 115200 in system update scripts, to accord with the changes in the build scripts.
2019-04-18T1344: rename RADIUS 'system login' nodesChristian Poessinger
In order to prepare for adding a RADIUS source IP address and synchronize the syntax with L2TP/PPTP the nodes have been renamed from: set system login radius-server x.x.x.x to set system login radius server x.x.x.x
2019-04-10T1329: support installation on SD cards fixKim
2019-03-27T1296: support installation on SD cardsChristian Poessinger
2019-03-22T1309: remove duplicate ip address checkRuben Herold
2019-02-14T1174: migrate local hostname/DNS handling to vyos-1xChristian Poessinger
2019-01-23T980 and T969 update serial console baud on the flyKim
* update serial console baud on the fly * Update help of console speed, a reboot is not required anymore to set the correct baud rate.
2019-01-21T1172: vyatta_update_sysctl.pl does not support options that have multiple ↵Daniel Pro
values Updated vyatta_update_sysctl.pl, now handles multiple values
2019-01-08Merge pull request #95 from kroy-the-rabbit/currenthagbard-01
Fix: T1107 Added requested option to grub
2019-01-07T1026: Removing tunnel deletes all tunnels?hagbard
2019-01-02T1120: Add rootdelay=5 by default in grub.cfgdanhusan
Let disks settle to workaround issue with MD array not being detected.
2018-12-22T1107 Added requested option to grubkroy
2018-12-03T1047: look for a saved config in the "real" config dir at install timeDaniil Baturin
(i.e. not the bind-mounted /config).
2018-12-01EFI Cleanup. Adding removable option to grub-installKroy
2018-11-30Revert "Revert "T1055: Wait for Duplicate Address Detection on the relevant ↵Daniil Baturin
interface"" This reverts commit c27f83c59f4567a63d9f9aa5008b8183ee964a2a.
2018-11-30Revert "T1055: Wait for Duplicate Address Detection on the relevant interface"revert-87-currentDaniil Baturin
2018-11-29Merge pull request #87 from gsadams/currenthagbard-01
Fix: T1055: Wait for Duplicate Address Detection on the relevant interface
2018-11-29Fix: T1053 - Error when re-configuring an interface from DHCP to static IPhagbard
2018-11-27T1055: Wait for Duplicate Address Detection on the relevant interfaceGeoff Adams
The DHCPv6 client can't start on an interface when DAD is ongoing. There is a workaround in place to wait for DAD to complete, but it only works on eth0!
2018-11-25T1045: static route dhcp-interface: check for ip in responseRunar Borge
Checks done to verify a dhcp-lease on the interface is updated to look for a ip-address like response from dhclient before returning an error. This fixes the error where a newline was enough to make the checks fail.. Updated to also make sure no newline is returned after the address to make sure commands using adresses from this script is not cut in half by the newline, and to be in line with the syntax on all errors. (no newline at the end)
2018-11-13T1006: remove the check-ipv4-ipv6.pl script that is not used anywhere.Daniil Baturin
2018-11-09Cleanup output (#85)Kim
2018-11-07Add uefi install option. (#84)Kim
* Add grub-efi package dependencies * Install grub-efi if we install on efi partition
2018-11-06T955: Integrating EFI into the installerKroy
2018-11-05T955: Integrating EFI into the installerKroy
2018-11-05T288: normalize IP(v6) addresses before passing them to iproute2.Daniil Baturin
2018-10-24T903: Wait for IPv6 DAD to complete before attempting to start dhclient v6Adam Liddell
If this is not done, dhclient will fail with error "Can't bind to dhcp address: Cannot assign requested address". Also, misc whitespace fixes to file.
2018-10-16T600: Virtio network card, no info (maybe not fully supported?)hagbard
- set_speed_duplex checks for the existing values (again) and only issues ethtool if they differ. virtio_net returns 'unknown' therefore the settings have been applied only every 2nd commit.
2018-10-15Merge pull request #79 from hagbard-01/currenthagbard-01
T600: Virtio network card, no info
2018-10-15T600: Virtio network card, no infohagbard
2018-10-15T885 Bug in add system image signature check confirmationEwald van Geffen
Documentation https://github.com/vyos/vyatta-cfg-system/blob/current/scripts/install/install-functions#L90 (cherry picked from commit 1a05b1bfe0ccfd3f02a1cd4983b5f899364408c8)
2018-10-02Remove some remnant of the Vyatta Subscription days.Daniil Baturin
2018-10-02T867: set the upgraded flag on image update if the user choses to save ↵Daniil Baturin
configuration.
2018-08-25T797: add sudo to ip command calls in other interface types.Daniil Baturin
2018-08-02T764: increase the drive size requirement to 2G.Daniil Baturin
2018-07-29T757: Rewrite 'service dns dynamic' in new XML style formatChristian Poessinger
2018-06-30T719: remove warnings from SNMP ifAlias Perl scriptChristian Poessinger
SNMPD is executing an external PERL script when retrieving ifAlias descriptions. This is done via pass .1.3.6.1.2.1.31.1.1.1.18 /opt/vyatta/sbin/if-mib-alias ... but as VyOS 1.2 now uses Perl 5.20 some options will trigger warnings on script invocation. given is experimental at /opt/vyatta/sbin/if-mib-alias line 121. when is experimental at /opt/vyatta/sbin/if-mib-alias line 122. when is experimental at /opt/vyatta/sbin/if-mib-alias line 123. when is experimental at /opt/vyatta/sbin/if-mib-alias line 124. .1.3.6.1.2.1.31.1.1.1.18.1 string LOOPBACK Those warnings have been suppressed!
2018-06-08T652: remove PERL scripts required for SNMP serviceChristian Poessinger
2018-06-08Revert "T652: remove SNMP perl scripts"Christian Poessinger
This reverts commit 4524181410b68367d91e07552466ef577ac5b0e3.
2018-06-08T652: remove SNMP perl scriptsChristian Poessinger