From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DC7471391DB for ; Sat, 22 Mar 2014 17:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C116E0C1A; Sat, 22 Mar 2014 17:03:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D7ADE0C1A for ; Sat, 22 Mar 2014 17:03:45 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 2EC4F33FCE9 for ; Sat, 22 Mar 2014 17:03:44 +0000 (UTC) From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] 2.X bugfixes Date: Sat, 22 Mar 2014 10:02:58 -0700 Message-Id: <1395507795-13754-1-git-send-email-dolsen@gentoo.org> X-Mailer: git-send-email 1.8.5.3 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: d11acf2e-3559-418d-bd31-4f9d89b4d07c X-Archives-Hash: 56996b52e3e88417d4f5a560e925f879 Due to the firmware bug fixed by the first patch in this series which needs to be released and used for production of install media. I took the opportunity To add all the other bug fixes from the pending and 3.0 branches. This includes a few convenience commits like the 2 chmod ones. I would like to push these to the main repo and make a release. They are currently available for testing in my github account. git remote add dolsen-github git@github.com:dol-sen/catalyst.git git fetch dolsen-github git checkout dolsen-github/2.X [PATCH 01/17] livecdfs-update: No tmpfs on /lib/firmware [PATCH 02/17] update-modules doesn't exists anymore. [PATCH 03/17] depscan.sh doesn't exists anymore. [PATCH 04/17] /etc/conf.d/rc doesn't exists anymore. [PATCH 05/17] Fix merging kernel without kerncache enabled. [PATCH 06/17] Rename System.map in a way that it won't be matched if [PATCH 07/17] Allow kernelopts as a valid value for kernels. [PATCH 08/17] Make use of _kernelopts for hppa. [PATCH 09/17] Fix and improve kernel build when kerncache is enabled. [PATCH 10/17] Don't make cdtar mandatory. [PATCH 11/17] Use the system's iplboot to be sure it matches palo's [PATCH 12/17] Remove unused hppa cdtar. [PATCH 13/17] chmod +x all sh scripts so they can run from the git [PATCH 14/17] chmod +x targets/stage1/build.py [PATCH 15/17] Add more working files, directories to .gitignore [PATCH 16/17] Fix undefined variable: RLIMIT_NOFILE [PATCH 17/17] Fix a relative path bug