Skip to content
Snippets Groups Projects
Commit 84368202 authored by Simon McVittie's avatar Simon McVittie
Browse files

Merge flatdeb commit 'a0784d9f'

parents 1cb1db11 a0784d9f
No related branches found
Tags v0.20230228.0
No related merge requests found
...@@ -120,7 +120,8 @@ unwanted=() ...@@ -120,7 +120,8 @@ unwanted=()
# These are Essential (or at least important) but serve no # These are Essential (or at least important) but serve no
# purpose in an immutable runtime with no init. Note that # purpose in an immutable runtime with no init. Note that
# order is important: adduser needs to be removed before # order is important: adduser needs to be removed before
# debconf. We remove these particular packages first because # debconf, and sudo before lsb-base.
# We remove these particular packages first because
# they try to invoke other packages we want to remove in # they try to invoke other packages we want to remove in
# their postrm maintainer scripts. # their postrm maintainer scripts.
for package in \ for package in \
...@@ -132,10 +133,10 @@ for package in \ ...@@ -132,10 +133,10 @@ for package in \
initramfs-tools \ initramfs-tools \
initramfs-tools-bin \ initramfs-tools-bin \
initscripts \ initscripts \
sudo \
lsb-base \ lsb-base \
module-init-tools \ module-init-tools \
plymouth \ plymouth \
sudo \
tcpd \ tcpd \
udev \ udev \
; do \ ; do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment