-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add intel i386 cpu based device-type
- Loading branch information
rohit
committed
Jul 10, 2024
1 parent
8adfb6d
commit ca5b0f8
Showing
2 changed files
with
142 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"slug": "genericx86", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"aliases": ["genericx86"], | ||
"name": "Intel 32 bit Generic", | ||
"assets": { | ||
"logo": { | ||
"url": "./genericx86.svg", | ||
"name": "logo" | ||
} | ||
}, | ||
"data": { | ||
"arch": "i386", | ||
"hdmi": true, | ||
"led": false, | ||
"connectivity": { | ||
"bluetooth": true, | ||
"wifi": true | ||
}, | ||
"storage": { | ||
"internal": true | ||
}, | ||
"media": { | ||
"defaultBoot": "internal", | ||
"altBoot": ["usb_mass_storage", "network"] | ||
}, | ||
"is_private": false | ||
}, | ||
"partials": { | ||
"bootDeviceExternal": [ | ||
"Ensure there are no other USB keys are inserted.", | ||
"Power on the {{name}} with a keyboard connected.", | ||
"Press the F10 key while BIOS is loading to enter the boot menu.", | ||
"Select the USB key from the boot menu." | ||
], | ||
"flashIndicator": ["all LEDs are off"], | ||
"bootDevice": ["Power up the {{name}}"] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.