web/lang/en/patches.html
2023-10-25 16:36:53 +02:00

36 lines
1.4 KiB
HTML

%link%
rel="stylesheet" href="/css/projets.css"
%endlink%
<div id="main">
<p>You can find here a list of patches which I've written on some softwares. They are small and/or only fix some issues for me. If they are integrated or become useless (because of an update), they will be removed from this page.</p>
<div class="tableau">
<table>
<thead>
<tr>
<th>Software</th>
<th>Patch description</th>
<th>Patch</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/lxc/distrobuilder">distrobuilder</a></td>
<td>Use <code>mkisofs</code> instead of <code>genisoimage</code>.</td>
<td><a href="/patches/distrobuilder-mkisofs.patch"><code>distrobuilder-mkisofs.patch</code></a></td>
</tr>
<!--
<tr>
<td><a href=""></a></td>
<td></td>
<td><a href="/patches/"></a></td>
</tr>
-->
</tbody>
</table>
</div>
</div>