From 07c47ddc1aa93c8b44ab313d16e23ec567d13d09 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 23 May 2010 03:45:01 -0400 Subject: Do not run command in chroot --- PCBSD/pc-sysinstall/examples/pfSense.cfg | 2 +- PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'PCBSD') 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 -- cgit v1.1