mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 11:11:08 +02:00
livecd: rollup, some stuff
This commit is contained in:
parent
f83651d8fe
commit
dcfe24c253
2 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue