-Mises à jour pour linux-2.6.38 (nouveau)
[hvlinux.git] / stage0 / packages-update
index c1be74b..932c6a1 100755 (executable)
@@ -9,7 +9,13 @@ source ../functions/main
 
 update_packages_init ${*}
 
-fpkg -s "linux/kernel/v2.6" ${KERNEL} ${KERNEL_URL}
+if [ "x${KERNEL}" = "x${NOUVEAU_NVIDIA_KERNEL}" ]; then
+    # Special case
+    fpkg -m hv ${KERNEL}
+else
+    fpkg -s "linux/kernel/v2.6" ${KERNEL} ${KERNEL_URL}
+fi
+
 fpkg ${FILE_PKG} "ftp://ftp.astron.com/pub/file"
 fpkg -m gnu ${NCURSES}
 fpkg -m gnu ${GMP}