summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2010-02-03Allow fine grain disabling of vyatta during bootStephen Hemminger
Can skip system config or firewall portions individually. Can use: novyatta-configure novyatta-migrate novyatta-rl-system ...
2010-02-03Remove dead functionStephen Hemminger
unused
2010-02-03Move modprobe.d/no-copybreak to vyatta-cfg-system packageStephen Hemminger
It is really part of interfaces not vyatta-cfg
2010-02-03Rename vyatta-ofr to vyatta-routerStephen Hemminger
Bug 4386 vyatta-ofr is out of date product name.
2010-02-03Allow disabling vyatta config on kernel bootStephen Hemminger
Bug 4604 Add grub option to allow disabling all configuration on boot. This is useful for debugging and recovery of trashed system.
2009-12-22Revert "Workaround issues with floppy formatting on some VM and hardware"Stephen Hemminger
This reverts commit ba1376cd853e6b48cd3c6d32a71e5bb6672c3ff9. Conflicts: Makefile.am
2009-12-21Workaround issues with floppy formatting on some VM and hardwareStephen Hemminger
This is a known upstream kernel bug, but turning off DMA should solve majority of problem.
2009-12-21Fix lintian warning about vyatta-ofr not providing itselfStephen Hemminger
The init script was not technically LSB compliant
2009-12-21Move no copy break modprobe file to handle Debian Lintian warningStephen Hemminger
Future versions of modutils ignore files not named .conf, and latest Debian tools warn about that. Fix it before the bug happens.
2009-12-04Add alias wrapper for vyatta-load-user-keyStephen Hemminger
Similar to existing load config.
2009-11-12Change options to floppy mountStephen Hemminger
Try and update floppy synchronously for super block updates. This attempts to address issues where floppy is ejected without unmounting; which is not completely safe.
2009-10-29Change how floppy is mountedStephen Hemminger
This fixes several problems: 1) Only try mounting once which avoids several I/O errors 2) Mount floppy with safer options for security 3) Use more optimum methods to reduce boot time This should really be done by better udev support. But the root of the problem lies in the Debian upstream package maintainer. He is hostile to later advancements, and still maintains a static /dev infrastructure as well as devfs compatiablity! Ubuntu, SUSE, and Redhat have all migrated to creating devices via udev; this would allow floppy device to only exist if floppy is present. And then inserting a floppy could cause udev add event to mount /media/floppy...
2009-10-28Avoid updating config.boot unless necessaryStephen Hemminger
On normal boot, no changes to config.boot or modes are needed.
2009-10-28Add copybreak option to all ether driversStephen Hemminger
Rest of Bug 4428
2009-10-19add sudo back to save command, and add check to save script that validates ↵slioch
vyatta config token at end of file. this will prevent the accidental overwrite of non vyatta config files. check on prevent existing files that don't contain ' === vyatta-config-version:' from being saved to.
2009-10-15modify group ownership on save commandslioch
2009-08-28Bugfix 4793: Narrow the set of platforms on which module is loaded.Bob Gilligan
(cherry picked from commit 97cd67eda018db24517ad644d2ad1547fdb52231)
2009-08-28Bugfix 4793: Load the acpi_cpufreq module on certain processors.Bob Gilligan
(cherry picked from commit 6202e7c5f0e8e0657c49e9d8422b6ef45b9ff84b)
2009-08-27add no copybreak for more driversStephen Hemminger
2009-06-05fix for bug 4505 merge is now called merge.slioch
2009-06-04Bugfix 4235: Improve help text.Bob Gilligan
2009-05-29Bugfix 4235: Code cleanup.Bob Gilligan
2009-05-29Bugfix 4235: Add help for "copy" and "rename" commands.Bob Gilligan
2009-05-28Bugfix 4235: Add help text for "load" and "save" commands in config mode.Bob Gilligan
2009-05-26Bugfix 4428: Disable copybreak in selected drivers to improve performance.Bob Gilligan
2009-05-21added load-merge command to configuration modeslioch
2009-03-09Block shutdown in configure modeStephen Hemminger
2009-02-18fix for bug 4138: reset *glob after completionAn-Cheng Huang
2009-02-09Fix Bug 3385 in completion script, thus, also fixing Bug 4120Mohit Mehta
2008-11-17Merge branch 'islavista' into jennerRick Balocca
2008-11-17Merge branch 'islavista' of git.vyatta.com:/git/vyatta-cfg into islavistaAn-Cheng Huang
2008-11-17fix for bug 3922: disable "vpn" command for operators.An-Cheng Huang
2008-11-14Fix 3919: Operator level users cannot issue ping6 commandStig Thormodsrud
2008-11-07Avoid overhead of modprobeStephen Hemminger
Floppy device driver is now builtin the kernel. Mount will load necessary filesystems
2008-10-30Set history timestamp at start of shellStephen Hemminger
For Bug 250, need to get timestamp from start of shell. Otherwise, all commands show up as now
2008-10-24Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavistaStephen Hemminger
2008-10-24Expand shell historyStephen Hemminger
Bugfix 250 Collect more shell history and force append Note: this overrides default setting of HISTCONTROL in .bashrc
2008-10-17Bugfix: 3655Bob Gilligan
Unload unused RAID modules.
2008-10-10reboot not allowed from operator levelStephen Hemminger
This change prevents operator from seeing the reboot command in completion.
2008-10-07Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2138rbalocca
2008-09-26Simplify the coderbalocca
2008-09-26Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3680 (floppy config not ↵rbalocca
loaded)
2008-09-10Allow operator user to execute top level "update" node.Stig Thormodsrud
2008-08-28Allow use of aufsStephen Hemminger
Use $UNIONFS environment variable
2008-08-21fix for bug 3280: ignore password etc. in historyAn-Cheng Huang
2008-07-30mark vyatta-cfg as bash not sh scriptStephen Hemminger
This gets rid of a build error from lintian
2008-07-23Code moved for fix of bug http://bugzilla.vyatta.com/show_bug.cgi?id=3417Rick Balocca
2008-07-07Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3427rbalocca
2008-06-30add help string for "copy" and "rename"An-Cheng Huang
2008-06-30fix for bug 3400. user vyatta needed modification to discard command.Michael Larson