Skip to content

Commit

Permalink
Log writing MBR
Browse files Browse the repository at this point in the history
  • Loading branch information
jakogut committed Mar 24, 2016
1 parent e40c24b commit abdea76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kiwi/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ def install_bootloader(self):

def write_mbr(self):
subprocess.check_call(['ms-sys', '-7', self.install_drive])
self.logger.info('MBR written to {}'.format(self.install_drive))

def exit(self):
self.running = False
Expand Down

0 comments on commit abdea76

Please sign in to comment.