summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-17 16:57:30 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-17 16:57:30 -0500
commit9f154c1699e0e6486e87f990735aaebde99bb208 (patch)
tree0ff695ac766996867d7a0838625c6b7370545836 /usr
parenta37308b2fcfde35c42e251cf5efdd73526f6618e (diff)
downloadpfsense-9f154c1699e0e6486e87f990735aaebde99bb208.zip
pfsense-9f154c1699e0e6486e87f990735aaebde99bb208.tar.gz
Do not copy non existent /sys
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php
index c44175c..72199ad 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -117,7 +117,7 @@ installType=FreeBSD
packageType=cpdup
# Optional Components
-cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var
+cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,usr,var
# runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh ; cd / ; /usr/local/bin/after_installation_routines.sh
EOF;
OpenPOWER on IntegriCloud