Commit c133947e authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: add tzdata to regular-jeos

parent b63634d4
...@@ -81,7 +81,7 @@ distro/.regular-jeos-base: distro/.regular-bare +efi \ ...@@ -81,7 +81,7 @@ distro/.regular-jeos-base: distro/.regular-bare +efi \
@$(call add,BASE_PACKAGES,installer-common-stage3) @$(call add,BASE_PACKAGES,installer-common-stage3)
@$(call add,LIVE_PACKAGES,alterator-net-functions) # for run scripts from installer-common-stage3 @$(call add,LIVE_PACKAGES,alterator-net-functions) # for run scripts from installer-common-stage3
@$(call add,THE_PACKAGES,apt basesystem dhcpcd vim-console su agetty) @$(call add,THE_PACKAGES,apt basesystem dhcpcd vim-console su agetty)
@$(call add,THE_PACKAGES,glibc-locales) @$(call add,THE_PACKAGES,glibc-locales tzdata)
@$(call add,BASE_PACKAGES,make-initrd-lvm make-initrd-mdadm cpio) @$(call add,BASE_PACKAGES,make-initrd-lvm make-initrd-mdadm cpio)
@$(call add,BASE_LISTS,openssh) @$(call add,BASE_LISTS,openssh)
@$(call add,THE_PACKAGES,fdisk) @$(call add,THE_PACKAGES,fdisk)
......
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