#695 PR merged
: SAN booting related improvements¶
Labels: enhancement
pavoldomin opened issue at 2015-11-13 10:06:¶
Multiple san-booting/uefi related fixes implemented.
- correctly find disk and partition number for efibootmgr.
- find now partition start also for multipath (dm-XX) disk
- save
/dev/mapper/mpathX
dev names instead ofdm-XX
names to the disklayout file for btrfs and/dev/disk/by-id/
disks description. Addresses the issue, when/dev/dm-XX
is recoreded in disklayout, butdm-XX
can by different disk with the same size in the recovery environment.
pavoldomin commented at 2015-11-14 19:38:¶
- a small bugfix: skip comments and consider also tab-separated entries when scanning fstab for btrfs volumes.
gdha commented at 2015-11-19 13:01:¶
Good catch - thank you - it improves rear ;-)
[Export of Github issue for rear/rear.]