-Upgraded linux-2.6.37 to linux-2.6.38
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 14 May 2011 22:54:16 +0000 (22:54 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 14 May 2011 22:54:16 +0000 (22:54 +0000)
-Upgraded udev-166 to udev-168 (fixes compilation bug with linux-2.6.38 and video4linux v1)
-Removed udev-config from LFS.

config/packages-list
config/sysinfos.hp-mini
stage2/hv-install-2
stage2/packages-update
stage2/pkg/udev-config [deleted file]

index ff97787..9e6457d 100644 (file)
@@ -236,7 +236,7 @@ JASPER="jasper-1.900.1"
 
 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"
 
@@ -420,8 +420,7 @@ TIFF="tiff-3.9.4"
 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"
index 6570d59..45613d8 100644 (file)
@@ -10,7 +10,7 @@ MAKEJOBS=1
 # 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"
 
index 918bc76..cb11bcb 100755 (executable)
@@ -33,7 +33,6 @@ ipkg -m noac ${SYSVINIT}
 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}
 
index 06a1f9b..1e7f1d2 100755 (executable)
@@ -83,7 +83,6 @@ fpkg -m sf ${PSMISC}
 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"
 
diff --git a/stage2/pkg/udev-config b/stage2/pkg/udev-config
deleted file mode 100644 (file)
index 9a082eb..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-hvbuild()
-{
-    cd ${LFS_TMP}/${PACKAGE}
-    make install
-
-    # Install the documentation that explains the LFS-specific rules files:
-    make install-doc
-}