Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] 2.X bugfixes
Date: Sat, 22 Mar 2014 17:03:45
Message-Id: 1395507795-13754-1-git-send-email-dolsen@gentoo.org
1 Due to the firmware bug fixed by the first patch in this series which needs
2 to be released and used for production of install media. I took the opportunity
3 To add all the other bug fixes from the pending and 3.0 branches. This
4 includes a few convenience commits like the 2 chmod ones. I would like to
5 push these to the main repo and make a release.
6
7 They are currently available for testing in my github account.
8
9 git remote add dolsen-github git@××××××.com:dol-sen/catalyst.git
10 git fetch dolsen-github
11 git checkout dolsen-github/2.X
12
13 [PATCH 01/17] livecdfs-update: No tmpfs on /lib/firmware
14 [PATCH 02/17] update-modules doesn't exists anymore.
15 [PATCH 03/17] depscan.sh doesn't exists anymore.
16 [PATCH 04/17] /etc/conf.d/rc doesn't exists anymore.
17 [PATCH 05/17] Fix merging kernel without kerncache enabled.
18 [PATCH 06/17] Rename System.map in a way that it won't be matched if
19 [PATCH 07/17] Allow kernelopts as a valid value for kernels.
20 [PATCH 08/17] Make use of _kernelopts for hppa.
21 [PATCH 09/17] Fix and improve kernel build when kerncache is enabled.
22 [PATCH 10/17] Don't make cdtar mandatory.
23 [PATCH 11/17] Use the system's iplboot to be sure it matches palo's
24 [PATCH 12/17] Remove unused hppa cdtar.
25 [PATCH 13/17] chmod +x all sh scripts so they can run from the git
26 [PATCH 14/17] chmod +x targets/stage1/build.py
27 [PATCH 15/17] Add more working files, directories to .gitignore
28 [PATCH 16/17] Fix undefined variable: RLIMIT_NOFILE
29 [PATCH 17/17] Fix a relative path bug

Replies

Subject Author
[gentoo-catalyst] [PATCH 01/17] livecdfs-update: No tmpfs on /lib/firmware Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 02/17] update-modules doesn't exists anymore. Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 03/17] depscan.sh doesn't exists anymore. Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 04/17] /etc/conf.d/rc doesn't exists anymore. Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 05/17] Fix merging kernel without kerncache enabled. Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 06/17] Rename System.map in a way that it won't be matched if multiple kernel are used. Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 07/17] Allow kernelopts as a valid value for kernels. Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 08/17] Make use of _kernelopts for hppa. Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 09/17] Fix and improve kernel build when kerncache is enabled. Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 10/17] Don't make cdtar mandatory. Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 11/17] Use the system's iplboot to be sure it matches palo's version. Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 12/17] Remove unused hppa cdtar. Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 13/17] chmod +x all sh scripts so they can run from the git checkout Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 15/17] Add more working files, directories to .gitignore Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 16/17] Fix undefined variable: RLIMIT_NOFILE Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 14/17] chmod +x targets/stage1/build.py Brian Dolbec <dolsen@g.o>
[gentoo-catalyst] [PATCH 17/17] Fix a relative path bug Brian Dolbec <dolsen@g.o>
Re: [gentoo-catalyst] 2.X bugfixes Brian Dolbec <dolsen@g.o>