diff --git a/lib/initcpio/install/arch_core_install b/lib/initcpio/install/arch_core_install index 5427a4be6..ed619b384 100644 --- a/lib/initcpio/install/arch_core_install +++ b/lib/initcpio/install/arch_core_install @@ -46,7 +46,7 @@ build () DEVEL="$DEVEL $(echo $i)" done SUPPORT="" - SUPPORT="$(echo -n $(pacman -Ss | grep -e ^core | grep -v '(' | sed -e 's/\ .*/ /g' -e 's#core/##g')) dmidecode gnu-netcat dosfstools ntfs-3g_ntfsprogs fuse dhclient v86d nouveau-drm-lts nouveau-firmware" + SUPPORT="$(echo -n $(pacman -Ss | grep -e ^core | grep -v '(' | sed -e 's/\ .*/ /g' -e 's#core/##g')) dmidecode gnu-netcat dosfstools ntfs-3g_ntfsprogs fuse dhclient v86d" for i in base devel lib support; do mkdir $i svn co -N ${SVNSETUP} $i