We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a2d51 commit ac2b305Copy full SHA for ac2b305
build-alpine-netboot-zfs.sh
@@ -25,6 +25,8 @@ cd workdir
25
git clone --depth 1 https://gitlab.alpinelinux.org/alpine/aports
26
cd aports
27
mkdir -p ~/iso
28
+# Enable zfs kernel module
29
+sed -i '/arch=".*/a \ kernel_addons="zfs"' ./scripts/build-alpine-netboot-zfs.sh
30
./scripts/mkimage.sh --outdir ~/iso --arch x86_64 --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --profile netboot
31
EOF
32
0 commit comments