conf.d/vm.mk: Add locales and tzdata to vm/systemd

This commit is contained in:
Mikhail Gordeev 2019-04-01 22:22:41 +03:00 committed by Michael Shigorin
parent edb44bf43b
commit a4d5464ade

View File

@ -6,6 +6,7 @@ vm/bare: vm/.base-lilo +sysvinit
@$(call add,BASE_PACKAGES,apt)
vm/systemd: vm/.base-grub +systemd
@$(call add,BASE_PACKAGES,glibc-gconv-modules glibc-locales tzdata)
@$(call add,BASE_PACKAGES,apt)
# handle ROOTPW (through deflogin)