summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2020-03-12[boot-config-loader] T1622: Add log file to logrotate list; add 'missingok'John Estabrook
2019-10-01T1424: Rewrite the config load scriptJohn Estabrook
2019-06-19[logrotate] T1420 - logrotate permission errors on vyatta logfileshagbard
2019-05-28T1397: Rewrite the config merge scriptJohn Estabrook
Add support for the config merge script in vyos-1x.
2018-10-21Move systemd mods to /lib directoryUnicronNL
Remove redundant my_commit check Do not show output on serial-getty (double output issue)
2018-10-15Rework vyos router init (#11)Kim
* Add a systemd vyos.target and split the vyatta-router init script to multiple systemd scripts. * remove ref to cloud-init * Remove vyatta-router init and rename vyatta-router to vyos-initialize. * Install files to correct dirs * try to fix systemd boot issues * Update script names run config load in background to not block systemd * Prevent cat: write error: Broken pipe * Rework vyos startup * add systemd to Makefile.am * Update script name * Fix inclusion of getty conf * Fix indentation
2018-10-01T867: add support for running post-upgrade scripts.Daniil Baturin
2018-08-27T441: do not start FRR with systemdDaniil Baturin
at least until we figure out how to make watchfrr stop restarting all daemons if just one failed and stop systemd from restarting FRR if watchfrr is not enabled.
2018-08-24T441: adjust init scripts and postinst actions to use FRR instead of quagga.Daniil Baturin
2018-08-04T668: do not mount /config since it's already done by an initramfs script.Daniil Baturin
2018-07-03T727: add support for pre-config boot scripts.Daniil Baturin
2017-11-03T281: Add https support to the load commandChristian Poessinger
2017-04-27add logrotate for auth.logKim Hagen
2017-03-30cleanup mount functionsKim
2017-03-30mounting different persistenceKim
if persistence is set for /config on an other device then also create and mount /config
2016-02-05Add function to bash-completion script to fix message "bad array subs cript"Kim Hagen
2016-02-05Change vyatta-union to vyos-union.Thomas Jepp
2016-02-03Actually mount /boot and /boot/grub on Jessie.Thomas Jepp
2015-10-25Bug 584 - Allow sftp as copy and commit-archive location destination.Leon Messner
2015-07-09vyatta-cfg: updated fix for formatting top level cli merge commandAlex Harpin
Update to the earlier fix for the formatting issue with the merge command when listing the available commands at the top level CLI. The previous commit caused formatting issues with node level commands, purely aesthetic. Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509
2015-06-30vyatta-cfg: fix formatting issue with top level cli merge commandAlex Harpin
Fix a formatting issue with the merge command when listing the available commands at the top level CLI, purely aesthetic. Bug #509 http://bugzilla.vyos.net/show_bug.cgi?id=509
2014-04-30Removed dirty workaround for fuse completely.Kim Hagen
Use Build-iso to create /etc/fuse.conf file. Use pipe(),fork(),execl() functions instead of system() function to call unionfs-fuse.
2014-04-25Removed part of dirty workaround, chmod of of /dev/fuse and /usr/bin/fusermountKim Hagen
can be avoided by adding admin users to the fuse group. That part is done in the vyatta-cfg-system package.
2014-03-10fusermount in squeeze is not executable for non-members of fuse, fix it at boot.Daniil Baturin
2014-03-10Some dirty workarounds to get unionfs-fuse to work.Daniil Baturin
2013-11-03Add kernel commandline option to boot with specific config.Daniil Baturin
vyos-config=/config/something
2013-11-03Rename novyatta-$foo kernel command line option to no-vyos-$fooDaniil Baturin
That option is used to disable specific init scripts, e.g no-vyos-migrate disables config migration.
2013-11-03Some more missed Vyatta occurences.Daniil Baturin
2013-11-03Remove some XORP-related checks.Daniil Baturin
2013-11-02Remove support for /config on punched card^W^W floppy driveDaniil Baturin
2013-11-01Replace s/Vyatta/VyOS/ in init scriptDaniil Baturin
2013-06-03update init file to require vyatta-unicastRobert Bays
2012-09-12Fix a few completion bugsJohn Southworth
1. Bugfix 8254: Show the help text first so users don't think there is only one completion for a value when it exists with non-comps 2. Fix config mode inconsistencies with operational mode. Show all values in help text. 3. Fix "exists_only" command handling. Only show nodes that exist when doing completion for show, comment, and delete.
2012-08-22Bugfix 8183: Make sure files in /config are owned by the vyattacfg groupJohn Southworth
2012-03-22Bugfix 7267: make inodes allocate dynamicallyJohn Southworth
2012-02-03Fix an inconsistency with single non-completion casesJohn Southworth
2012-02-03Fix some bugs in config path helpersJohn Southworth
2012-02-03Add ability to differentiate between node types in help textJohn Southworth
2011-12-09Fix default completions for configuration modeJohn Southworth
2011-12-02raid: leave modules intactStephen Hemminger
The RAID startup process is buggy. If modules are unloaded while mdadm is running it crashes. For now just leave modules intact, and figure out why MD is unnecessarily started later.
2011-11-29init: unload unneeded raid modulesStephen Hemminger
Bug 6472 Ok to remove more raid modules
2011-10-21Fix a few config completion mistakes: help text was no longer being paged ↵John Southworth
(this differed from op mode). Fix the Invalid top level command help text
2011-10-18Fix broken completion for copy and rename second parameterJohn Southworth
2011-10-17Make directory completions, if it is the first word of a run completion, ↵John Southworth
work so that users can easily find scripts they may be trying to run.
2011-10-11Fix completions for fields that have more than one wordJohn Southworth
* Make the compreply filter not sort a list that contains only one element. This can cause some problems because some elements contain multiple words, interface descriptions for instance. * Fix typo in function name
2011-10-06quote individual elements for the validation stringJohn Southworth
2011-10-06Fix typo in error messageJohn Southworth
2011-10-06Bugfix 6747: use bash conditional expressions instead of posix test ↵John Southworth
expressions when doing comparisons. The conditional expressions don't do as much expansion as the test expression does, and are the modern variant
2011-10-06Fix up completions for commit and compareJohn Southworth
2011-10-05Add comments to document the changes in completion scriptJohn Southworth