Restore accidentally removed the initramfs boot warning banner.
Ref: https://github.com/openwrt/luci/commit/
8055acc9be89f0bed31b6692ad08e6196611d478#commitcomment-
73447330
Fixes: 8055acc9be ("luci-theme-bootstrap: overhaul styles")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
</div>
<%- end -%>
+ <%- if boardinfo.rootfs_type == "initramfs" then -%>
+ <div class="alert-message warning">
+ <h4><%:System running in recovery (initramfs) mode.%></h4>
+ <p><%:No changes to settings will be stored and are lost after rebooting. This mode should only be used to install a firmware upgrade%></p>
+ <% if disp.lookup("admin/system/flash") then %>
+ <div class="right"><a class="btn" href="<%=url("admin/system/flash")%>"><%:Go to firmware upgrade...%></a></div>
+ <% end %>
+ </div>
+ <%- end -%>
+
<noscript>
<div class="alert-message warning">
<h4><%:JavaScript required!%></h4>