deb-bootupd/tests/fixtures/example-status-v0.json
robojerk aaf662d5b1
Some checks failed
Cross build / Build on ppc64le (push) Failing after 1m8s
Cross build / Build on s390x (push) Failing after 2s
Restructure project layout for better CI/CD integration
- 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
2025-08-09 23:11:42 -07:00

26 lines
623 B
JSON
Executable file

{
"components": {
"EFI": {
"installed": {
"timestamp": "2020-09-15T13:01:21Z",
"version": "grub2-efi-x64-1:2.04-23.fc32.x86_64,shim-x64-15-8.x86_64"
},
"interrupted": null,
"update": {
"timestamp": "2020-09-15T13:01:21Z",
"version": "grub2-efi-x64-1:2.04-23.fc32.x86_64,shim-x64-15-8.x86_64"
},
"updatable": "at-latest-version",
"adopted-from": null
}
},
"adoptable": {
"BIOS": {
"version": {
"version": "grub2-bios-42.x86_64",
"timestamp": "2020-09-15T13:01:21Z"
},
"confident": true
}
}
}