summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--etc/inc/config.inc2
-rwxr-xr-xetc/rc.initial.store_config_to_removable_device2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 13882a6..3283642 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -116,7 +116,7 @@ if ($g['booting'] and !file_exists($g['cf_conf_path'] . "/config.xml") ) {
$cfgdevice = $cfgpartition = "fd0";
}
}
- $cfgfstype = "msdos";
+ $cfgfstype = "msdosfs";
echo "CDROM build\n";
echo " CFG: {$cfgpartition}\n";
echo " TYPE: {$cfgfstype}\n";
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