Use ROOT_LABEL variable consistently and add documentation

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-30 18:41:11 +00:00
parent 20115fb370
commit 451b23b8e0
2 changed files with 5 additions and 3 deletions

View File

@@ -7,5 +7,7 @@ if [ -e /boot/grub/grub.cfg ]; then
else
echo "Error: Could not find /boot/grub/grub.cfg"
echo "Press any key to enter GRUB command line..."
# Sleep for a very long time (interruptible by any key press)
# This provides an effective "wait for keypress" in GRUB
sleep --verbose --interruptible 99999
fi