Move to new branding
This commit is contained in:
parent
0e8a1f450d
commit
93238fc86f
@ -1,4 +1,4 @@
|
|||||||
pika-refind-theme (1.5-99pika4.lunar) lunar; urgency=medium
|
pika-refind-theme (1.5-99pika5.lunar) lunar; urgency=medium
|
||||||
|
|
||||||
* Fix invalid resolution
|
* Fix invalid resolution
|
||||||
|
|
||||||
|
@ -30,21 +30,21 @@ cp -R /usr/share/pika-refind/theme/* $EFI_PATH/EFI/refind
|
|||||||
echo "changing up refind_linux.conf"
|
echo "changing up refind_linux.conf"
|
||||||
if cat /boot/refind_linux.conf | grep amd_pstate
|
if cat /boot/refind_linux.conf | grep amd_pstate
|
||||||
then
|
then
|
||||||
ture
|
true
|
||||||
else
|
else
|
||||||
sed -i "s#root=#amd_pstate=active root=#" /boot/refind_linux.conf
|
sed -i "s#root=#amd_pstate=active root=#" /boot/refind_linux.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if cat /boot/refind_linux.conf | grep nowatchdog
|
if cat /boot/refind_linux.conf | grep nowatchdog
|
||||||
then
|
then
|
||||||
ture
|
true
|
||||||
else
|
else
|
||||||
sed -i "s#root=#nowatchdog root=#" /boot/refind_linux.conf
|
sed -i "s#root=#nowatchdog root=#" /boot/refind_linux.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if cat /boot/refind_linux.conf | grep amd_prefcore
|
if cat /boot/refind_linux.conf | grep amd_prefcore
|
||||||
then
|
then
|
||||||
ture
|
true
|
||||||
else
|
else
|
||||||
sed -i "s#root=#amd_prefcore=enable root=#" /boot/refind_linux.conf
|
sed -i "s#root=#amd_prefcore=enable root=#" /boot/refind_linux.conf
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user