From 514026a5f6837297d682573b51f7929f0661acb9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 23 May 2010 04:07:21 -0400 Subject: Reboot after install --- PCBSD/pc-sysinstall/examples/pfSense.cfg | 3 +-- PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'PCBSD/pc-sysinstall') 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 -- cgit v1.1