Blacklist Foot, install tileos-archive-keyring
This commit is contained in:
parent
5e5f1c6726
commit
5d17e3012e
3 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
echo "P: Begin executing remove-blacklisted-packages chroot hook..."
|
echo "P: Begin executing remove-blacklisted-packages chroot hook..."
|
||||||
|
|
||||||
apt-get autoremove --purge -f -q -y \
|
apt-get autoremove --purge -f -q -y \
|
||||||
|
foot \
|
||||||
lxqt-qtplugin \
|
lxqt-qtplugin \
|
||||||
systemsettings \
|
systemsettings \
|
||||||
zutty
|
zutty
|
||||||
|
|
|
@ -19,7 +19,7 @@ lb config noauto \
|
||||||
--parent-mirror-chroot-security "http://deb.debian.org/debian-security/" \
|
--parent-mirror-chroot-security "http://deb.debian.org/debian-security/" \
|
||||||
--apt-source-archives false \
|
--apt-source-archives false \
|
||||||
--parent-mirror-binary "$MIRROR_URL" \
|
--parent-mirror-binary "$MIRROR_URL" \
|
||||||
--keyring-packages debian-keyring \
|
--keyring-packages "debian-keyring tileos-archive-keyring" \
|
||||||
--apt-options "--yes --option Acquire::Retries=5 --option Acquire::http::Timeout=100" \
|
--apt-options "--yes --option Acquire::Retries=5 --option Acquire::http::Timeout=100" \
|
||||||
--cache-packages false \
|
--cache-packages false \
|
||||||
--checksums md5 \
|
--checksums md5 \
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
echo "P: Begin executing remove-blacklisted-packages chroot hook..."
|
echo "P: Begin executing remove-blacklisted-packages chroot hook..."
|
||||||
|
|
||||||
apt-get autoremove --purge -f -q -y \
|
apt-get autoremove --purge -f -q -y \
|
||||||
|
foot \
|
||||||
lxqt-qtplugin \
|
lxqt-qtplugin \
|
||||||
systemsettings \
|
systemsettings \
|
||||||
zutty
|
zutty
|
||||||
|
|
Loading…
Add table
Reference in a new issue