X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpackages-update;h=1401ed5cc612a9ac9d9ff6242f8caf7f3dd1e391;hb=207e6a65abe776546013a4c7747a1c50390b9d59;hp=0556f229942a988f6fe59772368b87e84feb008d;hpb=3fb13cf968ef5335a9d22601dfdcddd7189207a8;p=hvlinux.git diff --git a/stage1/packages-update b/stage1/packages-update index 0556f22..1401ed5 100755 --- a/stage1/packages-update +++ b/stage1/packages-update @@ -1,6 +1,7 @@ #!/bin/bash USE_LFS_PATCHES=1 +USE_LFS_OLD_PATCHES=1 USE_BLFS_PATCHES=1 USE_CLFS_PATCHES=1 USE_HV_PATCHES=1 @@ -50,10 +51,11 @@ fpkg ${XZ_UTILS} "http://tukaani.org/xz" # Chapter 7 fpkg -s "linux/utils/util-linux/v$(get_pkg_ver2 ${UTIL_LINUX})" \ ${UTIL_LINUX} ${KERNEL_URL} +fpkg -m hv ${SHADOW} 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 ${EUDEV} "ftp://mirror.ovh.net/gentoo-distfiles/distfiles" exit $?