mirror of
https://git.launchpad.net/~lubuntu-dev/ubuntu-seeds/+git/lubuntu
synced 2025-04-28 19:41:13 +00:00
Don't install snapd by default.
This commit is contained in:
parent
8d075b1661
commit
28a4a97461
15
blacklist
15
blacklist
@ -11,11 +11,16 @@ apt-xapian-index
|
|||||||
# Bring part of gnome and unity
|
# Bring part of gnome and unity
|
||||||
unity-greeter
|
unity-greeter
|
||||||
|
|
||||||
#Ubuntu has added a suggested package which installs a config file for network manager.
|
# 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
|
# 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
|
# 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,
|
# 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.
|
# leaving it to the user to decide if he/she wants this feature.
|
||||||
network-manager-config-connectivity
|
network-manager-config-connectivity
|
||||||
network-manager-config-connectivity-ubuntu
|
network-manager-config-connectivity-ubuntu
|
||||||
network-manager-config-connectivity-debian
|
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
|
* Feature: no-follow-recommends
|
||||||
|
|
||||||
== Default seeds ==
|
== Default seeds ==
|
||||||
|
|
||||||
* lubuntu-core
|
* lubuntu-core
|
||||||
|
|
||||||
== LXDE / LXQt common components ==
|
== LXDE / LXQt common components ==
|
||||||
@ -88,7 +88,7 @@ Task-Seeds: core-share
|
|||||||
* update-notifier # For crash report and updates notifications
|
* update-notifier # For crash report and updates notifications
|
||||||
* ubuntu-drivers-common # Make it harder to remove detection support, LP#704597
|
* ubuntu-drivers-common # Make it harder to remove detection support, LP#704597
|
||||||
* policykit-desktop-privileges # passwordless disk/CPU speed/time operations for admins
|
* 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
|
* x11-utils
|
||||||
* whoopsie # LP: 1001630
|
* whoopsie # LP: 1001630
|
||||||
* kerneloops-daemon # watch for and allow reporting of kernel problems
|
* kerneloops-daemon # watch for and allow reporting of kernel problems
|
||||||
@ -103,10 +103,8 @@ Task-Seeds: core-share
|
|||||||
* fwupdate # Firmware updating support
|
* fwupdate # Firmware updating support
|
||||||
* fwupdate-signed
|
* fwupdate-signed
|
||||||
|
|
||||||
* snapd # snap packages support
|
|
||||||
|
|
||||||
* fcitx
|
* fcitx
|
||||||
|
|
||||||
* xkb-data
|
* xkb-data
|
||||||
|
|
||||||
* memtest86+
|
* 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: python-vigra-doc # libvigraimpex is in main, but nothing uses python-vigra
|
||||||
* Extra-Exclude: libunity-*-dev unity-2d-dbg
|
* 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:
|
Transitional packages:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user