Created
June 8, 2025 02:20
-
-
Save andres-erbsen/95b85df52d48f43e6d4f00c49cb0d8a1 to your computer and use it in GitHub Desktop.
alpine linux boot from encrypted bcachefs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/sbin/bcachefs | |
/usr/sbin/mount.bcachefs | |
/usr/lib/libfuse3.so* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kernel/fs/bcachefs/bcachefs.ko* | |
kernel/fs/bcachefs/bcachefs.ko | |
kernel/lib/lz4/lz4hc_compress.ko* | |
kernel/lib/lz4/lz4_compress.ko* | |
kernel/crypto/xor.ko* | |
kernel/lib/raid6/raid6_pq.ko* | |
kernel/lib/libcrc32c.ko* | |
kernel/lib/lz4/lz4_decompress.ko* | |
kernel/crypto/chacha_generic.ko* | |
kernel/lib/crypto/libchacha.ko* | |
kernel/arch/x86/crypto/chacha-x86_64.ko* | |
kernel/lib/crypto/libpoly1305.ko* | |
kernel/lib/crypto/libchacha20poly1305.ko* | |
kernel/crypto/poly1305_generic.ko* | |
kernel/crypto/chacha20poly1305.ko* | |
kernel/crypto/nhpoly1305.ko* | |
kernel/arch/x86/crypto/nhpoly1305-avx2.ko* | |
kernel/arch/x86/crypto/poly1305-x86_64.ko* | |
kernel/arch/x86/crypto/nhpoly1305-sse2.ko* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
features="base kms usb ata ide scsi nvme virtio bcachefs network" | |
initfscomp="zstd" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment