-Upgraded udev-166 to udev-168 (fixes compilation bug with linux-2.6.38 and video4linux v1)
-Removed udev-config from LFS.
KBD="kbd-1.15.2"
KERBEROS5="krb5-1.6"
-KERNEL="linux-2.6.37.3"
+KERNEL="linux-2.6.38.6"
NOUVEAU_NVIDIA_KERNEL="linux-2.6.38-rc7-g3d3d123-nouveau-git"
KVM="kvm-84"
TK="tk8.5.8-src"
TRANSMISSION="transmission-1.34"
-UDEV="udev-166"
-UDEV_CONFIG="udev-config-20100128"
+UDEV="udev-168"
UML_UTILITIES="uml_utilities_20070815"
UNRAR="unrar-3.7.8"
UNZIP="unzip-5.52"
# Destination path where to install new Linux-HV system. This is usually where
# you have mounted your new LFS partition, but it can also be any directory.
# This is relevant only for stage 0 and 1.
-LFS="/mnt/hvlinux-hp-mini"
+LFS="/mnt/stockage/hvlinux-hp-mini"
LFS_PARTITION="/dev/sda3"
BOOT_PARTITION="/dev/sda1"
FORCE_UNSAFE_CONFIGURE=1 ipkg ${TAR_PACKAGE} "--bindir=/bin --libexecdir=/usr/sbin"
ipkg ${TEXINFO}
ipkg ${UDEV}
-ipkg -m noac ${UDEV_CONFIG}
ipkg ${GRUB}
ipkg -m acnb ${DHCP}
fpkg -m hv ${SHADOW}
fpkg -e "tar.gz" ${SYSKLOGD} \
"http://www.infodrom.org/projects/sysklogd/download"
-fpkg ${UDEV_CONFIG} "http://www.linuxfromscratch.org/lfs/downloads/development"
fpkg -e "tar.gz" ${GRUB} "ftp://alpha.gnu.org/gnu/grub"
fpkg -e "tar.gz" ${DHCP} "ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history"
+++ /dev/null
-#!/bin/bash
-
-hvbuild()
-{
- cd ${LFS_TMP}/${PACKAGE}
- make install
-
- # Install the documentation that explains the LFS-specific rules files:
- make install-doc
-}