lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master e3f989e: Suppress nonexistent entry in /etc/a


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e3f989e: Suppress nonexistent entry in /etc/apt/sources.list
Date: Sat, 28 Sep 2019 08:05:22 -0400 (EDT)

branch: master
commit e3f989ef703e10b626a81ec9fddd88364bfbe240
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Suppress nonexistent entry in /etc/apt/sources.list
---
 lmi_setup_21.sh | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/lmi_setup_21.sh b/lmi_setup_21.sh
index 6e6a7a1..dbefc9f 100755
--- a/lmi_setup_21.sh
+++ b/lmi_setup_21.sh
@@ -110,12 +110,25 @@ chown greg:greg /home/greg/.vim/spell/en.utf-8.add
 vim -es -c ':mkspell! ~/.vim/spell/en.utf-8.add' -c ':q'
 # which will be repeated below in the user chroot.
 
-# Enable stable and security upgrades:
+# Enable stable and security upgrades--see:
+#    https://www.debian.org/releases/stretch/amd64/apds03.html.en#idm4504
+# As this is written in 2019-09, 'bullseye' has not been officially
+# released, so it has no release-notes page like the one cited above
+# for 'stretch', which recommends adding 'security.debian.org'; and
+# adding 'security.debian.org' for 'bullseye' elicits:
+#   Err:4 http://security.debian.org bullseye/updates Release
+#     404  Not Found [IP: 151.101.184.204 80]
+#   Reading package lists...
+#   E: The repository 'http://security.debian.org bullseye/updates Release' 
does not have a Release file.
+# apparently because 'bullseye' is too new to have security updates
+# yet:
+#   http://forums.debian.net/viewtopic.php?f=5&t=143325
+# | Security repo may not be available for some time.
 
 cat >/etc/apt/sources.list <<EOF
 deb http://deb.debian.org/debian/ ${CODENAME} main
 deb http://deb.debian.org/debian/ ${CODENAME}-updates main
-deb http://security.debian.org/   ${CODENAME}/updates main
+#deb http://security.debian.org/   ${CODENAME}/updates main
 EOF
 
 # Apply any available upgrades:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]