commit 141b55d47340fedfbd291d42e6d5bad6f21d4ae7 parent b0088be90b5c4220ae8f2fa40071a0a6cc5ac7de Author: awy <awy@awy.one> Date: Thu, 10 Apr 2025 15:43:00 +0300 fix Diffstat:
M | post_chroot.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/post_chroot.sh b/post_chroot.sh @@ -56,7 +56,7 @@ customkernel() mv "linux-$latestkernel" "linux" cd "linux" mv /usr/src/.config .config - sed -i -e '/^CONFIG_CMDLINE="root=UUID=.*/c\' -e "CONFIG_CMDLINE=\"root=UUID=$UUID_ROOT init=/sbin/dinit-init\"" .config + sed -i -e '/^CONFIG_CMDLINE="root=.*/c\' -e "CONFIG_CMDLINE=\"root=UUID=$UUID_ROOT init=/sbin/dinit-init\"" .config pacman -S bc perl bison make diffutils gcc flex rsync --noconfirm make olddefconfig make menuconfig