X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=changelogs%2FREADME-grml-2017.05-rc1%2Findex.html.tt2;h=b2679285e56effd4df3a3047357f8154929d25e9;hb=1da54be8f969d4ac59ad16817ba8b6d4b8af519a;hp=ee70a51f12f6e6b471ea9b9b013cfd7870dee1b0;hpb=c1b474fb59ca60b55ac676db32509f21140fb225;p=grml.org.git diff --git a/changelogs/README-grml-2017.05-rc1/index.html.tt2 b/changelogs/README-grml-2017.05-rc1/index.html.tt2 index ee70a51..b267928 100644 --- a/changelogs/README-grml-2017.05-rc1/index.html.tt2 +++ b/changelogs/README-grml-2017.05-rc1/index.html.tt2 @@ -48,6 +48,19 @@ If you're using the Grml repositories (deb.grml.org) please make sure to use a current version of the grml-debian-keyring package. The GPG key is also available via https://deb.grml.org/repo-key.gpg. +
  • Following Debian's switch, the 32-bit PC support (known as the architecture 'i386' and what's provided by 'grml32') now no longer covers a plain i586 processor. + The new baseline is the i686, although some i586 processors (e.g. the 'AMD Geode') will remain supported. + The following shell script may be a useful indicator (assuming only one processor is installed in the machine): + +
    +  if grep -q '^flags.*\bfpu\b.*\btsc\b.*\bcx8\b.*\bcmov\b' /proc/cpuinfo; then
    +     echo "OK (assuming all CPUs are of the same type)"
    +  else
    +     echo "NOT OK: Missing one or more of the required CPU extensions"
    +  fi
    +
    +
  • +

    New features

    @@ -207,7 +220,7 @@

    Download Grml 2017.05-rc1

    Grml 2017.05-rc1 can be downloaded from - grml.org/download/prerelease/.

    + grml.org/download/prerelease/.

    Feedback

    @@ -257,7 +270,8 @@ Tamas Csillag, Thiago Perrotta, Thilo Six, - Thomas Berger and + Thomas Berger, + Thomas Stewart and Yves-Alexis Perez for their contributions.