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
Dracut package must install awk #7729
Milestone
Comments
13 tasks
|
Opened #7747 with a proposed fix. |
|
@Rudd-O the final code has been integrated with master to resolve this. |
|
You are awesome. Thanks.
|
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Aug 28, 2018
The zfs-dracut package requires the hostid, basename, head, awk, and grep utilities be installed. The first three are provided by coreutils but additional dependencies are required for awk and grep. Reviewed-by: Manuel Amador (Rudd-O) <rudd-o@rudd-o.com> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes openzfs#7729 Closes openzfs#7747
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Aug 30, 2018
The zfs-dracut package requires the hostid, basename, head, awk, and grep utilities be installed. The first three are provided by coreutils but additional dependencies are required for awk and grep. Reviewed-by: Manuel Amador (Rudd-O) <rudd-o@rudd-o.com> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes openzfs#7729 Closes openzfs#7747
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Sep 5, 2018
The zfs-dracut package requires the hostid, basename, head, awk, and grep utilities be installed. The first three are provided by coreutils but additional dependencies are required for awk and grep. Reviewed-by: Manuel Amador (Rudd-O) <rudd-o@rudd-o.com> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes openzfs#7729 Closes openzfs#7747
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not good. The Dracut module must install
awkin the initial RAM disk, and the-dracutRPM package must specify a dependency onawk.The text was updated successfully, but these errors were encountered: