From baed5aee22576ea065f02bcd606ad602b9b2a9e8 Mon Sep 17 00:00:00 2001 From: eichehome Date: Wed, 29 Mar 2023 16:46:51 +0200 Subject: [PATCH] fixed --- base.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base.sh b/base.sh index 74f4bb7..3e5a204 100644 --- a/base.sh +++ b/base.sh @@ -169,8 +169,8 @@ fi bootctl install # Bootloaderconfig -$wifi_backend_conf=$(find / -type f -name | grep configs) -cp ./configs/loader.conf /boot/loader/ +$loader_conf=$(find / -type f -name loader.conf | grep configs) +cp $loader_conf /boot/loader/ if [[ $kernel == 1 || $kernel == 2 || $kernel == 3 || $kernel == 4 ]]; then # Entry Arch