diff --git a/packages/sysutils/systemd/package.mk b/packages/sysutils/systemd/package.mk index 8ec2515e8b..be9102492b 100644 --- a/packages/sysutils/systemd/package.mk +++ b/packages/sysutils/systemd/package.mk @@ -120,6 +120,7 @@ post_makeinstall_target() { rm -rf $INSTALL/usr/lib/rpm rm -f $INSTALL/usr/bin/kernel-install rm -rf $INSTALL/etc/xdg + rm -rf $INSTALL/usr/share/factory rm -f $INSTALL/usr/lib/udev/hwdb.d/20-OUI.hwdb rm -f $INSTALL/usr/lib/udev/hwdb.d/20-acpi-vendor.hwdb @@ -187,6 +188,8 @@ post_makeinstall_target() { rm -rf $INSTALL/usr/lib/systemd/system/console-getty.service rm -rf $INSTALL/usr/lib/systemd/system/console-shell.service rm -rf $INSTALL/usr/lib/systemd/system/getty@.service + rm -rf $INSTALL/usr/lib/systemd/system/container-getty@.service + rm -rf $INSTALL/usr/lib/systemd/system/serial-getty@.service rm -rf $INSTALL/usr/lib/systemd/system/getty.target rm -rf $INSTALL/usr/lib/systemd/system/multi-user.target.wants/getty.target