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

This commit is contained in:
Scott Ullrich 2010-05-22 23:02:10 -04:00
parent ff161129ab
commit 26e50f4345
3 changed files with 5 additions and 2 deletions

View File

@ -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"

View File

@ -77,7 +77,7 @@ zfs_cleanup_unmount()
rc_halt "zfs unmount ${ZPOOLNAME}${ZMNT}"
sleep 2
fi
done
done
fi
done

View File

@ -0,0 +1,3 @@
PCBSD -> pfSense changes
# Modified test-live to use mount | grep "/dev/iso9660/pfSense" >/dev/null 2>/dev/null