summaryrefslogtreecommitdiff
path: root/etc/init.d/vyatta-router
AgeCommit message (Collapse)Author
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-08-22Bugfix 8183: Make sure files in /config are owned by the vyattacfg groupJohn Southworth
2012-03-22Bugfix 7267: make inodes allocate dynamicallyJohn 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-08-03Move allowed-op.in to vyatta-op to allow allowed-op for unpriviledged users ↵John Southworth
to be generated at compile time. Remove boot time generation of unpriviledged allowed-op
2011-08-02Add support for unambiguous top level commands for unpriviledged users; ↵John Southworth
generate allowed-op short commands at boot time
2011-06-15Bugfix 6767: Syslog any errors from rmmod instead of writing to log file.Bob Gilligan
Also rotate the config related log files under /var/log/vyatta so that they don't fill up the root filesystem.
2011-05-16rectify conditional codeMohit Mehta
2011-05-14raise max number of inodes for config tmpfs mountAn-Cheng Huang
2011-05-11Fix Bug 7012 make /config available with init-floppyMohit Mehta
2010-12-03change boot-time config loading to use new implementation in backend.An-Cheng Huang
* add new boot-time config loading script that uses shell API to access backend directly, bypassing wrapper. * use new loadFile implementation in the backend to perform the actual "load" operation (without "commit"). this reduces the "pre-commit" load time by ~60%.
2010-12-01Simplify failure message handlingStephen Hemminger
1. If sub-init failed then generate failure (not warning) if exit code is -1. 2. Don't need if test to check for disabled load.
2010-11-24Rename raid cleanup log fileStephen Hemminger
Standard practice is to use '.log' suffix not _log
2010-11-24Remove ACPI cpufreq hackStephen Hemminger
Now that cpufrequtils package is integrated, no longer need Vyatta specific hack to load cpu frequency modules
2010-11-24Use LSB log status routines correctlyStephen Hemminger
Need to get correct exit status from failed config (or other steps) and call log_end_msg to display that status. The load config step is run in sub-shell therefore can use exec to avoid one fork.
2010-11-24Bind mount /opt/vyatta/etc/config to /config.Bob Gilligan
2010-10-14Have init reread inittab after configStephen Hemminger
Need to have init re-read configuration but only after Vyatta config (to avoid dropping serial login)
2010-06-29Don't let bind mount of /boot happen on livecd.Bob Gilligan
2010-06-26Bugfix 5512: Bind mount /boot and /boot/grub on image-installed systems.Bob Gilligan
On image-installed systems, the /boot directory comes from the read-write overlay. Its contents are not used by grub to boot the system. This change mounts the per-image boot directory onto /boot, and the system-wide grub directory onto /boot/grub.
2010-03-15add hook for boot-time config loading environmentAn-Cheng Huang
2010-03-11run migration as vyattacfg groupAn-Cheng Huang
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-03Rename vyatta-ofr to vyatta-routerStephen Hemminger
Bug 4386 vyatta-ofr is out of date product name.