initial import
[grml.org.git] / changelogs / README-grml64-small-2009.05 / index.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Release Notes: grml64-small 2009.05 - Codename Lackdose-Allergie</title>
5 <meta name="Title" content="grml.org - Release Notes: grml64-small 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 grml64-small 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 grml64-small 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=grml64-small_2008.11">grml64-small_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=/grml64-small_2009.05.iso'
75
76           <!--
77           <li>bootoption <strong>bsd</strong>: boot minimal <a
78           href="https://www.mirbsd.org/">MirOS BSD</a> operating system.
79
80           <li>bootoption <strong>hdt</strong>: minimalistic <a href="http://syslinux.zytor.com/wiki/index.php/Hdt_(Hardware_Detection_Tool)">hardware detection tool</a>
81           -->
82
83           <li>bootoption <strong>readonly</strong>: mark ALL /dev/[hs]*dX devices
84           as read-only, this is important for forensic investigations and is automatically
85           activated when booting via 'forensic'
86
87           <li><a href="/zsh/">Zsh</a> supports <a
88           href="http://michael-prokop.at/blog/2009/05/30/directory-specific-shell-configuration-with-zsh/">directory
89           specific shell configuration</a>
90
91         </ul>
92
93         <h4>New grml-scripts:</h4>
94
95         <ul>
96
97           <li><strong>grml-chroot</strong>: wrapper around chroot with
98           proc/sys/pts/dev filesystem handling</li>
99
100           <li><strong>grml-exec-wrapper</strong>: simple but smart program
101           execution wrapper for executing commands which checks whether the
102           specified program is available at all</li>
103
104         </ul>
105
106         <h4><a href="/grml2usb/">grml2usb</a> (install grml ISO(s) on usb device for booting):</h4>
107
108         <ul>
109
110           <li>fresh re-implementation from scratch
111
112           <li>featuring multi-ISO support
113
114           <li>providing support for additional bootoptions
115
116           <li>use of grub as default bootmanager (syslinux on request)
117
118           <li>automatic installation of a known-to-work MBR (master boot record)
119
120         </ul>
121
122         <p>Visit <a href="http://wiki.grml.org/doku.php?id=usb">the usb webpage
123         in the grml wiki</a> and <a href="/grml2usb/">grml.org/grml2usb</a> for
124         more details regarding grml2usb.</p>
125
126         <h4><a href="/grml-debootstrap/">grml-debootstrap</a> (wrapper around debootstrap for installing plain Debian via grml):</h4>
127
128         <ul>
129
130           <li>support setting Debian suite components (like main, contrib,...)
131           through $COMPONENTS
132
133           <li>support setting aptitude/apt-get options through $DPKG_OPTIONS.
134
135           <li>support selection of netinstall vs. local mirror in interactive
136           menu
137
138           <li>drop $CHROOTMIRROR variable, instead use $MIRROR for debootstrap as well as inside the chroot
139
140           <li>provide $MNTPOINT as environment variable for usage inside /etc/debootstrap/scripts/.
141
142           <li>bugfixes for software RAID handling
143
144           <li>and more updates... check out the <a
145           href="http://git.grml.org/?p=grml-debootstrap.git;a=blob;f=debian/changelog;hb=HEAD">Debian changelog</a> for details
146
147         </ul>
148
149         <p>Visit <a href="/grml-debootstrap/">grml.org/grml-debootstrap/</a> for more
150         details regarding grml-debootstrap.</p>
151
152         <h3>Kernel</h3>
153
154         <p>Based on vanilla kernel 2.6.28.10 including <a
155         href="/kernel/">several patches</a> and additional modules:</p>
156
157 <pre class="rahmen">
158   aufs lzma squashfs
159 </pre>
160
161         <p>Visit <a href="/kernel/">grml.org/kernel/</a> for more details
162         regarding the grml-kernel.</p>
163
164          <h3>Important Changes</h3>
165
166          <ul>
167
168            <li><strong>zshrc</strong>: setup merge of /etc/zsh/zshrc and
169            /etc/skel/.zshrc into one single file, check out <a
170            href="/zsh/#grmlzshrefcard">grml-zsh-refcard</a> for details.</li>
171
172            <li><strong>vimrc</strong>: disable digraph by default (it's
173            especially annoying for users not being aware of it)</li>
174
175          </ul>
176
177          <h3>Packages / Software</h3>
178
179          <p>Details about shipped packages and their versions on grml are
180          available at the <a href="/files/#debian">Debian section</a>. Visit <a
181          href="/files/release-2009.05-grml64-small/dpkg_get_selections">dpkg_get_selections</a>
182          for a main package listing and <a
183            href="/files/release-2009.05-grml64-small/dpkg_list">dpkg_list</a> for a
184            more detailed list of packages shipped with grml64-small 2009.05.</p>
185
186          <h3>Updates</h3>
187
188          <p>Updated all packages to Debian Unstable branch by 19th of may
189          2009 (plus some further selected updates).</p>
190
191          <p>Removed 1 package (excluding lib* and *2.6.26-grml*) - please notice
192          that it's available under a different names/in different packages
193          (gcc-4.4-base):</p>
194
195 <pre class="rahmen">
196   gcc-4.3-base
197 </pre>
198
199          <p>Added 8 new packages (exluding lib* and *2.6.28-grml*):</p>
200
201 <pre class="rahmen">
202   gcc-4.4-base lzop mime-support python python-minimal python2.5
203   python2.5-minimal sensible-utils
204 </pre>
205
206          <h3>Major changes since release 2008.11 (20081201)</h3>
207
208          <ul>
209
210            <li>Moritz Augsburger joined <a href="/team/">the grml-team</a>
211
212          </ul>
213
214          <h3>Known issues</h3>
215
216          <!--
217          <p>Take a look at <a
218            href="http://wiki.grml.org/doku.php?id=release_candidate">the release
219            candidate webpage in the grml-wiki</a>. Please report problems using
220          information on <a href="/bugs/">grml.org/bugs/</a>.</p>
221          -->
222
223          <p>Take a look at <a
224          href="http://wiki.grml.org/doku.php?id=grml64-small_2009.05">grml64-small_2009.05 @ grml-wiki</a>.
225          Please report problems using information on <a
226            href="/bugs/">grml.org/bugs/</a>.</p>
227
228          <h3>Download grml64-small 2009.05</h3>
229
230          <p>grml64-small 2009.05 can be downloaded from the mirrors listed on <a
231            href="/download/">grml.org/download/</a>.</p>
232
233          <h3>Feedback</h3>
234
235          <p>Your comments, bug reports, patches, and suggestions will help
236          fixing bugs and improving future releases. If you find a problem with
237          the release please check <a
238            href="http://wiki.grml.org/doku.php?id=grml64-small_2009.05">grml64-small_2009.05 @
239            grml-wiki</a> and report problems using information on <a
240            href="/bugs/">grml.org/bugs/</a>. Please send your feedback and
241          feature requests <a href="/contact/">to the grml-team</a>!</p>
242
243          <ul>
244            <li><a href="/contact/">grml.org/contact/</a>
245            <li><a href="/irc/">#grml on irc.freenode.org</a>
246          </ul>
247
248          <h3>Thanks</h3>
249
250          <p>Many thanks in this release go to Thomas Lehmann, Wernfried Haas,
251          Jan-Hendrik Zab, Christian Hofstaedtler, Ralf Moll, Marc Haber,
252          Thorsten Glaser, Lothar Speil, Michael Whapples, Andreas Korsten,
253          Baptiste Daroussin, Ulrich Dangel and Moritz Augsburger
254          for their contributions. Many thanks also to the ones of you who
255          <a href="/donations/">donated something to the grml-team</a> and
256          of course to all those who have sent feedback since the last
257          release!</p>
258
259          <h3>More Information</h3>
260
261          <p>You can find out more about grml on <a href="/">our website</a>, <a
262            href="/irc/">IRC channel</a>, and <a
263            href="http://wiki.grml.org/">wiki</a>.
264
265          <p>To sign up for future grml announcements, please subscribe to <a
266            href="http://lists.mur.at/mailman/listinfo/grml-announce"> grml's
267            announcement list</a>.</p>
268
269          <h3>Further Questions?</h3>
270
271          <p><a href="http://grml.org/contact/">Contact us.</a></p>
272
273 </div>
274
275 <?php include '../../static_bottom.inc'; ?>