livecd: rollup, some stuff

This commit is contained in:
Zero_Chaos 2014-08-04 05:30:45 +00:00
parent f83651d8fe
commit dcfe24c253
2 changed files with 2 additions and 4 deletions

View file

@ -14,6 +14,4 @@ net-wireless/sdrsharp
=sys-kernel/genkernel-3.4.41-r3
=sys-kernel/genkernel-3.4.41-r4
=sys-kernel/genkernel-3.4.49.2
#broken, suspect https://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commitdiff;h=7fdf3fc01a127b6c3c3ed4cf9c0611c7c1b69f6c
#=sys-kernel/genkernel-3.4.50.9999
=sys-kernel/genkernel-3.4.50.9999

View file

@ -1,7 +1,7 @@
#!/bin/bash
#work around for detecting and fixing bug #461824
local CORES="$(grep -c ^proc /proc/cpuinfo)"
CORES="$(grep -c ^proc /proc/cpuinfo)"
if [[ "${CORES}" -eq "0" ]] ; then CORES="1" ; fi
find /etc {/usr,}/{*bin,lib*} -type f | xargs -P ${CORES} fgrep '_portage_rebuild_' | fgrep -v doebuild > /tmp/urfuct.txt