Fix errors with new eudev
[hvlinux.git] / stage1 / packages-update
index 7ac3ba4..2920824 100755 (executable)
@@ -24,11 +24,7 @@ lpkg 0 ${KERNEL}
 
 # New packages for stage 1:
 fpkg ${ZLIB} "http://www.zlib.net"
-
-unset USE_CLFS_PATCHES
 fpkg -m gnu ${BASH}
-USE_CLFS_PATCHES=1
-
 fpkg -m gnu ${BISON}
 fpkg -e "tar.gz" ${BZIP2} "http://www.bzip.org/$(get_pkg_ver ${BZIP2})"
 fpkg -m gnu -e "tar.xz" ${COREUTILS}
@@ -56,6 +52,6 @@ fpkg -m sf ${E2FSPROGS}
 fpkg ${SYSVINIT} "http://download.savannah.gnu.org/releases/sysvinit"
 fpkg -e "tar.xz" -s "linux/utils/kernel/kmod" ${KMOD} ${KERNEL_URL}
 
-fpkg -s "linux/utils/kernel/hotplug" ${UDEV} ${KERNEL_URL}
+fpkg -e "tar.gz" ${EUDEV} "http://dev.gentoo.org/~blueness/eudev"
 
 exit $?