forked from coreos/coreos-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blockdev.rs: --save-partindex will now check for MBR disk
If running `install` with the `----save-partindex` argument on a MBR drive the listed partitions would be lost durring the install. To prevent the loss of data the install proccess now checks to see if the drive is MBR, and if it is it will bail fixes coreos#816
- Loading branch information
Showing
2 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters