Skip to content

Commit ac2b305

Browse files
enable zfs kernel module in build-alpine-netboot-zfs.sh
1 parent d1a2d51 commit ac2b305

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-alpine-netboot-zfs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ cd workdir
2525
git clone --depth 1 https://gitlab.alpinelinux.org/alpine/aports
2626
cd aports
2727
mkdir -p ~/iso
28+
# Enable zfs kernel module
29+
sed -i '/arch=".*/a \ kernel_addons="zfs"' ./scripts/build-alpine-netboot-zfs.sh
2830
./scripts/mkimage.sh --outdir ~/iso --arch x86_64 --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --profile netboot
2931
EOF
3032

0 commit comments

Comments
 (0)