summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.store_config_to_removable_device
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-18 14:44:41 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-18 14:44:41 -0500
commita7592ba0555e2b5f802fa049c846ae3c75491618 (patch)
treea94731aed5420cf1217c3e809d573fa17bafb52a /etc/rc.initial.store_config_to_removable_device
parent81fa1cc376c8d7e823802ab1c043174640671b52 (diff)
downloadpfsense-a7592ba0555e2b5f802fa049c846ae3c75491618.zip
pfsense-a7592ba0555e2b5f802fa049c846ae3c75491618.tar.gz
The MS-Dos filesystem was renamed from msdos to msdosfs in 6.3.
Information submitted-by: Tim Judd
Diffstat (limited to 'etc/rc.initial.store_config_to_removable_device')
-rwxr-xr-xetc/rc.initial.store_config_to_removable_device2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial.store_config_to_removable_device b/etc/rc.initial.store_config_to_removable_device
index f5dcb5b..d729f0c 100755
--- a/etc/rc.initial.store_config_to_removable_device
+++ b/etc/rc.initial.store_config_to_removable_device
@@ -60,7 +60,7 @@
mwexec("/bin/mkdir -p /tmp/mnt/cf");
- $status = mwexec("/sbin/mount -w -t msdos /dev/{$move_config_to_device} /tmp/mnt/cf");
+ $status = mwexec("/sbin/mount -w -t msdosfs /dev/{$move_config_to_device} /tmp/mnt/cf");
if(!$status) {
echo "Error while mounting {$move_config_to_device}.\n";
exit;
OpenPOWER on IntegriCloud