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
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
head/sys/boot/efi/libefi/efipart.c | ||
---|---|---|
123–124 | 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... |