From: gobo72 Date: Sat, 14 May 2011 22:54:16 +0000 (+0000) Subject: -Upgraded linux-2.6.37 to linux-2.6.38 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=29db7d168ced2d524076370f72a9140521b11105;p=hvlinux.git -Upgraded linux-2.6.37 to linux-2.6.38 -Upgraded udev-166 to udev-168 (fixes compilation bug with linux-2.6.38 and video4linux v1) -Removed udev-config from LFS. --- diff --git a/config/packages-list b/config/packages-list index ff97787..9e6457d 100644 --- a/config/packages-list +++ b/config/packages-list @@ -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" diff --git a/config/sysinfos.hp-mini b/config/sysinfos.hp-mini index 6570d59..45613d8 100644 --- a/config/sysinfos.hp-mini +++ b/config/sysinfos.hp-mini @@ -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" diff --git a/stage2/hv-install-2 b/stage2/hv-install-2 index 918bc76..cb11bcb 100755 --- a/stage2/hv-install-2 +++ b/stage2/hv-install-2 @@ -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} diff --git a/stage2/packages-update b/stage2/packages-update index 06a1f9b..1e7f1d2 100755 --- a/stage2/packages-update +++ b/stage2/packages-update @@ -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 index 9a082eb..0000000 --- a/stage2/pkg/udev-config +++ /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 -}