Print a message when the efi disk isn't a logical partition.
Details
Details
- Reviewers
andrew - Commits
- rS301714: Print a message when the efi disk isn't a logical partition.
Tested on beaglebone black with u-boot efi implementation.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
head/sys/boot/efi/libefi/efipart.c | ||
---|---|---|
123–124 ↗ | (On Diff #17449) | Why on earth would you do this? When it isn't a logical partition, it's a real disk. Our systems have 36 disks in them, so this will spam-up the console log with 36 useless lines... |