54036596fc1fef3395c4727080018c334ce65ed9
[grml.org.git] / bugs / known / index.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Known Bugs</title>
5 <meta name="Title" content="grml.org - Known Bugs" />
6 <meta name="Author" content="the grml team [www.grml.org/team/]" />
7 <meta name="Keywords" content="grml.org, grml" />
8 <meta name="Description" content="Report bug(s) at grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/bugs/known/" />
11 <meta name="Robots" content="index,follow" />
12 <meta name="Language" content="english" />
13 <meta name="identifier-url" content="http://www.grml.org/" />
14 <meta name="MSSmartTagsPreventParsing" content="true" />
15 <meta http-equiv="imagetoolbar" content="no" />
16 <link rel="home" href="/" title="grml.org" />
17 <link rel="help" href="/features/" title="About" />
18 <link rel="author" href="/team/" title="Team" />
19 <link rel="icon" href="/favicon.png" type="image/png" />
20 <link rel="stylesheet" href="/style.css" type="text/css" />
21 </head>
22
23 <body>
24 <?php include '../../static.inc'; ?>
25
26 <div class="content">
27
28         <h1>Known Bugs</h1>
29
30         <p>Additional issues can be found in the Grml Bugtracker. <a href="http://bts.grml.org/grml/">List of Open Issues</a>.</p>
31
32         <p>If you find additional bugs, please <a href="/bugs/">report them</a>.</p>
33
34         <h2>Known Bugs in Grml 2011.05</h2>
35         <ul>
36           <li>The menu shown on grml-small offers to start x11. Unfortunately grml-x is not included in grml-small and selecting a window manager will result in an error. (Fixed in git for upcoming release.)</li>
37           <li>iscsitarget does not work because the kernel modules are missing in the released ISOs.</li>
38         </ul>
39
40         <h2>Known Bugs in Grml 2010.12</h2>
41         <ul>
42           <li>UTF-8 support is broken on tty2 and tty3.</li>
43         </ul>
44
45         <h2>Known Bugs in Grml 2010.04</h2>
46         <ul>
47           <li>None.</li>
48         </ul>
49
50 </div>
51
52 <?php include '../../static_bottom.inc'; ?>