Skip to content

Commit 74ff55c

Browse files
committed
grub2: add support for menu_show_once_timeout
1 parent 90bd804 commit 74ff55c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
if [ "${menu_show_once_timeout}" ]; then
2+
set timeout_style=menu
3+
set timeout="${menu_show_once_timeout}"
4+
unset menu_show_once_timeout
5+
save_env menu_show_once_timeout
6+
fi

0 commit comments

Comments
 (0)