slinux: Remove sytemd-{networkd,tymesyncd} from rootfs
Dunno why these packages pulled to rootfs. They are shouldn't.
This commit is contained in:
parent
edd2392cbb
commit
c18155e614
8
features.in/slinux/rootfs/image-scripts.d/90-cleanup-pkgs
Executable file
8
features.in/slinux/rootfs/image-scripts.d/90-cleanup-pkgs
Executable file
@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
:
|
Loading…
x
Reference in New Issue
Block a user