fixed
This commit is contained in:
parent
aa8aa80fa5
commit
baed5aee22
1 changed files with 2 additions and 2 deletions
4
base.sh
4
base.sh
|
@ -169,8 +169,8 @@ fi
|
||||||
bootctl install
|
bootctl install
|
||||||
|
|
||||||
# Bootloaderconfig
|
# Bootloaderconfig
|
||||||
$wifi_backend_conf=$(find / -type f -name | grep configs)
|
$loader_conf=$(find / -type f -name loader.conf | grep configs)
|
||||||
cp ./configs/loader.conf /boot/loader/
|
cp $loader_conf /boot/loader/
|
||||||
|
|
||||||
if [[ $kernel == 1 || $kernel == 2 || $kernel == 3 || $kernel == 4 ]]; then
|
if [[ $kernel == 1 || $kernel == 2 || $kernel == 3 || $kernel == 4 ]]; then
|
||||||
# Entry Arch
|
# Entry Arch
|
||||||
|
|
Loading…
Reference in a new issue