summaryrefslogtreecommitdiffstats
path: root/PCBSD
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-23 04:07:21 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-23 04:07:21 -0400
commit514026a5f6837297d682573b51f7929f0661acb9 (patch)
tree61e12c5422e254e885e51448b2a33e8be622b229 /PCBSD
parent07c47ddc1aa93c8b44ab313d16e23ec567d13d09 (diff)
downloadpfsense-514026a5f6837297d682573b51f7929f0661acb9.zip
pfsense-514026a5f6837297d682573b51f7929f0661acb9.tar.gz
Reboot after install
Diffstat (limited to 'PCBSD')
-rw-r--r--PCBSD/pc-sysinstall/examples/pfSense.cfg3
-rw-r--r--PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs2
2 files changed, 2 insertions, 3 deletions
diff --git a/PCBSD/pc-sysinstall/examples/pfSense.cfg b/PCBSD/pc-sysinstall/examples/pfSense.cfg
index b15e802..6e0c6b5 100644
--- a/PCBSD/pc-sysinstall/examples/pfSense.cfg
+++ b/PCBSD/pc-sysinstall/examples/pfSense.cfg
@@ -27,5 +27,4 @@ packageType=cpdup
# Optional Components
cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var
-runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh
-
+runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh && shutdown -r now
diff --git a/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs b/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs
index 5976cb5..1ab1961 100644
--- a/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs
+++ b/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs
@@ -41,4 +41,4 @@ commitDiskLabel
# Optional Components
cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var
-runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh
+runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh && shutdown -r now
OpenPOWER on IntegriCloud