Move to new branding

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-09-11 23:21:31 +03:00
parent bfd8af75cd
commit 0e8a1f450d
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
pika-refind-theme (1.5-99pika3.lunar) lunar; urgency=medium
pika-refind-theme (1.5-99pika4.lunar) lunar; urgency=medium
* Fix invalid resolution

View File

@ -28,23 +28,23 @@ cp -R /usr/share/pika-refind/theme/* $EFI_PATH/EFI/refind
echo "changing up refind_linux.conf"
if /boot/refind_linux.conf | grep amd_pstate
if cat /boot/refind_linux.conf | grep amd_pstate
then
ture
else
sed -i "s#root=#amd_pstate=active root=#" /boot/refind_linux.conf
fi
if /boot/refind_linux.conf | grep nowatchdog
if cat /boot/refind_linux.conf | grep nowatchdog
then
ture
else
sed -i "s#root=#nowatchdog root=#" /boot/refind_linux.conf
fi
if /boot/refind_linux.conf | grep amd_prefcore
if cat /boot/refind_linux.conf | grep amd_prefcore
then
ture
else
sed -i "s#root=#amd_prefcore=enable root=#" /boot/refind_linux.conf
fi
fi

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 106 KiB