From 9dbe3ade26d2e6157a57318c53b2645c2d611314 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Mon, 20 Aug 2018 15:01:15 +0200 Subject: [PATCH] TT#38758 Do not purge firmware-linux* packages on CE We are NOT installing non-free firmware packages on NGCP (since TT#42672), as a result we should not purge them. See commit 9161d0f57 in metapackages.git for more information. Change-Id: I84ff3486c0b03bbc228e5332955f6654b3519137 --- templates/scripts/includes/deployment.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/templates/scripts/includes/deployment.sh b/templates/scripts/includes/deployment.sh index 0d7b496..7cecbd8 100755 --- a/templates/scripts/includes/deployment.sh +++ b/templates/scripts/includes/deployment.sh @@ -1214,13 +1214,6 @@ cat >> "${TARGET}/etc/fstab" << EOF $SWAP_PARTITION none swap sw,pri=0 0 0 EOF -if "$PRO_EDITION" ; then - echo "Pro edition: keeping firmware* packages." -else - chroot $TARGET apt-get --purge -y remove \ - firmware-linux firmware-linux-free firmware-linux-nonfree || true -fi - # get rid of automatically installed packages chroot $TARGET apt-get --purge -y autoremove