Don't install snapd by default.

bionic
Simon Quigley 6 years ago
parent 8d075b1661
commit 28a4a97461

@ -11,11 +11,16 @@ apt-xapian-index
# Bring part of gnome and unity
unity-greeter
#Ubuntu has added a suggested package which installs a config file for network manager.
#This config file enables a feature which checks the connection is actually connected
#to the internet. It does this by connecting to a website on the internet every five
#minutes. Due to privacy concerns, Lubuntu is NOT installing this package by default,
#leaving it to the user to decide if he/she wants this feature.
# Ubuntu has added a suggested package which installs a config file for network manager.
# This config file enables a feature which checks the connection is actually connected
# to the internet. It does this by connecting to a website on the internet every five
# minutes. Due to privacy concerns, Lubuntu is NOT installing this package by default,
# leaving it to the user to decide if he/she wants this feature.
network-manager-config-connectivity
network-manager-config-connectivity-ubuntu
network-manager-config-connectivity-debian
# snapd automatically uses a bit of RAM, and Lubuntu doesn't plan on ever installing
# Snaps by default, so let's not even put it on the ISO, people can install it if they
# want it...
snapd

@ -9,7 +9,7 @@ Task-Seeds: core-share
* Feature: no-follow-recommends
== Default seeds ==
* lubuntu-core
== LXDE / LXQt common components ==
@ -88,7 +88,7 @@ Task-Seeds: core-share
* update-notifier # For crash report and updates notifications
* ubuntu-drivers-common # Make it harder to remove detection support, LP#704597
* policykit-desktop-privileges # passwordless disk/CPU speed/time operations for admins
* libpam-systemd # logind, cross desktop compatibility
* libpam-systemd # logind, cross desktop compatibility
* x11-utils
* whoopsie # LP: 1001630
* kerneloops-daemon # watch for and allow reporting of kernel problems
@ -103,10 +103,8 @@ Task-Seeds: core-share
* fwupdate # Firmware updating support
* fwupdate-signed
* snapd # snap packages support
* fcitx
* xkb-data
* memtest86+

@ -41,6 +41,9 @@ included due to matching Extra-Include patterns, and has no other effect):
* Extra-Exclude: python-vigra-doc # libvigraimpex is in main, but nothing uses python-vigra
* Extra-Exclude: libunity-*-dev unity-2d-dbg
... Let's make sure snapd is not installed by default *at all*, see comment in blacklist
* Extra-Exclude: snapd
Transitional packages:

Loading…
Cancel
Save