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

[PATCH][live-installer] Run apt-get --yes autoremove in target after removing casper/live-initramfs



Hello,

 Please accept this patch to live-installer.d/remove-packages in the live-installer package. It runs 'apt-get --yes autoremove' in the target after removing casper/live-initramfs which will cause unneeded dependencies of either of these two packages to be removed too.

Cheers,

--
Cody A.W. Somerville
Software Systems Release Engineer
Foundations Team
Custom Engineering Solutions Group
Canonical OEM Services
Phone: +1-781-850-2087
Cell: +1-613-401-5141
Email: cody.somerville@canonical.com
diff -Nru live-installer-8/live-installer.d/remove-packages live-installer-8+netbook6/live-installer.d/remove-packages
--- live-installer-8/live-installer.d/remove-packages	2008-08-19 17:11:27.000000000 -0400
+++ live-installer-8+netbook6/live-installer.d/remove-packages	2009-07-10 12:27:31.000000000 -0400
@@ -13,3 +13,5 @@
 	in-target apt-get --yes remove --purge casper
 	in-target update-initramfs -k all -u
 fi
+
+in-target apt-get --yes autoremove

Reply to: