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

Dracut package must install awk #7729

Closed
Rudd-O opened this issue Jul 20, 2018 · 3 comments
Closed

Dracut package must install awk #7729

Rudd-O opened this issue Jul 20, 2018 · 3 comments
Milestone

Comments

@Rudd-O
Copy link
Contributor

Rudd-O commented Jul 20, 2018

[yes_no_RPMs_27]    DEBUG:    VM.console:                 run@ 304	[   16.575509] dracut-pre-mount[219]: //lib/dracut/hooks/pre-mount/90-zfs-load-key.sh: line 36: awk: command not found

This is not good. The Dracut module must install awk in the initial RAM disk, and the -dracut RPM package must specify a dependency on awk.

@behlendorf behlendorf added this to the 0.8.0 milestone Jul 27, 2018
@behlendorf
Copy link
Contributor

Opened #7747 with a proposed fix.

@behlendorf
Copy link
Contributor

@Rudd-O the final code has been integrated with master to resolve this.

@Rudd-O
Copy link
Contributor Author

Rudd-O commented Jul 31, 2018 via email

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants