Final polishing for 2017.05-rc1 release
[grml.org.git] / changelogs / README-grml-2017.05-rc1 / index.html.tt2
index 74ce1cf..ee70a51 100644 (file)
@@ -30,9 +30,9 @@
 
         <h3>About</h3>
 
-        <p>Grml is a Debian based live system focusing on system administrators.
+        <p>Grml is a Debian based live system focusing on the needs of system administrators.
         This Grml release provides fresh software packages from Debian testing (AKA stretch) and is the first Grml release using systemd as its init system.
-        As usual it also incorporates up2date hardware support and fixes known bugs from the previous Grml release.</p>
+        As usual it also incorporates up to date hardware support and fixes known bugs from the previous Grml release.</p>
 
         <h3>Important Changes</h3>
 
 
           <li>Switch from file-rc to systemd as init system.
           grml-live (the build system for creating Grml (based) Linux live systems) still supports non-systemd systems using file-rc, though we don't plan to maintain this in the long run.
+          For the reasons <em>why</em> we actually switched to systemd please visit the <a href="/faq/#systemd">FAQ</a>.
           Due to the change to systemd some boot options in the current release might not work as before and some further issues might have been unnoticed yet.
-          Please <a href="/bugs/">let us know</a> if you should stumble upon any such issues.
+          Please <a href="/bugs/">let us know</a> if you should stumble upon any such issues.</li>
 
           <li>New Grml repository signing key: 4096R/21E0CA38EA2EA4AB.
-          If you're using the Grml repositories (<a href="https://deb.grml.org/">deb.grml.org</a> please make sure to use a current version of the grml-debian-keyring package.
-          The GPG key is also available via <a href="https://deb.grml.org/repo-key.gpg">https://deb.grml.org/repo-key.gpg</a>.
-
-          <li>Switched from vlock to physlock for console/desktop locking
-
-          <li>Usage of net.ifnames=0 as default boot option
+          If you're using the Grml repositories (<a href="https://deb.grml.org/">deb.grml.org</a>) please make sure to use a current version of the grml-debian-keyring package.
+          The GPG key is also available via <a href="https://deb.grml.org/repo-key.gpg">https://deb.grml.org/repo-key.gpg</a>.</li>
 
         </ul>
 
 
           <li><a href="/grml2usb/">grml2usb</a> (tool to install Grml ISOs to USB devices):
 
-          <ul>
-            <li>Support usage of grml2usb on EFI systems
-            <li>New option --skip-usb-check to skip check whether target looks like a USB device
-            <li>New option --rw-blockdev for usage with read-only/forensic like devices
-          </ul>
+            <ul>
+              <li>Support usage of grml2usb on EFI systems</li>
+              <li>New option --skip-usb-check to skip check whether target looks like a USB device</li>
+              <li>New option --rw-blockdev for usage with read-only/forensic like devices</li>
+            </ul>
+          </li>
 
           <li><a href="/grml-live/">grml-live</a> (build system for creating Grml (based) Linux live systems):
 
-          <ul>
-            <li>Systemd support, providing backwards compatibility (non-systemd using file-rc) via FILE_RC class
-            <li>Provide wayback machine via "-w &lt;date&gt;" to install Debian packages from specific date
-            <li>Add support for netboot.xyz
-            <li>Add SHA-256 and SHA-512 hashes
-            <li>Generate /etc/issue with Grml release information
-            <li>Switch from aptitude to apt usage for software installation
-            <li>Output to "./grml" in current working directory by default
-            <li>If locales-all package is installed skip locales generation
-            <li>GRMLBASE/21-usersetup: add grml user to vboxsf group
-            <li>New script 94-update-smart-drivedb to update smartmontools' drive database
-            <li>templates: use net.ifnames=0 by default
-          </ul>
+            <ul>
+              <li>Systemd support, providing backwards compatibility (non-systemd using file-rc) via FILE_RC class</li>
+              <li>Provide wayback machine via "-w &lt;date&gt;" to install Debian packages from specific date</li>
+              <li>Add support for netboot.xyz</li>
+              <li>Add SHA-256 and SHA-512 hashes</li>
+              <li>Generate /etc/issue with Grml release information</li>
+              <li>Switch from aptitude to apt usage for software installation</li>
+              <li>Output to "./grml" in current working directory by default</li>
+              <li>If locales-all package is installed skip locales generation</li>
+              <li>GRMLBASE/21-usersetup: add grml user to vboxsf group</li>
+              <li>New script 94-update-smart-drivedb to update smartmontools' drive database</li>
+              <li>templates: use net.ifnames=0 by default</li>
+            </ul>
 
           </li>
 
           <li>grml-hwinfo (tool to collect hardware information):
 
-          <ul>
-            <li>Support options --force + --quiet for usage with cron
-            <li>Provide `acpi --everything` output in file `acpi.everything`
-            <li>ip: also store table specific route information
-          </ul>
+            <ul>
+              <li>Support options --force + --quiet for usage with cron</li>
+              <li>Provide `acpi --everything` output in file `acpi.everything`</li>
+              <li>ip: also store table specific route information</li>
+            </ul>
 
           </li>
 
-          <li><a href="/zsh/">grml-zshrc</a>:
-
-          <ul>
-            <li>Fall back to journalctl with llog + tlog aliases if /var/log/syslog doesn't exist
-            <li>Make some ambiguous aliases optional via GRML_NO_APT_ALIASES + GRML_NO_SMALL_ALIASES
-            <li>Sync zsh-lookup with its upstream repository
-            <li>Add more robustness to completion caching setup
-            <li>Drop 'setopt nonomatch' configuration
-            <li>Rewrite large parts of persistent dirstack handling
-            <li>No longer explicitly set SHELL
-            <li>Add support for `fetch' in simple-extract()
-            <li>Several updates to the bk function, incl. option '-ra' to removal all (even hidden) backups
-            <li>Drop j alias (used for 'jobs -l')
-          </ul>
+          <li><a href="/zsh/">grml-zshrc</a> (Zsh configuration):
+
+            <ul>
+              <li>Fall back to journalctl with llog + tlog aliases if /var/log/syslog doesn't exist</li>
+              <li>Make some ambiguous aliases optional via GRML_NO_APT_ALIASES + GRML_NO_SMALL_ALIASES</li>
+              <li>Sync zsh-lookup with its upstream repository</li>
+              <li>Add more robustness to completion caching setup</li>
+              <li>Drop 'setopt nonomatch' configuration</li>
+              <li>Rewrite large parts of persistent dirstack handling</li>
+              <li>No longer explicitly set SHELL</li>
+              <li>Add support for `fetch' in simple-extract()</li>
+              <li>Several updates to the bk function, e.g. new option '-ra' to remove all (even hidden) backups</li>
+              <li>Drop j alias (used for 'jobs -l')</li>
+            </ul>
 
           </li>
 
-          <li><a href="/grml-debootstrap/">grml-debootstrap</a>:
-
-          <ul>
-            <li>Support Debian stretch and use Debian stretch as the new default release
-            <li>Provide EFI support via --efi &lt;device&gt; option
-            <li>Drop sysfsutils from default software package list
-            <li>Don't generate rootfs entry in /etc/fstab if we don't know its UUID
-            <li>Don't fiddle around with /etc/hosts
-            <li>Honor GRUB_DISABLE_LINUX_UUID=true and don't set root=UUID then
-            <li>Export TARGET_HOSTNAME before running post-scripts
-            <li>Disable '^metadata_csum' feature when creating ext filesystem for jessie and older Debian releases
-            <li>Ensure that grub-pc/install_devices is pointing to the requested device
-            <li>Use parted to create partition table
-            <li>Rename --scripts to --post-scripts for consistency, accordingly disable SCRIPTS by default, replaced by POST_SCRIPTS
-            <li>Provide new option --remove-configs to delete grml-debootstrap configuration files from installed system
-            <li>Ensure that grub-pc is installed in VMs even when using --nopackages
-            <li>Provide hostname to pre-scripts by setting up /etc/hostname
-            <li>Make it more friendly to install on non-Debian distributions
-            <li>Drop contrib + non-free from default COMPONENTS, support --contrib + -non-free cmdline options
-            <li>Install firmware-linux only when non-free is among the COMPONENTS
-            <li>Use full fingerprint instead of short GPG key ids for Grml repository
-          </ul>
+          <li><a href="/grml-debootstrap/">grml-debootstrap</a> (wrapper around debootstrap for installing pure Debian):
+
+            <ul>
+              <li>Support Debian stretch and use Debian stretch as the new default release</li>
+              <li>Provide EFI support via --efi &lt;device&gt; option</li>
+              <li>Drop sysfsutils from default software package list</li>
+              <li>Don't generate rootfs entry in /etc/fstab if we don't know its UUID</li>
+              <li>Don't fiddle around with /etc/hosts</li>
+              <li>Honor GRUB_DISABLE_LINUX_UUID=true and don't set root=UUID then</li>
+              <li>Export TARGET_HOSTNAME before running post-scripts</li>
+              <li>Disable '^metadata_csum' feature when creating ext filesystem for jessie and older Debian releases</li>
+              <li>Ensure that grub-pc/install_devices is pointing to the requested device</li>
+              <li>Use parted to create partition table</li>
+              <li>Rename --scripts to --post-scripts for consistency, accordingly disable SCRIPTS by default, replaced by POST_SCRIPTS</li>
+              <li>Provide new option --remove-configs to delete grml-debootstrap configuration files from installed system</li>
+              <li>Ensure that grub-pc is installed in VMs even when using --nopackages</li>
+              <li>Provide hostname to pre-scripts by setting up /etc/hostname</li>
+              <li>Make it more friendly to install on non-Debian distributions</li>
+              <li>Drop contrib + non-free from default COMPONENTS, support --contrib + --non-free cmdline options</li>
+              <li>Install firmware-linux only when non-free is among the COMPONENTS</li>
+              <li>Use full fingerprint instead of short GPG key ids for Grml repository</li>
+            </ul>
 
           </li>
 
 
         <h3>Packages</h3>
 
-        <p>Details about shipped packages and their versions on Grml are
+        <p>Details about shipped packages and their versions in Grml are
         available in the <a href="/files/#debian">Debian section</a>. Visit
         <a href="/files/grml64-full_2017.05/dpkg.list">dpkg_list</a> for a
         detailed list of packages shipped with Grml 2017.05(-rc1).</p>
 
         <h3>Updates</h3>
 
-        <p>Packages are taken from Debian testing as of 5th of May 2017.
+        <p>Packages are taken from Debian testing as of 7th of May 2017.
         63 packages have been removed, and these 64 new packages
         have been added (excluding lib* and kernel image):</p>
 
         Christian Hofstaedtler,
         Christian Sturm,
         Christoph Berg,
-        Csillag Tamas,
         Daniel Hahler,
         Darshaka Pathirana,
         Dmitri Vereshchagin,
         Sebastian Boehm,
         Sebastian Pipping,
         Stefan Schlesinger,
+        Tamas Csillag,
         Thiago Perrotta,
         Thilo Six,
         Thomas Berger and