Skip to content

Commit

Permalink
Fixed the wrong format of live info in grub menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenshiau committed Jan 5, 2025
1 parent 5b4d264 commit 0a6022e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sbin/ocs-live-boot-menu
Original file line number Diff line number Diff line change
Expand Up @@ -811,12 +811,12 @@ menuentry 'uEFI firmware setup' 'uefi-firmware' {
}
menuentry "$output_title $version_no info"{
echo "$boot_menu_txt_say_pkg"
echo "$boot_menu_txt_say_org"
echo "$project_url"
echo "\${extraprompt} | Created at time: $now_GMT"
echo "\${boot_menu_pkg_ver_cpright}"
echo "\${boot_menu_pkg_disclaimer}"
echo $boot_menu_txt_say_pkg
echo $boot_menu_txt_say_org
echo $project_url
echo \\${extraprompt} \| Created at time: $now_GMT
echo \\${boot_menu_pkg_ver_cpright}
echo \\${boot_menu_pkg_disclaimer}
sleep --verbose --interruptible 10
}
Expand Down

0 comments on commit 0a6022e

Please sign in to comment.