Skip to content

Commit f82d98a

Browse files
add python3 to build-alpine-netboot-zfs.sh
1 parent a528799 commit f82d98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-alpine-netboot-zfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ profile_zfsnetboot() {
3232
kernel_cmdline="unionfs_size=512M console=tty0 console=ttyS0,115200"
3333
syslinux_serial="0 115200"
3434
kernel_addons="zfs"
35-
apks="$apks zfs-scripts zfs zfs-utils-py
35+
apks="$apks zfs-scripts zfs zfs-utils-py python3
3636
mkinitfs
3737
syslinux util-linux"
3838
initfs_features="base network squashfs usb virtio"

0 commit comments

Comments
 (0)