Commit c18155e6 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

slinux: Remove sytemd-{networkd,tymesyncd} from rootfs

Dunno why these packages pulled to rootfs. They are shouldn't.
parent edd2392c
#!/bin/sh -efu
# remove unneeded packages
# FIXME: Dunno why these packages pulled to rootfs.
# They shouldn't.
list="$(rpmquery -a --qf='%{NAME}\n' systemd-networkd systemd-timesyncd)"
[ -z "$list" ] || apt-get remove -f -y -- $list
:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment