From cadd4827258882c6c749de2ea8b3a64b1250ac49 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Thu, 28 Nov 2013 17:26:05 +0400 Subject: [PATCH] desktop.mk: need to be able to resize ntfs We're better off providing NTFS support so that Windows partitions can be shrunk at least if one's not going to just blow these away upon encounter. --- conf.d/desktop.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/desktop.mk b/conf.d/desktop.mk index 032c8d27..47df7842 100644 --- a/conf.d/desktop.mk +++ b/conf.d/desktop.mk @@ -11,6 +11,7 @@ mixin/desktop-installer: use/x11-autostart use/sound +vmguest @$(call add,BASE_PACKAGES,udev-rule-generator-net sysklogd) @$(call add,BASE_LISTS, \ $(call tags,(base || desktop) && (l10n || network))) + @$(call add,INSTALL2_PACKAGES,ntfs-3g) distro/.desktop-network: distro/.desktop-mini \ mixin/desktop-installer use/stage2/net-eth; @: