[26910] in Source-Commits
/svn/athena r25828 - trunk/debathena/config/auto-update/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon Feb 25 11:17:56 2013
Date: Mon, 25 Feb 2013 11:17:48 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201302251617.r1PGHmQk007381@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2013-02-25 11:17:48 -0500 (Mon, 25 Feb 2013)
New Revision: 25828
Modified:
trunk/debathena/config/auto-update/debian/athena-auto-update
Log:
Leave a note for future generations about kernel cleanup
Modified: trunk/debathena/config/auto-update/debian/athena-auto-update
===================================================================
--- trunk/debathena/config/auto-update/debian/athena-auto-update 2013-02-25 16:14:13 UTC (rev 25827)
+++ trunk/debathena/config/auto-update/debian/athena-auto-update 2013-02-25 16:17:48 UTC (rev 25828)
@@ -327,6 +327,8 @@
fi
# Cleanup old kernels
+# This can probably go away once /boot is no longer on its own
+# partition.
if [ "$CLEANUP_OLD_KERNELS" = "yes" ]; then
echo "Cleaning up old kernels..."
kernels=$(dpkg-query -W -f '${Package}:${Status}\n' linux-image-\*-generic | \