Lines Matching refs:entry
3 # Set a default boot entry for GRUB
25 entry=
31 Usage: grub-set-default [OPTION] entry
32 Set the default boot entry for GRUB.
38 ENTRY is a number or the special keyword \`default\'.
61 if test "x$entry" != x; then
67 entry="${option}" ;;
71 if test "x$entry" = x; then
72 echo "entry not specified." 1>&2
97 $entry