remove langpacks-en from config.sh
This commit is contained in:
parent
8de673ead0
commit
a0fc64f5e4
@ -582,11 +582,6 @@ function minimal_container_steps() {
|
|||||||
rm -rfv /usr/share/icons/*
|
rm -rfv /usr/share/icons/*
|
||||||
rm -fv /usr/bin/pinky
|
rm -fv /usr/bin/pinky
|
||||||
rm -rfv /usr/lib/systemd
|
rm -rfv /usr/lib/systemd
|
||||||
if [ -f /usr/bin/dnf ]; then
|
|
||||||
dnf remove langpacks-en -y
|
|
||||||
else
|
|
||||||
microdnf remove langpacks-en -y
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function toolbox_container_steps() {
|
function toolbox_container_steps() {
|
||||||
|
@ -290,6 +290,9 @@
|
|||||||
<ignore name="xfsprogs"/>
|
<ignore name="xfsprogs"/>
|
||||||
<ignore name="xkeyboard-config"/>
|
<ignore name="xkeyboard-config"/>
|
||||||
</packages>
|
</packages>
|
||||||
|
<packages type="uninstall" profiles="Container-Minimal">
|
||||||
|
<package name="langpacks-en"/>
|
||||||
|
</packages>
|
||||||
<packages type="uninstall" profiles="Container-Toolbox">
|
<packages type="uninstall" profiles="Container-Toolbox">
|
||||||
<package name="dracut"/>
|
<package name="dracut"/>
|
||||||
<package name="pinentry"/>
|
<package name="pinentry"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user