You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
不是很明白这里为什么要加这个限制,如果需要支持,需要加什么逻辑?
if (!file->device || !file->device->disk ||
file->device->disk->name[0] != 'h' || !file->device->disk->partition)
{
grub_error (GRUB_ERR_BAD_DEVICE,
"this command is available only for disk devices");
goto fail;
}
The text was updated successfully, but these errors were encountered:
不是很明白这里为什么要加这个限制,如果需要支持,需要加什么逻辑?
if (!file->device || !file->device->disk ||
file->device->disk->name[0] != 'h' || !file->device->disk->partition)
{
grub_error (GRUB_ERR_BAD_DEVICE,
"this command is available only for disk devices");
goto fail;
}
The text was updated successfully, but these errors were encountered: