Project

General

Profile

« Previous | Next » 

Revision 548be1fd

Added by Erik Fonnesbeck over 14 years ago

Workaround for conf_mount_rw/ro during boot to only allow it to change at the start and end. Fixes #1279

View differences:

etc/rc.bootup
129 129
$avail = $memory[0];
130 130
echo " done.\n";
131 131

  
132
conf_mount_rw();
132
conf_mount_rw(true);
133 133

  
134 134
/* save dmesg output to file */
135 135
system_dmesg_save();
......
400 400

  
401 401
led_normalize();
402 402

  
403
conf_mount_ro();
403
conf_mount_ro(true);
404 404

  
405 405
?>

Also available in: Unified diff