Skip to content

Commit

Permalink
filesystem: enable bcachefs support (#80)
Browse files Browse the repository at this point in the history
* initramfs: improve curl download error handling

* packages: add bcachefs-tools dependencies

* bcachefs-tools: add builder

* autobuild: add bcachefs dependencies

* initramfs: enable bcachefs-tools

* kernel: bump to kernel 6.8.8

* kernel: remove legacy patch used to lock old box

* kernel: enable bcachefs

* zstd: fix to use latest version in rootfs
  • Loading branch information
maxux authored May 14, 2024
1 parent 9748df1 commit 23ebebd
Show file tree
Hide file tree
Showing 10 changed files with 648 additions and 336 deletions.
3 changes: 3 additions & 0 deletions autobuild/tf-build-deps-clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ deps+=(musl musl-tools)
# bmon dependencies
deps+=(libconfuse-dev ncurses-bin)

# bcachefs dependencies
deps+=(libsodium-dev liburcu-dev libudev-dev udev libclang-dev clang)

apt-get install -y ${deps[@]}
3 changes: 3 additions & 0 deletions autobuild/tf-build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ deps+=(musl musl-tools)
# bmon dependencies
deps+=(libconfuse-dev ncurses-bin)

# bcachefs dependencies
deps+=(libsodium-dev liburcu-dev libudev-dev udev libclang-dev clang)

apt-get install -y ${deps[@]}

# install go
Expand Down
Loading

0 comments on commit 23ebebd

Please sign in to comment.