summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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
2008-08-05Merge branch 'islavista' of mohit@git.vyatta.com:/git/vyatta-cfg-system into ↵Mohit Mehta
islavista
2008-08-06Merge branch 'islavista' of git:/git/vyatta-cfg-system into islavistaRick Balocca
2008-08-06Script cleanupRick Balocca
2008-08-05change DNS forwarding CLI from 'service dns-forwarding' to 'service dns forward'Mohit Mehta
2008-08-05Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3542rbalocca
2008-08-05add command for user to enter interfaces on which not to listen for DNS queriesMohit Mehta
2008-08-05- add ability to set cache-size for DNS forwarding from CLIMohit Mehta
- restart dnsmasq when /etc/hosts is modified from CLI to re-read added or deleted hosts
2008-08-03CleanupRick Balocca
2008-08-03Additional fixes for http://bugzilla.vyatta.com/show_bug.cgi?id=3520Rick Balocca
2008-07-25Merge branch 'islavista' of mohit@git.vyatta.com:/git/vyatta-cfg-system into ↵Mohit Mehta
islavista
2008-08-01Fixes for: http://bugzilla.vyatta.com/show_bug.cgi?id=3520 ↵rbalocca
http://bugzilla.vyatta.com/show_bug.cgi?id=3519 http://bugzilla.vyatta.com/show_bug.cgi?d for: http://bugzilla.vyatta.com/show_bug.cgi?id=3520 http://bugzilla.vyatta.com/show_bug.cgi?id=3519 http://bugzilla.vyatta.com/show_bug.cgi?id=3518 and perhaps others
2008-07-25First parts of DNS forwarding stuffMohit Mehta
2008-07-30Bugfix: 3519Bob Gilligan
Fix some typos in standalone_root_pw_reset.
2008-06-26=> Modified vyatta_update_resolv.pl to update (i.e. add and remove) ↵Mohit Mehta
'name-server' and 'domain-name-server' options in /etc/resolv.conf received by a dhcp client for an interface => Modified name-server/node.def so as to have the name-server set by our CLI on the top of /etc/resolv.conf to take priority over name-servers received from dhcp client
2008-07-07Don't add ide=nodma twiceStephen Hemminger
Since the drive sizing can be called twice, don't add duplicate entry to GRUB OPTIONS
2008-07-07fix for bug 3095Robert Bays
2008-07-03fix for bug 3417: use UUID in grub config fileAn-Cheng Huang
2008-07-03Fix problem if install-system run twiceStephen Hemminger
If install-system is run twice and the first pass copied the old configuration file; then the second time the leftover file from previous attempt needs to be cleaned up. Otherwise, the old configuration file will be copied even if the user doesn't want it!