Revision 78b94214
Added by Ermal LUÇI over 14 years ago
etc/inc/pkg-utils.inc | ||
---|---|---|
201 | 201 |
if($show_message == true) |
202 | 202 |
echo "Syncing packages:"; |
203 | 203 |
|
204 |
conf_mount_rw(); |
|
204 | 205 |
foreach($config['installedpackages']['package'] as $idx => $package) { |
205 | 206 |
if (empty($package['name'])) |
206 | 207 |
continue; |
... | ... | |
215 | 216 |
if($show_message == true) |
216 | 217 |
echo " done.\n"; |
217 | 218 |
@unlink("/conf/needs_package_sync"); |
219 |
conf_mount_ro(); |
|
218 | 220 |
} |
219 | 221 |
|
220 | 222 |
/* |
... | ... | |
1080 | 1082 |
return; |
1081 | 1083 |
} |
1082 | 1084 |
|
1083 |
?> |
|
1085 |
?> |
Also available in: Unified diff
Mount rw so we can have the packages processing correctly.