more docs on preferences
[grml.org.git] / files / index.html.tt2
index c4fa694..f35609f 100644 (file)
        <p>Note that using the Grml repository on standard Debian systems is <b>not recommended</b>. If you just want our console configuration, read <a href="http://grml.org/console/">"Make console work comfortable"</a>.</p>
 
        <pre class="rahmen">
-# Signing key is available in grml-archive-keyring
+# Signing key is available in grml-debian-keyring
 #  deb     http://deb.grml.org/ grml-stable main
 #  deb-src http://deb.grml.org/ grml-stable main
 #  deb     http://deb.grml.org/ grml-testing main
 #  deb-src http://deb.grml.org/ grml-testing main</pre>
 
+       <p>If you are running Debian stretch or later, you may want to use the following <code>.sources</code> file, which will enforce the suite name and signing keys:</p>
+
+       <pre class="rahmen">
+Types: deb deb-src
+URIs: http://deb.grml.org/
+Suites: grml-stable grml-testing
+Architectures: i386 amd64
+Components: main
+Signed-By: 05483D2F0A254E5BC12AC73021E0CA38EA2EA4AB</pre>
+
+       <p>Then the following <a href="https://manpages.debian.org/apt_preferences">preferences file</a> will keep packages from GRML to replace normal Debian packages, in <code>/etc/apt/preferences.d/grml.pref</code>:</p>
+       
+       <pre class="rahmen">
+Package: *
+Pin: release suite=grml-stable
+Pin-Priority: 1
+
+Package: *
+Pin: release suite=grml-testing
+Pin-Priority: 1</pre>
+
         <h2><a name="wallpapers"></a>Wallpapers and other media files provided by Grml</h2>
 
        <p>Wallpapers, CD covers and similar media files are available in the
 
         <h2><a name="debian"></a>Package lists for the current release</h2>
 
-        <h3>grml32-full 2012.05</h3>
+        <h3>grml32-full 2014.11</h3>
 
         <ul>
-          <li><a href="grml32-full_2012.05/dpkg.selections">dpkg.selections</a> - software package listing</li>
-          <li><a href="grml32-full_2012.05/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
+          <li><a href="grml32-full_2014.11/dpkg.selections">dpkg.selections</a> - software package listing</li>
+          <li><a href="grml32-full_2014.11/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
           <li><a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">grml-cheatcodes.txt</a> - boot options</li>
-          <li><a href="grml32-full_2012.05/nonfree-licenses.list">nonfree-licenses.list</a> - a list of used nonfree software and their licenses</li>
+          <li><a href="grml32-full_2014.11/nonfree-licenses.txt">nonfree-licenses.txt</a> - a list of used nonfree software and their licenses</li>
         </ul>
 
-        <h3>grml64-full 2012.05</h3>
+        <h3>grml64-full 2014.11</h3>
 
         <ul>
-          <li><a href="grml64-full_2012.05/dpkg.selections">dpkg.selections</a> - software package listing</li>
-          <li><a href="grml64-full_2012.05/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
+          <li><a href="grml64-full_2014.11/dpkg.selections">dpkg.selections</a> - software package listing</li>
+          <li><a href="grml64-full_2014.11/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
           <li><a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">grml-cheatcodes.txt</a> - boot options</li>
-          <li><a href="grml64-full_2012.05/nonfree-licenses.list">nonfree-licenses.list</a> - a list of used nonfree software and their licenses</li>
+          <li><a href="grml64-full_2014.11/nonfree-licenses.txt">nonfree-licenses.txt</a> - a list of used nonfree software and their licenses</li>
         </ul>
 
-        <h3>grml32-small 2012.05</h3>
+        <h3>grml32-small 2014.11</h3>
 
         <ul>
-          <li><a href="grml32-small_2012.05/dpkg.selections">dpkg.selections</a> - software package listing</li>
-          <li><a href="grml32-small_2012.05/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
+          <li><a href="grml32-small_2014.11/dpkg.selections">dpkg.selections</a> - software package listing</li>
+          <li><a href="grml32-small_2014.11/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
           <li><a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">grml-cheatcodes.txt</a> - boot options</li>
-          <li><a href="grml32-small_2012.05/nonfree-licenses.list">nonfree-licenses.list</a> - a list of used nonfree software and their licenses</li>
+          <li><a href="grml32-small_2014.11/nonfree-licenses.txt">nonfree-licenses.txt</a> - a list of used nonfree software and their licenses</li>
         </ul>
 
-        <h3>grml64-small 2012.05</h3>
+        <h3>grml64-small 2014.11</h3>
 
         <ul>
-          <li><a href="grml64-small_2012.05/dpkg.selections">dpkg.selections</a> - software package listing</li>
-          <li><a href="grml64-small_2012.05/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
+          <li><a href="grml64-small_2014.11/dpkg.selections">dpkg.selections</a> - software package listing</li>
+          <li><a href="grml64-small_2014.11/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
           <li><a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">grml-cheatcodes.txt</a> - boot options</li>
-          <li><a href="grml64-small_2012.05/nonfree-licenses.list">nonfree-licenses.list</a> - a list of used nonfree software and their licenses</li>
+          <li><a href="grml64-small_2014.11/nonfree-licenses.txt">nonfree-licenses.txt</a> - a list of used nonfree software and their licenses</li>
         </ul>
 
       </div>