summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgentoox_build.sh7
-rwxr-xr-xinstall.sh11
2 files changed, 13 insertions, 5 deletions
diff --git a/gentoox_build.sh b/gentoox_build.sh
index beb4381..95d3265 100755
--- a/gentoox_build.sh
+++ b/gentoox_build.sh
@@ -427,9 +427,16 @@ kde-plasma/kde-cli-tools kdesu
kde-apps/akonadi -mysql sqlite
kde-plasma/plasma-meta discover networkmanager thunderbolt
kde-apps/kio-extras samba
+kde-frameworks/kimageformats avif heif
+kde-plasma/ksysguard lm-sensors networkmanager
+kde-plasma/kwin multimedia
+kde-plasma/plasma-desktop emoji
+kde-plasma/plasma-meta colord grub qrcode
+kde-plasma/plasma-vault networkmanager
media-video/vlc archive bluray dav1d libass libcaca lirc live opus samba speex skins theora vaapi v4l vdpau x265
media-video/ffmpeg bluray cdio dav1d rubberband libass ogg vpx rtmp aac wavpack opus gme v4l webp theora xcb cpudetection x265 libaom truetype libsoxr modplug samba vaapi vdpau libcaca libdrm librtmp opencl openssl speex
dev-qt/qtmultimedia gstreamer
+media-libs/gd avif heif
gnome-base/gvfs afp archive bluray fuse gphoto2 ios mtp nfs samba zeroconf
net-irc/telepathy-idle python_single_target_python2_7' >> /etc/portage/package.use/gentoox
diff --git a/install.sh b/install.sh
index bef42d1..e49da3e 100755
--- a/install.sh
+++ b/install.sh
@@ -45,7 +45,7 @@ setup_btrfs () {
btrfs subvolume create /mnt/install/@/opt
btrfs subvolume create /mnt/install/@/root
btrfs subvolume create /mnt/install/@/srv
- btrfs subvolume create /mnt/install/@/tmp
+ #btrfs subvolume create /mnt/install/@/tmp
mkdir /mnt/install/@/usr/
btrfs subvolume create /mnt/install/@/usr/local
btrfs subvolume create /mnt/install/@/var
@@ -74,7 +74,7 @@ setup_btrfs () {
mkdir /mnt/install/opt
mkdir /mnt/install/root
mkdir /mnt/install/srv
- mkdir /mnt/install/tmp
+ #mkdir /mnt/install/tmp
mkdir -p /mnt/install/usr/local
mkdir /mnt/install/var
@@ -85,7 +85,7 @@ setup_btrfs () {
mount $DEVICE /mnt/install/opt -o subvol=@/opt
mount $DEVICE /mnt/install/root -o subvol=@/root
mount $DEVICE /mnt/install/srv -o subvol=@/srv
- mount $DEVICE /mnt/install/tmp -o subvol=@/tmp
+ #mount $DEVICE /mnt/install/tmp -o subvol=@/tmp
mount $DEVICE /mnt/install/usr/local -o subvol=@/usr/local
mount $DEVICE /mnt/install/var -o subvol=@/var
}
@@ -194,9 +194,10 @@ sed -i "s/gentoox/$hostname/g" /etc/hosts
sed -i "s/haxx.dafuq/$domainname/g" /etc/hosts
sed -i "s/haxx.dafuq/$domainname/g" /etc/conf.d/net
-echo '#!/bin/bash
+echo '#!/bin/sh
#echo 0f > /sys/kernel/debug/dri/0/pstate
-cpupower frequency-set -g performance' > /etc/local.d/my.start
+cpupower frequency-set -g performance
+exit 0' > /etc/local.d/my.start
chmod +x /etc/local.d/my.start
touch /swapfile