summaryrefslogtreecommitdiffstats
path: root/gentoox_build.sh
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2020-03-19 14:23:12 -0500
committerKyle K <kylek389@gmail.com>2020-03-19 14:23:12 -0500
commit092328a3e023a5d9f9970188c8f4efce45d494d6 (patch)
tree8f05864e8306d55a6bc8fb235d0115a5b3e9eeb8 /gentoox_build.sh
parent90f30d0b3c8beea313f3bdc5ca73d3be5fe5d9a5 (diff)
downloadgentoox-092328a3e023a5d9f9970188c8f4efce45d494d6.tar.gz
gentoox-092328a3e023a5d9f9970188c8f4efce45d494d6.tar.bz2
gentoox-092328a3e023a5d9f9970188c8f4efce45d494d6.zip
update KDE to 5.18.3
Diffstat (limited to 'gentoox_build.sh')
-rwxr-xr-xgentoox_build.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/gentoox_build.sh b/gentoox_build.sh
index a92393b..c9a53f8 100755
--- a/gentoox_build.sh
+++ b/gentoox_build.sh
@@ -166,6 +166,8 @@ x11-libs/libdrm libkms
media-libs/mesa d3d9 lm-sensors opencl -vaapi vdpau vulkan vulkan-overlay xa xvmc
www-client/firefox -system-libvpx hwaccel pgo lto wayland
dev-libs/boost python
+dev-libs/boost python_targets_python3_7
+dev-libs/libpwquality python_targets_python3_7
dev-lang/python sqlite
sys-fs/squashfs-tools zstd
sys-boot/grub:2 mount # libzfs
@@ -443,7 +445,9 @@ yes $userpassword | passwd $username
gpasswd -a $username wheel
gpasswd -a $username weston-launch
-cp /usr/share/zoneinfo/UTC /etc/localtime
+#cp /usr/share/zoneinfo/UTC /etc/localtime
+echo "America/Chicago" > /etc/timezone
+cp /usr/share/zoneinfo/America/Chicago /etc/localtime
echo -e '\nen_US.UTF-8 UTF-8
ja_JP.EUC-JP EUC-JP
ja_JP.UTF-8 UTF-8
@@ -536,7 +540,7 @@ HEREDOC
cd ..
umount -l image/var/cache/{binpkgs,distfiles}
umount -l image/*
-mksquashfs image/ image.squashfs -b 1M -comp zstd -Xcompression-level 10
+mksquashfs image/ image.squashfs -b 1M -comp zstd -Xcompression-level 16
mkdir iso/
isobuilddate=$(wget -O - http://distfiles.gentoo.org/releases/amd64/autobuilds/current-install-amd64-minimal/ | sed -nr "s/.*href=\"install-amd64-minimal-([0-9].*).iso\">.*/\1/p")
if [[ ! -f "current-install-amd64-minimal/install-amd64-minimal-$isobuilddate.iso" ]]; then