aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-21 14:07:34 +0300
committerawy <awy@tutamail.com>2024-08-21 14:07:34 +0300
commitaf1179bcde015be8e2473fcc0dbc2b519451a2c3 (patch)
treec1ddb843ce181bb89f2b1b037ec3c532bb5dd7f2
parent7fb0c618916e24a050481d5a15c58fdfc6dfa9f5 (diff)
fixes
-rwxr-xr-xpost_chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_chroot.sh b/post_chroot.sh
index 2f0d9ec..2857585 100755
--- a/post_chroot.sh
+++ b/post_chroot.sh
@@ -33,7 +33,7 @@ elif [ "$_kernelflag" -eq 2 ]; then
rm -f "linux-6.10.6.tar.xz"
mv "linux-6.10.6" "linux"
cd "linux"
- curl -LO "https://codeberg.org/awy/artix/raw/branch/minimal/.config"
+ curl -LO "https://codeberg.org/awy/artix/raw/branch/main/.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
pacman -S bc perl bison make diffutils gcc flex rsync --noconfirm
make oldconfig