Open ODD during system setup
This commit is contained in:
parent
c63f17192e
commit
54d1e11eeb
1 changed files with 6 additions and 0 deletions
|
|
@ -389,6 +389,12 @@ def main():
|
||||||
# Ignoring exceptions since we just want to show the popup
|
# Ignoring exceptions since we just want to show the popup
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
# Eject ODD
|
||||||
|
try:
|
||||||
|
run_nircmd('cdrom', 'open')
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
|
|
||||||
# Verf step
|
# Verf step
|
||||||
if ask('Open programs (Activation, Device Manager, etc...)? '):
|
if ask('Open programs (Activation, Device Manager, etc...)? '):
|
||||||
open_all_the_things()
|
open_all_the_things()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue