mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
spec updates
This commit is contained in:
committed by
Matt Hill
parent
eaacaeeb5f
commit
0269bc177b
@@ -11,18 +11,12 @@ setup.disk.list
|
||||
|
||||
Response
|
||||
{
|
||||
logicalname: string
|
||||
partitions: {
|
||||
logicalname: string
|
||||
label: string | null
|
||||
capacity: number
|
||||
used: number | null
|
||||
}[],
|
||||
capacity: number
|
||||
'embassy-os': {
|
||||
version: string
|
||||
name: string
|
||||
} | null
|
||||
logicalname : string,
|
||||
vendor : string | null,
|
||||
model : string | null,
|
||||
partitions : PartitionInfo[],
|
||||
capacity : number,
|
||||
embassy_os : EmbassyOsDiskInfo | null,
|
||||
}[]
|
||||
|
||||
setup.recovery.status
|
||||
|
||||
Reference in New Issue
Block a user