Skip to content

Commit

Permalink
Debian packages: specify dracut usefulness (#498)
Browse files Browse the repository at this point in the history
* Debian packages: specify dracut usefulness

Closes #497
  • Loading branch information
gmelikov authored Mar 2, 2024
1 parent 7868fc8 commit e414ace
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Developer Resources/Custom Packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ as follows:
$ ./configure
$ make native-deb-utils native-deb-kmod
$ rm ../openzfs-zfs-dkms_*.deb
$ rm ../openzfs-zfs-dracut_*.deb # deb-based systems usually use initramfs
$ sudo apt-get install --fix-missing ../*.deb
Native Debian packages build with pre-configured paths for Debian and
Expand Down Expand Up @@ -210,6 +211,7 @@ packages can be built as follows:
$ cd zfs
$ ./configure
$ make native-deb-utils
$ rm ../openzfs-zfs-dracut_*.deb # deb-based systems usually use initramfs
$ sudo apt-get install --fix-missing ../*.deb
Get the Source Code
Expand Down

0 comments on commit e414ace

Please sign in to comment.