X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpackages-update;h=1bfab4846037118a2bdc25e2b3b59ef56128cca8;hb=b2caa476fe2b8b54e0952dfa11482004d1da4f33;hp=8fefe3a41841b5f3f6df933f0c69343f614c1594;hpb=f17ab848cb756cad27489bf0c2746e5ead466658;p=hvlinux.git diff --git a/stage1/packages-update b/stage1/packages-update index 8fefe3a..1bfab48 100755 --- a/stage1/packages-update +++ b/stage1/packages-update @@ -1,10 +1,8 @@ #!/bin/bash USE_LFS_PATCHES=1 -USE_LFS_OLD_PATCHES=1 USE_BLFS_PATCHES=1 USE_CLFS_PATCHES=1 -USE_HV_PATCHES=1 source ../functions/main @@ -52,6 +50,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 ${EUDEV} "ftp://mirror.ovh.net/gentoo-distfiles/distfiles" +fpkg -e "tar.gz" ${EUDEV} "http://dev.gentoo.org/~blueness/eudev" exit $?