summaryrefslogtreecommitdiffstats
path: root/PCBSD
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-23 03:45:01 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-23 03:45:09 -0400
commit07c47ddc1aa93c8b44ab313d16e23ec567d13d09 (patch)
treeea1d186e6c72f20e353b497f3e2b8f2b7ef41e43 /PCBSD
parente5ca8dfe66380a5913831955541c0ab0e8766f44 (diff)
downloadpfsense-07c47ddc1aa93c8b44ab313d16e23ec567d13d09.zip
pfsense-07c47ddc1aa93c8b44ab313d16e23ec567d13d09.tar.gz
Do not run command in chroot
Diffstat (limited to 'PCBSD')
-rw-r--r--PCBSD/pc-sysinstall/examples/pfSense.cfg2
-rw-r--r--PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs2
2 files changed, 2 insertions, 2 deletions
diff --git a/PCBSD/pc-sysinstall/examples/pfSense.cfg b/PCBSD/pc-sysinstall/examples/pfSense.cfg
index 7a31856..b15e802 100644
--- a/PCBSD/pc-sysinstall/examples/pfSense.cfg
+++ b/PCBSD/pc-sysinstall/examples/pfSense.cfg
@@ -27,5 +27,5 @@ packageType=cpdup
# Optional Components
cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var
-runCommand=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
diff --git a/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs b/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs
index 4554441..5976cb5 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
-runCommand=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
OpenPOWER on IntegriCloud