diff options
| author | David Cantrell <dcantrell@redhat.com> | 2009-08-06 18:34:33 -1000 |
|---|---|---|
| committer | David Cantrell <dcantrell@redhat.com> | 2009-08-10 16:56:41 -1000 |
| commit | 08bc767a0cdce596516a97048fe2582e48e20b2f (patch) | |
| tree | 0bd995e75da3bd90acba4ccba045ab2d28c5f800 /scripts | |
| parent | 8a621b48f873b7dec2fd7a07eb1b6f39a8a60807 (diff) | |
| download | anaconda-08bc767a0cdce596516a97048fe2582e48e20b2f.tar.gz anaconda-08bc767a0cdce596516a97048fe2582e48e20b2f.tar.xz anaconda-08bc767a0cdce596516a97048fe2582e48e20b2f.zip | |
Include ipcalc command in all initrd.img files, not just s390 (#516084)
If a user runs dhclient by hand from the installer media (say, if they
are using the installer media to just bring up a shell with a Linux
environment), they will get the following error:
/sbin/dhclient-script: line 384: ipcalc: command not found
We have been including ipcalc in the s390 initrd.img, because
linuxrc.s390 requires it. Move the inclusion in upd-instroot to all
architectures instead.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 29f182a91..fc0d65994 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -312,6 +312,7 @@ bin/fdisk* bin/gawk bin/*grep bin/hostname +bin/ipcalc bin/kill bin/ln bin/ls @@ -674,7 +675,6 @@ sbin/portmap sbin/fdasd sbin/dasdfmt bin/login -bin/ipcalc lib/modules/ibm etc/pam.d/sshd etc/pam.d/other |
