mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
ff161129ab
commit
26e50f4345
@ -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"
|
||||
|
||||
@ -77,7 +77,7 @@ zfs_cleanup_unmount()
|
||||
rc_halt "zfs unmount ${ZPOOLNAME}${ZMNT}"
|
||||
sleep 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
3
PCBSD/pc-sysinstall/changes.txt
Normal file
3
PCBSD/pc-sysinstall/changes.txt
Normal file
@ -0,0 +1,3 @@
|
||||
PCBSD -> pfSense changes
|
||||
|
||||
# Modified test-live to use mount | grep "/dev/iso9660/pfSense" >/dev/null 2>/dev/null
|
||||
Loading…
Reference in New Issue
Block a user