download: try to fix the missing download_link_bt
[grml.org.git] / files / README-grml-1.0.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Release Notes: grml 1.0 Meilenschwein</title>
5 <meta name="Title" content="grml.org - Release Notes: grml 1.0 Meilenschwein" />
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="Files of grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="Robots" content="index,follow" />
11 <meta name="Language" content="english" />
12 <meta name="identifier-url" content="https://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 [% 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_1.0_small.jpg" width="140" alt="*" /></a></p>
29
30         <h1>Release Notes:<br />grml 1.0 - codename <a
31         href="/faq/#releasename">Meilenschwein</a> (20070518)</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 users of texttools and system administrators.
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 (use grml2hd
41         for this). Due to on-the-fly decompression grml includes about 2.1 GiB
42         of software and documentation on the CD.</p>
43
44         <h3>Bugfixes</h3>
45
46         <p>Fixed several bugs and and issues reported on <a
47         href="http://wiki.grml.org/doku.php?id=grml_0.9">grml_0.9 @
48         grml-wiki</a>.</p>
49
50         <h3>New features</h3>
51
52         <p>Several improved, updated and extended configuration files.</p>
53
54         <h4>New grml-scripts (some selected ones):</h4>
55
56         <ul>
57
58           <li>alignmargins: adjust the margins and the position of the printed contents on the paper
59
60           <li>dirvish-setup: a simple script for setting up a basic configuration for the backup software dirvish
61
62           <li>grml2ram: copy compressed GRML image to RAM when running grml already (based on contribution by Michael Schierl)
63
64           <li>grml-quickconfig: get fast access to some basic grml-scripts (contributed by Michael Schierl)
65
66           <li>grml-setservices interface for basic configuration of system startup/shutdown via /etc/runlevel.conf
67
68           <li>gsuggest.pl: google suggest - ask google for keyword suggestions
69
70           <li>iso-term: wrapper script to run x-terminal-emulator in iso885915 mode
71
72         </ul>
73
74         <h4>New bootparameters/cheatcodes:</h4>
75
76         <ul>
77
78           <li>qemu: installs a default /etc/X11/xorg.conf (without having to run hardware detection)
79
80           <li>debian2hd: install plain Debian via <a href="/grml-debootstrap/">grml-debootstrap</a> in automatic mode
81
82         </ul>
83
84         <h4><a href="/grml2hd/">grml2hd</a> (install grml to harddisk):</h4>
85
86         <ul>
87
88           <li>support for Grub (now there's a dialog for selection between lilo and grub as bootloader)
89
90           <li>use of UUID and /dev/disk/by-uuid/ by default (provides stable booting devices, very important for installation on external usb/firewire
91           devices for example)
92
93           <li>use initrd/initramfs by default now
94
95         </ul>
96
97         <p>See <a href="/grml2hd/">grml.org/grml2hd/</a> for more
98         details regarding grml2hd.</p>
99
100         <h4><a href="/terminalserver/">grml-terminalserver</a> (boot
101         grml via network)</h4>
102
103         <ul>
104           <li>better module loading
105
106           <li>switch from tftpd-hpa to atftpd (resulting in big speedup)
107
108         </ul>
109
110         <p>See <a href="/terminalserver/">grml.org/terminalserver/</a>
111         for more details regarding grml-terminalserver.</p>
112
113         <h4><a href="/grml-debootstrap/">grml-debootstrap</a> (install plain
114         Debian fast and easy)</h4>
115
116         <ul>
117           <li>support full automatic installation via debian2hd
118           <li>use aptitude instead of apt-get in chroot-script
119           <li>use of DEBIAN_FRONTEND='noninteractive' to avoid unnecessary questions when installing
120           <li>support Debian release with codename 'lenny'
121           <li>support stages (improves cancel/resume of operations)
122           <li>support setting of some important variables via cmdline
123           <li>improved error handling
124         </ul>
125
126         <p>See <a href="/grml-debootstrap/">grml.org/grml-debootstrap/</a> for
127         more details regarding grml-debootstrap.</p>
128
129         <h4>Special new features:</h4>
130
131         <ul>
132
133           <li>updated to X.org 7.3</li>
134
135           <li>updated to libc6 2.5</li>
136
137           <li>use of <a href="#utf8">UTF-8</a> as default encoding</li>
138
139           <li>LaTeX: switch from tetex to texlive</li>
140
141           <li>grml-x: use of evdev (dropped options -nousb and -nops2, added
142           -ps2 and -usb instead), improved error handling and execution</li>
143
144           <li>grml-autoconfig: dropped userspace/powernowd stuff in
145           cpufrequeny scaling in favour of the ondemand-governor
146
147           <li>integrated grml-quickconfig within zsh-login
148
149           <li>got rid of grml-sysvinit, using plain sysvinit from Debian
150           without any hacks now
151
152           <li>support basic rescanning in live-cd initrd
153
154           <li>the grml team manages <a href="http://hg.grml.org/">all the Debian unique packages</a> with <a
155           href="http://www.selenic.com/mercurial/">mercurial</a> using <a
156           href="http://deb.grml.org/pool/main/g/grml-mercurial-utils/">grml-mercurial-utils</a>
157
158         </ul>
159
160         <h3>Kernel</h3>
161
162         <p>Based on vanilla kernel 2.6.20.11 including <a
163         href="/kernel/">several patches</a> (Speakup, Squashfs,...) and
164         additional modules:</p>
165
166 <pre class="rahmen">
167
168   acerhk, aufs, cowloop, drbd8, et131x, exmap, ipw3945, iscsitarget, ivtv, kqemu,
169   madwifi, misdn, ndiswrapper, nozomi, openafs, pcan, qc-usb, r1000, realtime-lsm,
170   rt2400, rt2500, rt2570, rt2x00, sdricoh_cs, sl-modem, snd-bt-sco, spca5xx,
171   sysprof, tidev, tpm_emulator, truecrypt, unionfs
172
173 </pre>
174
175          <p>Notice: some more modules
176          <!-- <a
177          href="http://wiki.grml.org/doku.php?id=ati">fglrx</a> and <a
178          href="http://wiki.grml.org/doku.php?id=nvidia">nvidia</a>)
179          -->
180          are not pre-installed but available through the <a href="http://deb.grml.org/">grml-repository</a>.</p>
181
182          <p>See <a href="/kernel/">grml.org/kernel/</a> for more details
183          regarding the grml-kernel.</p>
184
185          <h3>Important Changes</h3>
186
187          <p><a name="utf8"></a><strong>UTF-8:</strong> grml uses UTF8 as
188          default encoding. You can deactivate UTF-8 environment via
189          booting with bootoption lang=$LANG-iso.  Some software is not
190          yet UTF-8 aware (problem is located upstream, neither at Debian
191          or grml itself). More information about UTF-8 at grml can be
192          found at the <a
193          href="http://wiki.grml.org/doku.php?id=utf8">utf8 webpage in
194          the grml-wiki</a>.</p>
195
196          <p><strong>get_tw_cli / get_3ware:</strong> get_tw_cli has been
197          renamed into get_3ware as we support 3DM2 as well now.</p>
198
199          <p><strong>fluxbox:</strong> the keybindings have been restored to
200          their original (fluxbox upstream) behaviour. Now Alt+F# switches
201          between the desktops, Alt+Shift+F# sends an application to another
202          desktop. If you want to get the old behaviour back you can use the zsh
203          function fluxkey-change.</p>
204
205          <h3>Packages / Software</h3>
206
207          <p>Details about shipped packages and their versions on grml are
208          available at the <a href="/files/#debian">Debian section</a>. See <a
209          href="/files/release-1.0/dpkg_get_selections">dpkg_get_selections</a>
210          for a main package listing and <a
211          href="/files/release-1.0/dpkg_list">dpkg_list</a> for a more detailed
212          list of packages shipped with grml 1.0.</p>
213
214          <h3>Updates</h3>
215
216          <p>Updated all packages to Debian Unstable branch by 20070517.</p>
217
218          <p>Removed 90 packages [please notice that some of them are available under
219          different names/in different packages]:</p>
220
221 <pre class="rahmen">
222   *2.6.18-grml* lib*
223
224   aircrack aptconf bacula-client classpath classpath-common classpath-gtkpeer
225   convertfs cpp-3.3 ddd debpool debsig-verify doc-base emacspeak ethereal
226   ethereal-common fsh gcc-2.95 gcc-3.3 gcc-3.3-base glibc-doc grml-btnet
227   grml-kerneladdons-2.6.18 grml-sysvinit gs-gpl initrd-tools jamvm java-common
228   kdoc kenny kwtools-bin kwtools-common kwtools-graphic kwtools-net
229   kwtools-net-postfix kwtools-sys kwtools-sys-lvm kwtools-utils latex-ucs
230   linux-wlan-ng linux-wlan-ng-firmware lout lout-common lufs-utils lvm-common
231   lvm10 madwifi-doc misdn-utils mutt-ng muttprint nhfsstone nscd nxclient
232   olsrd-gui olsrd-plugin opie-server policycoreutils postgresql-client-8.1
233   prosper python-clamav python-jaxml python-selinux python2.3 raccess samdump
234   scapy securecgi simh synctree tclx8.3 tesseract-ocr tetex-base tetex-bin
235   tetex-extra tethereal tftp-hpa tftpd-hpa tk-brief transset ufsutils
236   unionfs-utils unzsplit valgrind vde wellenreiter wmi xcompmgr xen-tools
237   xen-utils-common xlibmesa-gl zsplit
238 </pre>
239
240          <p>Added 109 new packages (exluding lib* and *2.6.20-grml*):</p>
241
242 <pre class="rahmen">
243   4g8 advchk apwal arp-scan array-info ascii ascii2binary atftpd aufs-tools
244   blktrace bluetooth-alsa cbm clive concalc cryopid csstidy ctioga cups-pdf
245   dbus-x11 dnsproxy docbook2odf dpkg-ruby dvb-utils edbrowse espeak espeak-data
246   fakechroot fatresize funionfs fusedav gaffitter gatling gcolor2 gems
247   genisoimage grml-desktop grml-kerneladdons-2.6.20 grml-pylib hal-info icedax
248   ii imsniff ion3-mod-xinerama keyutils kqemu-common kvm lckdo mcabber mtp-tools
249   mtpaint ncc ncdu newsbeuter odt2txt olsrd-plugins ophcrack oss-compat
250   pamusb-tools pdfcube perl-tk pnputils podget postgresql-client-8.2 powertop
251   python-gobject python-pexpect python-scapy python-urwid rcov recordmydesktop
252   samdump2 scalpel screenie scrot sigit smbnetfs speedometer sucrack
253   texlive-base texlive-base-bin texlive-common texlive-doc-base
254   texlive-fonts-recommended texlive-lang-german texlive-latex-base
255   texlive-latex-recommended thc-ipv6 treil tss tweak uncrustify urlscan vde2
256   vim-addon-manager vinetto xjed xserver-xorg-input-aiptek
257   xserver-xorg-input-elo2300 xserver-xorg-input-elographics
258   xserver-xorg-input-evtouch xserver-xorg-input-hyperpen
259   xserver-xorg-input-joystick xserver-xorg-input-penmount
260   xserver-xorg-input-void xserver-xorg-video-intel xsteg xwatchwin zfs-fuse zzuf
261 </pre>
262
263          <h3>Upgrade notes</h3>
264
265          <p>As usual you can upgrade your grml harddisk system to the latest grml
266          version running 'apt-get update; apt-get install grml'. Take a look at <a
267          href="http://wiki.grml.org/doku.php?id=upgrading">the upgrading webpage in
268          the grml-wiki</a> as well. Notice: If you are using grml in a productive
269          environment and/or use a grml2hd installation we strongly recommend to
270          subscribe to <a href="http://grml.org/mailinglist/">the grml-user
271          mailinglist</a>!</p>
272
273          <h3>Changes since release 0.9 (20061206)</h3>
274
275          <ul>
276            <li><a href="http://grml.org/grml2hd/gallery/">grml2hd screenshot gallery</a> available
277            <li><a href="http://grml.org/user-survey/grml.txt">grml user survey</a> (results will be available soon)
278            <li><a href="http://grml.supersized.org/archives/229-update-of-zsh-lovers-in-asciidoc-format.html">update of zsh-lovers</a>
279            <li><a href="http://grml.org/team/">Frank Terbeck joined the grml-team</a>
280          </ul>
281
282          <h3>Known issues</h3>
283
284          <p>Take a look at <a
285          href="http://wiki.grml.org/doku.php?id=grml_1.0">grml_1.0 @ grml-wiki</a>.
286          Please report problems using information on <a
287          href="/bugs/">grml.org/bugs/</a>.</p>
288
289          <h3>Download grml 1.0</h3>
290
291          <p>grml 1.0 can be downloaded from mirrors listed on <a
292          href="/download/">grml.org/download/</a>.</p>
293
294          <h3>Feedback</h3>
295
296          <p>Your comments, bug reports, patches, and suggestions will help fix bugs
297          and improve future releases. If you find a problem with the release please
298          check <a href="http://wiki.grml.org/doku.php?id=grml_1.0">grml_1.0 @
299          grml-wiki</a> and report problems using information on <a
300          href="/bugs/">grml.org/bugs/</a>. Please send your feedback, feature
301          requests and bug reports to the grml-team!</p>
302
303          <ul>
304            <li><a href="/contact/">grml.org/contact/</a>
305            <li><a href="/irc/">#grml on irc.freenode.org</a>
306          </ul>
307
308          <h3>Thanks</h3>
309
310          <p>Many thanks in this release go to Michael Schierl, Jan-Pieter
311          Jacobs, Moritz Augsburger, Wolfgang Fuschlberger, Manuel Fuhr, Ronny
312          Plattner, Robert Giebel, Martin Ahammer, Matthias Diener and Josef
313          Teske for their contributions.  Many thanks to all of you who took part
314          in <a href="http://grml.org/user-survey/grml.txt">the grml user
315          survey</a>.  Many thanks also to the ones of you who <a
316          href="/donations/">donated something to the grml-team</a> and of course
317          to all those who have sent feedback since the last release!</p>
318
319          <h3>More Information</h3>
320
321          <p>You can find out more about grml on <a href="/">our website</a>, <a
322          href="/irc/">IRC channel</a>, and <a href="http://wiki.grml.org/">wiki</a>.
323
324          <p>To sign up for future grml announcements, please subscribe to <a
325          href="http://lists.mur.at/mailman/listinfo/grml-announce"> grml's
326          announcement list</a>.</p>
327
328
329          <p><a
330          href="http://www.spreadshirt.net/shop.php?article_id=3966156&view_id=4#top"><img
331          align="right" style="margin-left: 20px; border: 0"
332          src="/img/grmlshirt_0.9.jpg" alt="the grml 1.0 shirt" /></a></p>
333
334          <h3>Further Questions?</h3>
335
336          <p><a href="http://grml.org/contact/">Contact us.</a></p>
337
338 </div>
339
340 [% INCLUDE static_bottom.inc %]
341 <!--
342 vim: ai tw=150
343 -->