diff --git a/acorbootloaders/isolinux/recovery.cfg b/acorbootloaders/isolinux/recovery.cfg index ca437bd..a448b30 100644 --- a/acorbootloaders/isolinux/recovery.cfg +++ b/acorbootloaders/isolinux/recovery.cfg @@ -1,39 +1,39 @@ ### recovery.cfg for Live-Session include stdmenu.cfg -menu title AçorOS Recovery Options +menu title AcorOS Recovery Options label R-sda2 - menu label ^AçorOS on sda2 + menu label ^AcorOS on sda2 linux /live/vmlinuz initrd /live/initrd.img append boot=local root=/dev/sda2 ro quiet splash label R-sda3 - menu label ^AçorOS on sda3 + menu label ^AcorOS on sda3 linux /live/vmlinuz initrd /live/initrd.img append boot=local root=/dev/sda3 ro quiet splash label R-nvme0n1p2 - menu label ^AçorOS on nvme0n1p2 + menu label ^AcorOS on nvme0n1p2 linux /live/vmlinuz initrd /live/initrd.img append boot=local root=/dev/nvme0n1p2 ro quiet splash label R-nvme0n1p3 - menu label ^AçorOS on nvme0n1p3 + menu label ^AcorOS on nvme0n1p3 linux /live/vmlinuz initrd /live/initrd.img append boot=local root=/dev/nvme0n1p3 ro quiet splash label R-mmcblk0p2 - menu label ^AçorOS on mmcblk0p2 + menu label ^AcorOS on mmcblk0p2 linux /live/vmlinuz initrd /live/initrd.img append boot=local root=/dev/mmcblk0p2 ro quiet splash label R-mmcblk0p3 - menu label ^AçorOS on mmcblk0p3 + menu label ^AcorOS on mmcblk0p3 linux /live/vmlinuz initrd /live/initrd.img append boot=local root=/dev/mmcblk0p3 ro quiet splash @@ -41,16 +41,16 @@ label R-mmcblk0p3 #### ### ## # This line is intentionaly left blank. # ## ### #### ### By following the constucts above, We can add additional entries #label Alternative boot -# menu label ^Alternative AçorOS (amd64) +# menu label ^Alternative AcorOS (amd64) # linux /live/vmlinuz # initrd /live/initrd.img # append boot=live components quiet splash persistence # say Now booting alternative method ### By following the constucts above, We can add additional entries #label Alternative boot -# menu label ^Alternative AçorOS (amd64) +# menu label ^Alternative AcorOS (amd64) # linux /live/vmlinuz # initrd /live/initrd.img # append boot=live components quiet splash persistence # say Now booting alternative method - \ No newline at end of file +