Mount image read write before upgrading.

This commit is contained in:
Scott Ullrich 2007-05-11 03:23:59 +00:00
parent 0b9246dbe9
commit ceab1c9199

View File

@ -40,7 +40,7 @@ switch ($command) {
die;
$status = does_url_exist($url);
if($status) {
/etc/rc.conf_mount_rw
conf_mount_rw();
echo "\nFetching file size...\n";
$file_size = exec("fetch -s \"$url\"");
$file_size = trim($file_size, "\r");