Skip to content

Commit c8b696f

Browse files
committed
fix(bcdedit): non-global boot menu policy
1 parent 2c973db commit c8b696f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/playbook/Configuration/tweaks/qol/bcdedit-tweaks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ actions:
1010
- !run: {exe: 'bcdedit', args: '/timeout 10'}
1111

1212
# Use legacy boot menu
13-
- !run: {exe: 'bcdedit', args: '/set {bootloadersettings} bootmenupolicy legacy'}
13+
# Faster as it doesn't boot into an OS
14+
- !run: {exe: 'bcdedit', args: '/set bootmenupolicy legacy'}

0 commit comments

Comments
 (0)