- Flattened nested bootupd/bootupd/ structure to root level - Moved all core project files to root directory - Added proper Debian packaging structure (debian/ directory) - Created build scripts and CI configuration - Improved project organization for CI/CD tools - All Rust source, tests, and configuration now at root level - Added GitHub Actions workflow for automated testing - Maintained all original functionality while improving structure
33 lines
787 B
JSON
Executable file
33 lines
787 B
JSON
Executable file
{
|
|
"blockdevices": [
|
|
{
|
|
"path": "/dev/sr0",
|
|
"pttype": null,
|
|
"parttypename": null
|
|
},{
|
|
"path": "/dev/zram0",
|
|
"pttype": null,
|
|
"parttypename": null
|
|
},{
|
|
"path": "/dev/vda",
|
|
"pttype": "gpt",
|
|
"parttypename": null
|
|
},{
|
|
"path": "/dev/vda1",
|
|
"pttype": "gpt",
|
|
"parttypename": "EFI System"
|
|
},{
|
|
"path": "/dev/vda2",
|
|
"pttype": "gpt",
|
|
"parttypename": "Linux extended boot"
|
|
},{
|
|
"path": "/dev/vda3",
|
|
"pttype": "gpt",
|
|
"parttypename": "Linux filesystem"
|
|
},{
|
|
"path": "/dev/mapper/luks-df2d5f95-5725-44dd-83e1-81bc4cdc49b8",
|
|
"pttype": null,
|
|
"parttypename": null
|
|
}
|
|
]
|
|
}
|