BR2_TARGET_ROOTFS_CPIO=n

# BR2_TARGET_ROOTFS_TAR is not set

# rootfs.tar.gz for direct import as mutable / to WSL
# BR2_TARGET_ROOTFS_TAR=y
# BR2_TARGET_ROOTFS_TAR_GZIP=y

# skiffos.tar.gz for direct import of OTA-able configuraton
# rootfs.squashfs for OTA-able configuration (default)
# uses skiff-init-squashfs to mount
BR2_TARGET_ROOTFS_SQUASHFS=y
BR2_TARGET_ROOTFS_SQUASHFS4_LZ4=y

# init sequence
BR2_PACKAGE_SKIFF_INIT_BUSYBOX=y
BR2_PACKAGE_SKIFF_INIT_SQUASHFS=y
# BR2_PACKAGE_SKIFF_INIT_SQUASHFS_MOUNT_SYS_RBIND is not set
# BR2_PACKAGE_SKIFF_INIT_SQUASHFS_WRITE_SKIFF_INIT_PID is not set
# BR2_PACKAGE_SKIFF_INIT_SQUASHFS_MOUNT_PROC is not set
BR2_PACKAGE_SKIFF_INIT_SQUASHFS_BIND_ROOT_MNT=y
BR2_PACKAGE_SKIFF_INIT_SQUASHFS_BIND_HOST_DIRS="/etc/resolv.conf:/etc/resolv.conf"
BR2_PACKAGE_SKIFF_INIT_SQUASHFS_INIT_PROC="/wsl-init.sh"
BR2_PACKAGE_SKIFF_INIT_SQUASHFS_NO_MOVE_MOUNTPOINT_ROOT=y
BR2_PACKAGE_SKIFF_INIT_SQUASHFS_NO_RESIZE_PERSIST=y
BR2_PACKAGE_SKIFF_INIT_SQUASHFS_ROOT_MAKE_SHARED=y
