From 4978a117d4e01503199e43852077bf3df3fd28f8 Mon Sep 17 00:00:00 2001 From: Alexey Shabalin Date: Wed, 13 Nov 2019 21:38:36 +0300 Subject: [PATCH] server-v: add ntfs-3g to INSTALL2_PACKAGES --- conf.d/server-v.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.d/server-v.mk b/conf.d/server-v.mk index 8a9a29c1..9fa5dcb2 100644 --- a/conf.d/server-v.mk +++ b/conf.d/server-v.mk @@ -80,8 +80,9 @@ distro/.server-v-base: distro/.base distro/.installer \ @$(call add,INSTALL2_PACKAGES,installer-feature-multipath) @$(call add,INSTALL2_PACKAGES,installer-feature-server-raid-fixup-stage2) @$(call add,INSTALL2_PACKAGES,installer-feature-quota-stage2) - @$(call add,INSTALL2_BRANDING,bootloader bootsplash notes slideshow) @$(call add,INSTALL2_PACKAGES,fonts-ttf-google-croscore-arimo) + @$(call add,INSTALL2_PACKAGES,ntfs-3g) + @$(call add,INSTALL2_BRANDING,bootloader bootsplash notes slideshow) @$(call add,THE_BRANDING,alterator graphics) @$(call add,THE_BRANDING,indexhtml slideshow) @$(call add,PINNED_PACKAGES,branding-alt-server-alterator:Essential)