Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XXX: Attempt to enable XFS #324

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/grub2/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ UPSTREAM_GIT_BRANCH="applied/ubuntu/${UBUNTU_DISTRIBUTION}-updates"

SKIP_COPYRIGHTS_CHECK=true

PACKAGE_DEPENDENCIES="zfs"

#
# Install build dependencies for the package.
#
function prepare() {
logmust install_build_deps_from_control_file
logmust install_pkgs "$DEPDIR"/zfs/*.deb
}

#
Expand Down
2 changes: 1 addition & 1 deletion resources/delphix_kernel_annotations
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ CONFIG_UDF_FS policy<{'amd64': 'n', 'arm64': '
CONFIG_UFS_FS policy<{'amd64': 'n', 'arm64': 'n'}>
CONFIG_VFAT_FS policy<{'amd64': 'n', 'arm64': 'n'}>
CONFIG_VXFS_FS policy<{'amd64': 'n', 'arm64': 'n'}>
CONFIG_XFS_FS policy<{'amd64': 'n', 'arm64': 'n'}>
CONFIG_XFS_FS policy<{'amd64': 'm', 'arm64': 'm'}>

#
# Disable other misc. modules which we don't use.
Expand Down