mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Handle freesbie_1st earlier
This commit is contained in:
parent
6530852547
commit
e4c36f67ce
8
etc/rc
8
etc/rc
@ -19,6 +19,10 @@ export HOME PATH
|
||||
|
||||
version=`cat /etc/version`
|
||||
|
||||
if [ "$PLATFORM" = "cdrom" ]; then
|
||||
/etc/rc.d/freesbie_1st
|
||||
fi
|
||||
|
||||
echo
|
||||
echo "Welcome to pfSense ${version} ..."
|
||||
echo
|
||||
@ -35,10 +39,6 @@ fi
|
||||
|
||||
/usr/local/bin/php -f /etc/rc.conf_mount_rw
|
||||
|
||||
if [ "$PLATFORM" = "cdrom" ]; then
|
||||
/etc/rc.d/freesbie_1st
|
||||
fi
|
||||
|
||||
/sbin/conscontrol mute off
|
||||
|
||||
/bin/mkdir -p /usr/savecore 2>/dev/null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user