Move to new branding
This commit is contained in:
parent
bfd8af75cd
commit
0e8a1f450d
@ -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
|
* Fix invalid resolution
|
||||||
|
|
||||||
|
@ -28,23 +28,23 @@ cp -R /usr/share/pika-refind/theme/* $EFI_PATH/EFI/refind
|
|||||||
|
|
||||||
|
|
||||||
echo "changing up refind_linux.conf"
|
echo "changing up refind_linux.conf"
|
||||||
if /boot/refind_linux.conf | grep amd_pstate
|
if cat /boot/refind_linux.conf | grep amd_pstate
|
||||||
then
|
then
|
||||||
ture
|
ture
|
||||||
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 /boot/refind_linux.conf | grep nowatchdog
|
if cat /boot/refind_linux.conf | grep nowatchdog
|
||||||
then
|
then
|
||||||
ture
|
ture
|
||||||
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 /boot/refind_linux.conf | grep amd_prefcore
|
if cat /boot/refind_linux.conf | grep amd_prefcore
|
||||||
then
|
then
|
||||||
ture
|
ture
|
||||||
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
|
||||||
|
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 |
Loading…
Reference in New Issue
Block a user