summaryrefslogtreecommitdiff
path: root/etc/init.d/vyatta-router
AgeCommit message (Collapse)Author
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.