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

Build instructions for native Debian packages #396

Merged
merged 1 commit into from
Mar 18, 2023

Conversation

usaleem-ix
Copy link
Contributor

This commit updates the build instructions for native Debian packages.

.. code:: sh

$ cd zfs
$ ./configure --enable-systemd
$ make -j1 deb-utils deb-kmod
$ for file in *.deb; do sudo gdebi -q --non-interactive $file; done

To build native Debian packages:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should mention this support will first be available in the openzfs-2.2 release.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, updated.

This commit updates the build instructions for native Debian packages.

Signed-off-by: Umer Saleem <[email protected]>
@usaleem-ix
Copy link
Contributor Author

--enable-systemd flag is already given from dh_auto_configure in rules, so I have removed it from the instructions.

Copy link

@aamkye aamkye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gmelikov is this a missing make target?

$ sudo apt-get install dkms
$ cd zfs
$ ./configure
$ make native-deb-utils
Copy link

@aamkye aamkye Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it miss native-deb-dkms at line 213?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And found out that the DKMS package does not need to be "native".

@usaleem-ix usaleem-ix deleted the native-deb branch March 22, 2023 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants