summaryrefslogtreecommitdiffstats
path: root/PCBSD/pc-sysinstall/backend-query
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-22 23:02:10 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-22 23:02:10 -0400
commit26e50f43459d09e319b90ccbb675f0a3bdbfe4be (patch)
treeaf675d320de637a5f5e20fc0b45c2c23271f844b /PCBSD/pc-sysinstall/backend-query
parentff161129ab87735eccc2ffba61db977ff4d4cd8c (diff)
downloadpfsense-26e50f43459d09e319b90ccbb675f0a3bdbfe4be.zip
pfsense-26e50f43459d09e319b90ccbb675f0a3bdbfe4be.tar.gz
Adding changes file describing changes made so that installer works with pfSense in hopes of getting changes made upstream to accomidate both. Change test-live.sh to detect /dev/iso9660/pfSense
Diffstat (limited to 'PCBSD/pc-sysinstall/backend-query')
-rwxr-xr-xPCBSD/pc-sysinstall/backend-query/test-live.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCBSD/pc-sysinstall/backend-query/test-live.sh b/PCBSD/pc-sysinstall/backend-query/test-live.sh
index 67ec7a5..539f774 100755
--- a/PCBSD/pc-sysinstall/backend-query/test-live.sh
+++ b/PCBSD/pc-sysinstall/backend-query/test-live.sh
@@ -2,7 +2,7 @@
# Script which checks if we are running from install media, or real system
#############################################################################
-dmesg | grep "md0: Preloaded image" >/dev/null 2>/dev/null
+mount | grep "/dev/iso9660/pfSense" >/dev/null 2>/dev/null
if [ "$?" = "0" ]
then
echo "INSTALL-MEDIA"
OpenPOWER on IntegriCloud