Searched hist:"5 f6f38dbb0fc8518b19542b0ad0739a8a95f05a1" (Results 1 – 1 of 1) sorted by relevance
/linux/block/partitions/ |
H A D | Kconfig | diff 5f6f38dbb0fc8518b19542b0ad0739a8a95f05a1 Mon Dec 03 16:04:21 CET 2012 Diego Calleja <diegocg@gmail.com> partitions: enable EFI/GPT support by default
The Kconfig currently enables MSDOS partitions by default because they are assumed to be essential, but it's necessary to enable "advanced partition selection" in order to get GPT support. IMO GPT partitions are becoming common enought to deserve the same treatment MSDOS partitions get.
(Side note: I got bit by a disk that had MSDOS and GPT partition tables, but for some reason the MSDOS table was different from the GPT one. I was stupid enought to disable "advanced partition selection" in my .config, which disabled GPT partitioning and made my btrfs pool unbootable because it couldn't find the partitions)
Signed-off-by: Diego Calleja <diegocg@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|