-
Notifications
You must be signed in to change notification settings - Fork 2k
full install #18361
Copy link
Copy link
Open
Labels
Type: FeatureFeature request or new featureFeature request or new feature
Description
Describe the feature you would like to see added to OpenZFS
full install
a. make extra map if needed
b. copy .ko files to proper map
c. execute debmod -a
d. test installation doing : zfs version
++ there are a few deps that need to be installed
linux-headers-$(uname -r) libzip-dev uuid-dev libblkid-dev libssl-dev libunwind-dev libtool build-essential automake autoconf
maybe add a instdep.sh
example
#!/bin/bash
apt update
apt install linux-headers-$(uname -r) libzip-dev uuid-dev libblkid-dev libssl-dev libunwind-dev libtool build-essential automake autoconf -y
How will this feature improve OpenZFS?
user is happy !
unhappy users
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: FeatureFeature request or new featureFeature request or new feature