From 7a13a1551436d42433608440c1a459b29ee1ede4 Mon Sep 17 00:00:00 2001 From: Alan Mason <1923621+2Shirt@users.noreply.github.com> Date: Fri, 1 Dec 2017 18:39:02 -0800 Subject: [PATCH] Bugfix: bcdboot (again) --- .bin/Scripts/functions/windows_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/Scripts/functions/windows_setup.py b/.bin/Scripts/functions/windows_setup.py index 78396a0e..982ebf74 100644 --- a/.bin/Scripts/functions/windows_setup.py +++ b/.bin/Scripts/functions/windows_setup.py @@ -202,7 +202,7 @@ def setup_windows_re(windows_version, windows_letter='W', tools_letter='T'): def update_boot_partition(system_letter='S', windows_letter='W', mode='ALL'): cmd = [ - r'{}:\Windows\System32\bcdboot.exe'.format( + r'{}\Windows\System32\bcdboot.exe'.format( global_vars['Env']['SYSTEMDRIVE']), r'{}:\Windows'.format(windows_letter), '/s', '{}:'.format(system_letter),