diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php index bbbfdac5a8..151095e0e3 100644 --- a/usr/local/www/installer/installer.php +++ b/usr/local/www/installer/installer.php @@ -445,10 +445,15 @@ function verify_before_install() { if(!$_REQUEST['fstype' . $x]) continue; $tmparray = array(); - if($_REQUEST['fstype'] <> "SWAP") + if($_REQUEST['fstype'] <> "SWAP") { $tmparray['mountpoint'] = $_REQUEST['mountpoint' . $x]; - else + if($tmparray['mountpoint'] == "/conf") { + $tmparray['mountpoint'] = "/confa"; + $error_txt = "
| Boot manager: {$bootmanager} | ||||