Commit 6082b77d authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: added NTFS support to server-hyperv installer

Might be useful for those wishing to set up additional drives carrying NTFS at install time.
parent be7f377b
......@@ -196,6 +196,7 @@ distro/regular-server-ovz: distro/regular-server \
distro/regular-server-hyperv: distro/regular-server
@$(call set,KFLAVOURS,un-def)
@$(call add,INSTALL2_PACKAGES,ntfs-3g)
@$(call add,THE_PACKAGES,hyperv-daemons)
@$(call add,THE_PACKAGES,alterator-fbi)
@$(call add,THE_LISTS,$(call tags,server alterator))
......
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