Skip to content

Commit

Permalink
Treat GPT PReP as a valid boot device
Browse files Browse the repository at this point in the history
Signed-off-by: Dinar Valeev <dvaleev@suse.com>
  • Loading branch information
Dinar Valeev committed Feb 10, 2015
1 parent e17c74b commit bc3e656
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.17.148
2.17.150
6 changes: 6 additions & 0 deletions package/yast2-storage.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 10 16:09:38 CET 2015 - dvaleev@suse.com

- Treat GPT PReP as a valid boot device (bsc#916935)
- 2.17.150

-------------------------------------------------------------------
Mon Feb 09 18:59:38 CET 2015 - dvaleev@suse.com

Expand Down
2 changes: 1 addition & 1 deletion storage/src/include/custom_part_check_generated.ycp
Expand Up @@ -130,7 +130,7 @@ boolean check_created_partition_table(const map<string,map> targetMap, boolean i
else if ( mountpoint == "" )
{
if( Partitions::PrepBoot() &&
(fsid == Partitions::fsid_prep_chrp_boot || fsid==6) )
(fsid == Partitions::fsid_prep_chrp_boot || fsid==6 || fsid=264) )
{
boot_found = true;
boot_end = Region::End(part["region"]:[]);
Expand Down

0 comments on commit bc3e656

Please sign in to comment.