mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Fix typo
This commit is contained in:
@@ -52,11 +52,11 @@ uname -r ¦ grep "ipfire-xen";
|
|||||||
if [ ${?} = 0 ]; then
|
if [ ${?} = 0 ]; then
|
||||||
#Xen Kernel is active
|
#Xen Kernel is active
|
||||||
#Set grub default entry to this kernel
|
#Set grub default entry to this kernel
|
||||||
sed -i -e "s|^default saved¦default $ENTRY|g" /boot/grub/grub.conf
|
sed -i -e "s¦^default saved¦default $ENTRY¦g" /boot/grub/grub.conf
|
||||||
else
|
else
|
||||||
#Normal Kernel
|
#Normal Kernel
|
||||||
#pygrub crash with "default saved"
|
#pygrub crash with "default saved"
|
||||||
sed -i -e "s|^default saved¦#default saved|g" /boot/grub/grub.conf
|
sed -i -e "s¦^default saved¦#default saved¦g" /boot/grub/grub.conf
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
# Made initramdisk
|
# Made initramdisk
|
||||||
|
|||||||
Reference in New Issue
Block a user