Clarify /etc/grml/fai/apt/sources.list in docs
authorMichael Prokop <mika@grml.org>
Sat, 21 Feb 2009 14:30:38 +0000 (15:30 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 21 Feb 2009 14:30:38 +0000 (15:30 +0100)
docs/grml-live.txt
etc/grml/fai/apt/important_note.txt

index b0aa869..6b11bab 100644 (file)
@@ -336,12 +336,13 @@ This file specifies the package list for creating the NFSROOT.
 
   /etc/grml/fai/apt/sources.list
 
-This file specifies which mirrors should be used for retrieving the Debian
-packages used for creating the main chroot (including all the software you would
-like to see included). If you want to use a local mirror you either have to
-adjust this file or use the GRML_LIVE_SOURCES variable inside
-/etc/grml/grml-live.conf which modifies /etc/grml/fai/apt/sources.list
-on-the-fly then.
+This file specifies which mirrors should be considered for retrieving the Debian
+packages when creating the main chroot (including all the software you would
+like to see included). Important: this file should *not* be adjusted manually!
+Instead use the GRML_LIVE_SOURCES variable inside /etc/grml/grml-live.conf which
+modifies /etc/grml/fai/apt/sources.list on-the-fly via grml-live then. If you
+want to generally adjust apt configuration check out /etc/grml/fai/files/etc/apt
+instead.
 
   /etc/grml/fai/config/
 
index abe5423..0f94ca3 100644 (file)
@@ -1,3 +1,4 @@
 # NOTE: This directory is *NOT* meant for manual customisation! Files in this
 # directory are written by grml-live only and any changes might be overriden.
-# You might consider using /etc/grml/fai/files/etc/apt instead!
+# You might consider using GRML_LIVE_SOURCES in /etc/grml/grml-live.conf*
+# and /etc/grml/fai/files/etc/apt instead!