blob: 8a7b46b609b386c7ab97188749e40b96d1988849 [file] [log] [blame]
Deepak Kodihalli4b271e12017-05-13 09:57:52 -05001description: >
2 Implement to designate the source of a boot image.
3
4properties:
5 - name: BootSource
6 type: enum[self.Sources]
7 description: >
8 The desired boot image source.
9
10enumerations:
11 - name: Sources
12 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050013 Possible sources of a boot image.
Deepak Kodihalli4b271e12017-05-13 09:57:52 -050014 values:
Patrick Williams8da396c2022-03-14 14:21:02 -050015 - name: Disk
16 description: >
17 Boot from the local hard disk.
18 - name: ExternalMedia
19 description: >
20 Boot from CD/DVD.
21 - name: Network
22 description: >
23 Boot from a remote source over a network.
24 - name: Default
25 description: >
26 Boot from an implementation defined source.
27 - name: RemovableMedia
28 description: >
29 Boot from floppy/primary removable media (USB).
30 - name: HTTP
31 description: >
32 Boot from a remote source over http/https.