From 08bc767a0cdce596516a97048fe2582e48e20b2f Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 6 Aug 2009 18:34:33 -1000 Subject: 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. --- scripts/upd-instroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit