summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2008-09-17Fix Bug 3607 Error setting DNS forwarding to use DHCPMohit Mehta
2008-09-22Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3694Rick Balocca
2008-09-17Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
islavista
2008-09-17Add support for bondingStephen Hemminger
Bugfix 3173 Add support for bonding device creation and adding slaves
2008-09-17expose the union option in install-systemRobert Bays
2008-09-17fix bug 3863Robert Bays
2008-09-16Don't kill An-Cheng's commits.Robert Bays
2008-09-16change to native install from a USB stickRobert Bays
2008-09-16remove complex options from union installRobert Bays
2008-09-16changed union install to support multiple directoriesRobert Bays
2008-09-16add postinst hook for install-systemAn-Cheng Huang
2008-09-11use script for setting/deleting system nameserversMohit Mehta
2008-09-10- change forced update wait time from 2 weeks to 4 weeks if no change in IP ↵Mohit Mehta
as per the free service provided by dyndns
2008-09-10- remove ddclient cache before restartingMohit Mehta
- modify script to run op-mode update ddns
2008-09-10fixes to install-system and grub-setup for xen hypervisor and device.mapRobert Bays
2008-09-06- use apt per interface ddclient filesMohit Mehta
- update dynamic dns service with same IP address if IP has not changed for two weeks
2008-09-08Account for size of diag partition when calculating disk size, which is neededBob Gilligan
in order to create the data partition.
2008-09-06first attempt at implementing CLI support for Dynamic DNSMohit Mehta
2008-08-30better worded warning when no name-servers set under 'system name-server'Mohit Mehta
2008-08-30released interface should be flagged as a warning rather than a commit failedMohit Mehta
2008-09-03Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵Robert Bays
islavista Conflicts: scripts/install-system
2008-09-03add functioanlity for binary images to install systemRobert Bays
2008-08-30prompt warning for no nameservers if no nameservers set and no interface set ↵Mohit Mehta
to use dhcp
2008-09-03Add support for aufsStephen Hemminger
If system is booted with aufs (instead of aufs) then propogate it to the installed grub options.
2008-08-30polish up DNS forwarding error messagesMohit Mehta
2008-08-30move from a 'ignore-interface' model to a 'listen-on' model for DNS forwardingMohit Mehta
2008-08-29remove 2nd timeout to avoid 64-bit boot problemAn-Cheng Huang
2008-08-29Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵Bob Gilligan
islavista
2008-08-29Update install-system and grub-setup to handle RAID-1 configuration.Bob Gilligan
2008-08-29Merge from "hollywood"Rick Balocca
2008-08-29Merge branch 'hollywood' into islavistaRick Balocca
2008-08-13Bugfix: 1292Bob Gilligan
Disable logo per instructions from Anatoly.
2008-08-11Bugfix: 1292Bob Gilligan
Re-enable the Vyatta logo on boot.
2008-08-10- servers being used for dns forwarding written to dnsmasq.conf with more ↵Mohit Mehta
info in comments - tighten check for updating resolv.conf for domain-names received from dhcp-server
2008-08-09log dnsmasq output to /var/log/dnsmasq.log on start-up and whilst running ↵Mohit Mehta
(i.e. when sent a signal to log) this will be used to extract information for 'show dns forwarding statistics' command
2008-08-08tighten the checks for checking the existence or removal or nameserversMohit Mehta
2008-08-08tighten regex pattern to get dhclient resolv filesMohit Mehta
2008-08-18Change udevtrigger to udevadm trigger.Stig Thormodsrud
2008-08-07More spaces (bugs http://bugzilla.vyatta.com/show_bug.cgi?id=3549 and ↵rbalocca
http://bugzilla.vyatta.com/show_bug.cgi?id=3552)
2008-08-07Fixes for bugs: http://bugzilla.vyatta.com/show_bug.cgi?id=3549 and ↵rbalocca
http://bugzilla.vyatta.com/show_bug.cgi?id=3552 This fix involves removing multiple spaces between args on the kernel command line. This fixes the symptom, but the root cause is an uninitialized variable in the grub-pc code, so there is absolutely no guarrantee that this problem will not arrise again. The correct fix is either to return to grub (V1) or to have the developers find and fix the unitialized memory.
2008-08-07remove earlier added dnsmasq optionsMohit Mehta
2008-08-07update dns forwarding nameservers on dhcp lease updatesMohit Mehta
2008-08-07configure dnsmasq to use dns-servers as specified in CLIMohit Mehta
2008-08-07use config rather than /etc/resolv.conf to get system set nameserversMohit Mehta
2008-08-06Merge from islavistaRick Balocca
2008-08-06Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3520Rick Balocca
2008-08-06Merge branch 'islavista' of mohit@git.vyatta.com:/git/vyatta-cfg-system into ↵Mohit Mehta
islavista
2008-08-11Merge branch 'hollywood' into islavistaRick Balocca
Conflicts: scripts/grub-setup
2008-08-06code to specify DNS forwarding nameservers (system, dhcp, explicitly ↵Mohit Mehta
specified) using CLI
2008-08-06change 'service dns forward' to 'service dns forwarding'Mohit Mehta