summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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
2018-05-31T232: force FAT label creation before creating the root partition.Daniil Baturin
2018-05-30T669: set IPv6 keep_addr_on_down sysctl options to 1 and get rid of intfwatchd.Daniil Baturin
2018-05-28Ignore nss mapuser when radius is enabled.Kim Hagen
2018-05-17T648: fix custom sysctl setting because of output redirectionChristian Poessinger
2018-05-16T574: remove the old system host-name/domain-name commands, moving to vyos-1x.Daniil Baturin
2018-05-07T623: Rewrite NTP subsystem in new XML style interface definitionChristian Poessinger
2018-04-15T588: Remove DNS forwarder restart command in favour if XML interface definitionChristian Poessinger
2018-04-05Do not restart tty, it will put you back at login screen.Kim
2018-03-10Merge remote-tracking branch 'upstream/current' into currentChristian Poessinger
* upstream/current: T507: add autocompletion or SSH key exchange algorithms sometimes drives report they are not aligned
2018-03-10Merge remote-tracking branch 'c-po/remove-install-system-cmd' into currentChristian Poessinger
* c-po/remove-install-system-cmd: Remove "install system" command
2018-02-22sometimes drives report they are not alignedKim
And then on reboot it hangs where it should start grub
2018-02-20Rename the "client" NTP option to "allow-clients" to make it more clear what ↵Daniil Baturin
it does (fixes T553).
2018-01-21T523: Only bind dnsmasq to configured interfacesChristian Poessinger
2018-01-21T523: Use systemctl to stop/restart dnsmasqChristian Poessinger
2018-01-21T523: Use new location for dnsmasq config filesChristian Poessinger
2018-01-03Merge pull request #62 from phoenix0984/eccKim
Add ecc support to openssh
2017-12-27T496: remove diagnostic partition for RAID1 installsChristian Poessinger
2017-12-26T488: GRUB can't boot from software RAIDChristian Poessinger
2017-12-09T414: Remove 'telnet' serviceChristian Poessinger
Telnet remote logins have been deprecated for decades. As Debian 'jessie' busybox no longer has a telnetd applet, this service is no longer available.
2017-11-18removing first grub timeoutKim
2017-11-03Remove "install system" commandChristian Poessinger
Related to "T157: Remove "install system" command".
2017-11-03vyatta_update_console.pl uses systemd, remove inittab referenceChristian Poessinger
2017-10-18Add ecc support to opensshMarcel Gisselmann
2017-07-04T331: root should be set to md/X instead of md/mdXJose Irigon de Irigon
2017-06-11Fix to generate correct NTP config when specifying ipv6 servers.sayo
2017-06-05remove trailing space from version (if there is any)Kim
2017-05-01Merge pull request #55 from lafriks/patch-1Kim
Fix vyatta-dns-forwarding.pl after merged pull request #53
2017-04-29update udev folder location and partially fix T290Kim Hagen
2017-04-28add "VyOS" to sysDescrKim
We do not use our distro name in the version numbering.
2017-04-27generate ssh_host_ed25519_key if it is missingKim
2017-04-27snmpd would not start when V3 was configuredKim Hagen
Updated all snmpd daemon commands to systemd type.