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. --- scripts/upd-instroot | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/upd-instroot b/scripts/upd-instroot index e79843a..1df2e61 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -307,6 +307,7 @@ bin/fdisk* bin/gawk bin/*grep bin/hostname +bin/ipcalc bin/kill bin/ln bin/ls @@ -669,7 +670,6 @@ sbin/portmap sbin/fdasd sbin/dasdfmt bin/login -bin/ipcalc lib/modules/ibm etc/pam.d/sshd etc/pam.d/other -- 1.6.2.5 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list