Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Runtime emitted wrong reboot signal
The runtime init `init1.py` emitted the signal `0x4321fedc` to the Linux kernel when shutting down. The correct procedure [according to the Firecracker docs] (https://github.com/firecracker-microvm/firecracker/blob/dfb45dc4213bcb1c9704435457e233d3a210dce2/docs/getting-started.md?plain=1#L298) is to issue a `reboot`. The syscall number for a reboot on Linux is `0x1234567`. Tested using Firecracker independently of `aleph-vm`.
- Loading branch information