Skip to content

Commit

Permalink
Fix: Kernel did not support BTRFS and was outdated
Browse files Browse the repository at this point in the history
This updates the Linux kernel used in VMs from 5.10.124 to 5.10.197.

The kernel is now downloaded from IPFS.
  • Loading branch information
hoh committed Oct 10, 2023
1 parent 1ec6b61 commit 4e51f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ firecracker-bins: target-dir build-dir

vmlinux:
#curl -fsSL -o ./target/vmlinux.bin https://s3.amazonaws.com/spec.ccfc.min/img/quickstart_guide/x86_64/kernels/vmlinux.bin
curl -fsSL -o ./target/vmlinux.bin https://github.com/aleph-im/aleph-vm/releases/download/0.2.2/vmlinux.bin
curl -fsSL -o ./target/vmlinux.bin https://ipfs.aleph.cloud/ipfs/bafybeiaj2lf6g573jiulzacvkyw4zzav7dwbo5qbeiohoduopwxs2c6vvy
#cp ../kernels/vmlinux.bin ./target/vmlinux.bin

download-ipfs-kubo: target-dir build-dir
Expand Down
2 changes: 1 addition & 1 deletion vm_supervisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ A more optimized kernel may be made available in the future.
See section _Compile your kernel_ below to build your own.

```shell
curl -fsSL -o /opt/firecracker/vmlinux.bin https://github.com/aleph-im/aleph-vm/releases/download/0.2.2/vmlinux.bin
curl -fsSL -o ./target/vmlinux.bin https://ipfs.aleph.cloud/ipfs/bafybeiaj2lf6g573jiulzacvkyw4zzav7dwbo5qbeiohoduopwxs2c6vvy
```

## 3. Running
Expand Down

0 comments on commit 4e51f72

Please sign in to comment.