forked from unixabg/live-medium-install-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.php
28 lines (28 loc) · 981 Bytes
/
todo.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
include "header.php";
?>
<body>
<div id="conholder">
<div id="maincon">
<h1 class="texth1">To Do</h1>
<h4 class="texth4">
<p> Updated 20140525. </p>
<ul>
<li>Update Makefile for server side setup</li>
<li>Consider swapfile <strike>and persistence options</strike></li>
<li><strike>Consider local live medium for install source</strike></li>
<li><strike>Update VCS to have a direct link to latest live-media-install script</strike></li>
<li><strike>Create firmware.updates to rsync for partial.squashfs updates.</strike></li>
<li><strike>Improve firmware session injection to use test for updates for single instance runs</strike></li>
<li><strike>Improve partial-squashfs-updates to include changelog or notes of patch</strike></li>
<li><strike>Setup README</strike></li>
<li><strike>Consider Makefile install</strike></li>
<li></li>
</ul>
</p>
</h4>
</div>
</div>
<?php
include"footer.php";
?>