summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 5384461..ba89eff 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -55,6 +55,12 @@
$avail = $memory[0];
echo " done.\n";
+ conf_mount_rw();
+
+ /* remove previous firmware upgrade if present */
+ if(file_exists("/root/firmware.tgz"))
+ unlink(""/root/firmware.tgz"");
+
/* start devd (dhclient now uses it */
echo "Starting device manager (devd)...";
mute_kernel_msgs();
OpenPOWER on IntegriCloud