Config tweaks, clean up
This commit is contained in:
parent
47041597b4
commit
b28abfacaf
@ -69,7 +69,7 @@ INPUT_DEVICES="keyboard mouse evdev synaptics wacom"
|
||||
|
||||
QEMU_SOFTMMU_TARGETS="i386 x86_64"
|
||||
QEMU_USER_TARGETS="i386 x86_64"
|
||||
RUBY_TARGETS="ruby19"
|
||||
# RUBY_TARGETS="ruby19"
|
||||
|
||||
PORTAGE_TMPDIR="/tmp"
|
||||
PORTAGE_NICENESS=10
|
||||
|
@ -2,7 +2,6 @@
|
||||
sys-kernel/dracut
|
||||
sys-fs/cryptsetup
|
||||
app-crypt/efitools
|
||||
sys-fs/bcache-tools
|
||||
=sys-boot/plymouth-openrc-plugin-0.1.2 ~amd64
|
||||
# sys-boot/os-prober
|
||||
# sys-kernel/hardened-sources
|
||||
@ -10,6 +9,8 @@ app-admin/paxtest
|
||||
# Laptop WLAN
|
||||
sys-firmware/iwl6030-ucode
|
||||
|
||||
# sys-fs/bcache-tools
|
||||
|
||||
# GPUs
|
||||
# Intel - https://01.org/linuxgraphics/downloads/2013/2013q2-intel-graphics-stack-release
|
||||
#media-libs/mesa
|
||||
@ -38,16 +39,6 @@ virtual/opencl
|
||||
# Video capture
|
||||
media-video/glc
|
||||
|
||||
app-emulation/emul-linux-x86-baselibs
|
||||
app-emulation/emul-linux-x86-db
|
||||
app-emulation/emul-linux-x86-gtklibs
|
||||
app-emulation/emul-linux-x86-medialibs
|
||||
app-emulation/emul-linux-x86-opengl
|
||||
app-emulation/emul-linux-x86-sdl
|
||||
app-emulation/emul-linux-x86-soundlibs
|
||||
app-emulation/emul-linux-x86-xlibs
|
||||
app-emulation/emul-linux-x86-qtlibs
|
||||
|
||||
# Color Management
|
||||
# media-gfx/colorhug-client
|
||||
media-gfx/dispcalgui
|
||||
@ -108,9 +99,10 @@ app-misc/gcalcli
|
||||
# required by gcalcli (argument)
|
||||
=dev-python/httplib2-0.8 ~amd64
|
||||
|
||||
# Graphics
|
||||
media-gfx/gimp
|
||||
|
||||
# media-video/mplayer2
|
||||
|
||||
# Disk Imaging
|
||||
sys-block/partclone
|
||||
|
||||
# Neccessary evil
|
||||
|
@ -4,8 +4,8 @@ dev-libs/libgpg-error static-libs
|
||||
dev-libs/popt static-libs
|
||||
sys-apps/util-linux static-libs
|
||||
|
||||
virtual/udev gudev
|
||||
sys-fs/eudev gudev hwdb kmod
|
||||
sys-auth/consolekit policykit
|
||||
|
||||
app-emulation/wine -win64 -gstreamer -realtime
|
||||
virtual/opencl abi_x86_32
|
||||
@ -41,10 +41,6 @@ sys-kernel/hardened-sources injection symlink
|
||||
media-libs/mesa r600-llvm-compiler gbm
|
||||
sys-devel/llvm clang
|
||||
|
||||
# Don't support ruby1.9 yet
|
||||
app-editors/gvim -ruby
|
||||
app-editors/vim -ruby
|
||||
|
||||
#required by media-video/vlc-2.0.1, required by vlc (argument)
|
||||
sys-libs/zlib minizip
|
||||
|
||||
|
@ -15,10 +15,8 @@ for f in initrd vmlinuz System.map config; do
|
||||
[ -e "/boot/$f-${NEW}" ] && mv "/boot/$f-${NEW}" "/boot/$f-${NEW}.previous"
|
||||
done
|
||||
|
||||
cp /usr/src/linux/.config /etc/kernel/kernel-config-${NEW}
|
||||
|
||||
#dracut --xz -H --force --strip /boot/initrd-${NEW} ${NEW}
|
||||
dracut --no-compress -H --force --strip /usr/src/linux/initrd.cpio ${NEW}
|
||||
dracut --xz -H --force --strip /boot/initrd-${NEW} ${NEW}
|
||||
#dracut --no-compress -H --force --strip /usr/src/linux/initrd.cpio ${NEW}
|
||||
make all ${MAKEOPTS}
|
||||
|
||||
make install
|
||||
@ -34,3 +32,5 @@ cp -a libcpupower.so* /usr/lib
|
||||
echo "After successful boot of new kernel run:"
|
||||
echo " root # module-rebuild rebuild"
|
||||
# eselect opengl set ati
|
||||
|
||||
cp /usr/src/linux/.config /etc/kernel/kernel-config-${NEW}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user