aboutsummaryrefslogtreecommitdiff
path: root/post_chroot.sh
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-14 19:54:42 +0300
committerawy <awy@tutamail.com>2024-08-14 19:54:42 +0300
commitbe717d2fc6319428a503076250e446c7efec72e2 (patch)
tree4cb1c2da3d52129b1add061c4d15cf3454be5026 /post_chroot.sh
parent4cec299e1dd696cd70dcda983b3ed730647532f2 (diff)
update
Diffstat (limited to 'post_chroot.sh')
-rwxr-xr-xpost_chroot.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/post_chroot.sh b/post_chroot.sh
index e30239d..6971f45 100755
--- a/post_chroot.sh
+++ b/post_chroot.sh
@@ -28,10 +28,10 @@ if [ "$_kernelflag" -eq 1 ]; then
elif [ "$_kernelflag" -eq 2 ]; then
pacman -S efibootmgr --noconfirm
cd /usr/src/
- curl -LO "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.3.tar.xz"
- tar -xf "linux-6.10.3.tar.xz"
- rm -f "linux-6.10.3.tar.xz"
- mv "linux-6.10.3" "linux"
+ curl -LO "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.5.tar.xz"
+ tar -xf "linux-6.10.5.tar.xz"
+ rm -f "linux-6.10.5.tar.xz"
+ mv "linux-6.10.5" "linux"
cd "linux"
curl -LO "https://codeberg.org/awy/artix/raw/branch/minimal/.config"
sed -i -e '/^CONFIG_CMDLINE="root=PARTUUID=.*/c\' -e "CONFIG_CMDLINE=\"root=PARTUUID=$PARTUUID_ROOT init=/sbin/openrc-init nvidia_drm.modeset=1 nvidia_drm.fbdev=1 intel_iommu=on\"" .config