diff --git a/rust/tool/bootspec.json b/rust/tool/bootspec.json deleted file mode 100644 index 010f446..0000000 --- a/rust/tool/bootspec.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "v1": { - "init": "/run/current-system/init", - "initrd": "/run/current-system/initrd", - "kernel": "/run/current-system/kernel", - "kernelParams": [ - "amd_iommu=on", - "amd_iommu=pt", - "iommu=pt", - "kvm.ignore_msrs=1", - "kvm.report_ignored_msrs=0", - "udev.log_priority=3", - "systemd.unified_cgroup_hierarchy=1", - "loglevel=4" - ], - "label": "LanzaOS", - "toplevel": "/run/current-system", - "specialisation": {}, - "extensions": { - "lanzaboote": { "osRelease": "/etc/os-release" } - } - } -}