From 77992d4359019ec8f6cb8ec2bde603679a806db5 Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Wed, 20 Apr 2011 14:18:22 -0700 Subject: Fix Bug 6811 ENH: add a proper post-configuration boot script * added /config/scripts/vyatta-postconfig-bootup.script that gets called from /etc/rc.local. Users/Support can put in any workarounds in the script for unfixed bugs and enhancements that are not in Vyatta yet. Placing the script under /config makes sure that changes to the script will be preserved for the new image --- scripts/check-params-on-reboot.d/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/check-params-on-reboot.d/README (limited to 'scripts') diff --git a/scripts/check-params-on-reboot.d/README b/scripts/check-params-on-reboot.d/README new file mode 100644 index 00000000..d54ec338 --- /dev/null +++ b/scripts/check-params-on-reboot.d/README @@ -0,0 +1,6 @@ +# /etc/init.d/vyatta-config-reboot-params script executes scripts placed in +# this directory when system boots during 'runlevel S'. Scripts placed in this +# directory are responsible for making sure that the underlying system value of +# config parameters which require a reboot match when the system boots. All +# scripts placed in this directory are passed the configuration boot file as +# an argument. More info in /etc/init.d/vyatta-config-reboot-params -- cgit v1.2.3