summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2007-12-13move floppy handler to initrdTom Grennan
2007-12-13support aufs and unionfsTom Grennan
2007-12-07add policy mechanism for user management: per-level policies controlAn-Cheng Huang
default restricted mode and allowed op/cfg/pipe commands.
2007-11-30use the default pager set in op mode for config mode "show" output.An-Cheng Huang
2007-11-29* add completion for "pipe".An-Cheng Huang
* don't use eval for "show".
2007-11-27don't expand empty command lineAn-Cheng Huang
2007-11-15add "root-level" completion/helpAn-Cheng Huang
2007-11-07* support rc.local on persistent storage.An-Cheng Huang
* start vyatta-ofr at S90.
2007-11-06correct owner/permissions for saved config filesAn-Cheng Huang
2007-11-06handle "type:" without help stringAn-Cheng Huang
2007-11-06correctly handle "type help" in completionAn-Cheng Huang
2007-11-06Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgTom Grennan
Conflicts: etc/init.d/vyatta-ofr
2007-11-06config priorities...Tom Grennan
/opt/vyatta/etc/config if .../config.boot exists otherwise, bind /opt/vyatta/etc/config to either ~root/vyatta/config or /media/floppy/config (in order) if neither exist, create ~root/vyatta/config
2007-11-06handle config directory in vyatta-ofr init.An-Cheng Huang
2007-11-02* config-mode "show" command now hides default values.An-Cheng Huang
* add "show -all" command to display all values. * "save" command saves all values.
2007-11-01remove unused subinits from vyatta-ofr initAn-Cheng Huang
2007-10-31ignore trailing spaces in config templatesAn-Cheng Huang
2007-10-31add config-mode "run" command (for running op mode commands).An-Cheng Huang
2007-10-31rename bash completion script to enforce ordering.An-Cheng Huang
2007-10-26add proper handling of values with "spaces".An-Cheng Huang
2007-10-24* add dynamic "allowed" support for config-mode completion.An-Cheng Huang
* add support for completion help text. * add an example for each of the above ("ethernet" and "ethernet/duplex").
2007-10-24move default config to vyatta-cfg-system. if vyatta-cfg-system is notAn-Cheng Huang
installed, an empty config is used.
2007-10-24escape '*' for config-mode completionAn-Cheng Huang
2007-10-24make sure config directories have correct permissions.An-Cheng Huang
2007-10-23use 'quaggavty' groupAn-Cheng Huang
2007-10-22add 'config_dev' and 'config_path' kernel command-line options to allowAn-Cheng Huang
a user to specify the device and path of the startup configuration file, e.g., '... config_dev=sda1 config_path=/config.boot'.
2007-10-17import the vyatta-ofr init script from old eureka.An-Cheng Huang
2007-10-09remove op-mode set alias in cfg mode.An-Cheng Huang
2007-10-09use full path for cli binaries.An-Cheng Huang
2007-10-05let bash prompt with invisible completions.An-Cheng Huang
2007-10-02use the same marker as operational mode.An-Cheng Huang
2007-10-01use the same marker as operational mode.An-Cheng Huang
2007-09-25fixed edit level in prompt.An-Cheng Huang
2007-09-25config-mode "load" commandAn-Cheng Huang
* disallow if there are uncommitted changes. * now works with "edit".
2007-09-25initial import (from eureka /cli) plus new build system.upstreamAn-Cheng Huang