0854419f4b25eeb8bed69a051e4b87d892240e88
[grml.org.git] / changelogs / README-grml-medium-2009.05 / index.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Release Notes: grml-medium 2009.05 - Codename Lackdose-Allergie</title>
5 <meta name="Title" content="grml.org - Release Notes: grml-medium 2009.05 Lackdose-Allergie" />
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="Release Notes of grml-medium 2009.05" />
9 <meta name="Abstract" content="grml, the linux live-cd for sysadmins and texttool users" />
10 <meta name="Robots" content="index,follow" />
11 <meta name="Language" content="english" />
12 <meta name="identifier-url" content="http://www.grml.org/" />
13 <meta name="MSSmartTagsPreventParsing" content="true" />
14 <meta http-equiv="imagetoolbar" content="no" />
15 <link rel="home" href="/" title="grml.org" />
16 <link rel="help" href="/features/" title="About" />
17 <link rel="author" href="/team/" title="Team" />
18 <link rel="icon" href="/favicon.png" type="image/png" />
19 <link rel="stylesheet" href="/style.css" type="text/css" />
20 </head>
21
22 <body>
23 <?php include '../../static.inc'; ?>
24
25       <div class="content">
26
27         <p><a href="/screenshots/"><img align="right" style="margin-left: 20px;
28         border: 0" src="/screenshots/grml_2009.05.jpg" width="140" alt="*" /></a></p>
29
30         <h1>Release Notes for grml-medium 2009.05 - codename <a
31         href="/faq/#releasename">Lackdose-Allergie</a></h1>
32
33         <h3>About</h3>
34
35         <p>grml is a Debian-based Live-CD. It includes a collection of GNU/Linux
36         software especially for system administrators and users of texttools.
37         grml provides automatic hardware detection. You can use grml for example
38         as a rescue system, for analyzing systems/networks or as a working
39         environment. It is not necessary to install anything to a harddisk, you
40         don't even need a harddisk to run it, unless you want to. Due to
41         on-the-fly decompression grml includes more than 2GB of software and
42         documentation on the CD.</p>
43
44         <h3>Main Bugfixes</h3>
45
46         <ul>
47
48           <li>improved localtime / utc / gmt handling (thanks to Thomas Lehmann for his work)
49
50           <li>vimrc: enable features (like syntax highlighting) only if available
51
52         </ul>
53
54         <p>Fixed several small bugs and issues reported on <a
55         href="http://wiki.grml.org/doku.php?id=grml-medium_2008.11">grml-medium_2008.11 @
56         grml-wiki</a> and in the <a href="http://bts.grml.org/grml/">bug
57         tracking system</a>.</p>
58
59         <h3>New features</h3>
60
61         <h4>Special new features:</h4>
62
63         <ul>
64
65           <li>bootoption <strong>persistent</a></strong>: use persistency
66           feature on grml, check out <a
67           href="http://wiki.grml.org/doku.php?id=persistency">the persistency
68           webpage in the grml wiki</a> for further details.
69
70           <li>bootoption <strong>findiso</strong>: dynamic version of bootoption
71           isofrom. findiso looks for the specified ISO file on all disks where
72           it usually looks for the .squashfs file (so you don't have to know the
73           device name compared to isofrom=...). Useful when booting from
74           harddisk. Usage example: 'grml findiso=/grml-medium_2009.05.iso'
75
76           <li>bootoption <strong>bsd</strong>: boot minimal <a
77           href="https://www.mirbsd.org/">MirOS BSD</a> operating system.
78
79           <li>bootoption <strong>hdt</strong>: minimalistic <a href="http://syslinux.zytor.com/wiki/index.php/Hdt_(Hardware_Detection_Tool)">hardware detection tool</a>
80
81           <li>bootoption <strong>readonly</strong>: mark ALL /dev/[hs]*dX devices
82           as read-only, this is important for forensic investigations and is automatically
83           activated when booting via 'forensic'
84
85           <li><a href="/zsh/">Zsh</a> supports <a
86           href="http://michael-prokop.at/blog/2009/05/30/directory-specific-shell-configuration-with-zsh/">directory
87           specific shell configuration</a>
88
89         </ul>
90
91         <h4>New grml-scripts:</h4>
92
93         <ul>
94
95           <li><strong>grml-chroot</strong>: wrapper around chroot with
96           proc/sys/pts/dev filesystem handling</li>
97
98           <li><strong>grml-exec-wrapper</strong>: simple but smart program
99           execution wrapper for executing commands which checks whether the
100           specified program is available at all</li>
101
102         </ul>
103
104         <h4><a href="/grml2usb/">grml2usb</a> (install grml ISO(s) on usb device for booting):</h4>
105
106         <ul>
107
108           <li>fresh re-implementation from scratch
109
110           <li>featuring multi-ISO support
111
112           <li>providing support for additional bootoptions
113
114           <li>use of grub as default bootmanager (syslinux on request)
115
116           <li>automatic installation of a known-to-work MBR (master boot record)
117
118         </ul>
119
120         <p>Visit <a href="http://wiki.grml.org/doku.php?id=usb">the usb webpage
121         in the grml wiki</a> and <a href="/grml2usb/">grml.org/grml2usb</a> for
122         more details regarding grml2usb.</p>
123
124         <h4><a href="/grml-debootstrap/">grml-debootstrap</a> (wrapper around debootstrap for installing plain Debian via grml):</h4>
125
126         <ul>
127
128           <li>support setting Debian suite components (like main, contrib,...)
129           through $COMPONENTS
130
131           <li>support setting aptitude/apt-get options through $DPKG_OPTIONS.
132
133           <li>support selection of netinstall vs. local mirror in interactive
134           menu
135
136           <li>drop $CHROOTMIRROR variable, instead use $MIRROR for debootstrap as well as inside the chroot
137
138           <li>provide $MNTPOINT as environment variable for usage inside /etc/debootstrap/scripts/.
139
140           <li>bugfixes for software RAID handling
141
142           <li>and more updates... check out the <a
143           href="http://git.grml.org/?p=grml-debootstrap.git;a=blob;f=debian/changelog;hb=HEAD">Debian changelog</a> for details
144
145         </ul>
146
147         <p>Visit <a href="/grml-debootstrap/">grml.org/grml-debootstrap/</a> for more
148         details regarding grml-debootstrap.</p>
149
150         <h3>Kernel</h3>
151
152         <p>Based on vanilla kernel 2.6.28.10 including <a
153         href="/kernel/">several patches</a> and additional modules:</p>
154
155 <pre class="rahmen">
156   aufs lzma rt2400 rt73 squashfs virtualbox-ose-guest
157 </pre>
158
159         <p>Visit <a href="/kernel/">grml.org/kernel/</a> for more details
160         regarding the grml-kernel.</p>
161
162          <h3>Important Changes</h3>
163
164          <ul>
165
166            <li><strong>zshrc</strong>: setup merge of /etc/zsh/zshrc and
167            /etc/skel/.zshrc into one single file, check out <a
168            href="/zsh/#grmlzshrefcard">grml-zsh-refcard</a> for details.</li>
169
170            <li><strong>vimrc</strong>: disable digraph by default (it's
171            especially annoying for users not being aware of it)</li>
172
173            <li><strong>dillo</strong> was replaced with <strong>xlinks2</strong>
174            as dillo's dependency libgtk1.2 was removed from Debian/unstable</li>
175
176            <li><strong>madwifi drivers</strong>: the madwifi drivers have been
177            replaced by the ath5k and ath9k kernel drivers of kernel 2.6.28.</li>
178
179          </ul>
180
181          <h3>Packages / Software</h3>
182
183          <p>Details about shipped packages and their versions on grml are
184          available at the <a href="/files/#debian">Debian section</a>. Visit <a
185          href="/files/release-2009.05-medium/dpkg_get_selections">dpkg_get_selections</a>
186          for a main package listing and <a
187            href="/files/release-2009.05-medium/dpkg_list">dpkg_list</a> for a
188            more detailed list of packages shipped with grml-medium 2009.05.</p>
189
190          <h3>Updates</h3>
191
192          <p>Updated all packages to Debian Unstable branch by 19th of may
193          2009 (plus some further selected updates).</p>
194
195          <p>Removed 13 packages (excluding lib* and *2.6.26-grml*) - please
196          notice that some of them are available under
197          different names/in different packages:</p>
198
199 <pre class="rahmen">
200   *2.6.26-grml* lib*
201
202   dillo links linux-libc-dev madwifi-tools x11-utils xserver-xorg-input-elo2300
203   xserver-xorg-input-evtouch xserver-xorg-video-cyrix xserver-xorg-video-i810
204   xserver-xorg-video-imstt xserver-xorg-video-ivtv xserver-xorg-video-nsc
205   xserver-xorg-video-vga
206 </pre>
207
208          <p>Added 22 new packages (exluding lib* and *2.6.28-grml*):</p>
209
210 <pre class="rahmen">
211   acl aufs-tools beep console-setup consolekit dbus dstat gcc-4.4-base hal
212   hal-info links2 linux-kernel-headers-grml lzop mc moreutils oss-compat
213   pm-utils policykit sensible-utils tsconf virtualbox-ose-guest-x11
214   xserver-common
215 </pre>
216
217          <h3>Major changes since release 2008.11 (20081201)</h3>
218
219          <ul>
220
221            <li>Moritz Augsburger joined <a href="/team/">the grml-team</a>
222
223          </ul>
224
225          <h3>Known issues</h3>
226
227          <!--
228          <p>Take a look at <a
229            href="http://wiki.grml.org/doku.php?id=release_candidate">the release
230            candidate webpage in the grml-wiki</a>. Please report problems using
231          information on <a href="/bugs/">grml.org/bugs/</a>.</p>
232          -->
233
234          <p>Take a look at <a
235          href="http://wiki.grml.org/doku.php?id=grml-medium_2009.05">grml-medium_2009.05 @ grml-wiki</a>.
236          Please report problems using information on <a
237            href="/bugs/">grml.org/bugs/</a>.</p>
238
239          <h3>Download grml-medium 2009.05</h3>
240
241          <p>grml-medium 2009.05 can be downloaded from the mirrors listed on <a
242            href="/download/">grml.org/download/</a>.</p>
243
244          <h3>Feedback</h3>
245
246          <p>Your comments, bug reports, patches, and suggestions will help
247          fixing bugs and improving future releases. If you find a problem with
248          the release please check <a
249            href="http://wiki.grml.org/doku.php?id=grml-medium_2009.05">grml-medium_2009.05 @
250            grml-wiki</a> and report problems using information on <a
251            href="/bugs/">grml.org/bugs/</a>. Please send your feedback and
252          feature requests <a href="/contact/">to the grml-team</a>!</p>
253
254          <ul>
255            <li><a href="/contact/">grml.org/contact/</a>
256            <li><a href="/irc/">#grml on irc.freenode.org</a>
257          </ul>
258
259          <h3>Thanks</h3>
260
261          <p>Many thanks in this release go to Thomas Lehmann, Wernfried Haas,
262          Jan-Hendrik Zab, Christian Hofstaedtler, Ralf Moll, Marc Haber,
263          Thorsten Glaser, Lothar Speil, Michael Whapples, Andreas Korsten,
264          Baptiste Daroussin, Ulrich Dangel and Moritz Augsburger
265          for their contributions. Many thanks also to the ones of you who
266          <a href="/donations/">donated something to the grml-team</a> and
267          of course to all those who have sent feedback since the last
268          release!</p>
269
270          <h3>More Information</h3>
271
272          <p>You can find out more about grml on <a href="/">our website</a>, <a
273            href="/irc/">IRC channel</a>, and <a
274            href="http://wiki.grml.org/">wiki</a>.
275
276          <p>To sign up for future grml announcements, please subscribe to <a
277            href="http://lists.mur.at/mailman/listinfo/grml-announce"> grml's
278            announcement list</a>.</p>
279
280          <h3>Further Questions?</h3>
281
282          <p><a href="http://grml.org/contact/">Contact us.</a></p>
283
284 </div>
285
286 <?php include '../../static_bottom.inc'; ?>