-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 27 Aug 2009, Chris Lumens wrote:
diff --git a/scripts/mk-images b/scripts/mk-images
index df1b84a..b3e016c 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -583,6 +583,29 @@ makeinitrd() {
cmd="$(basename $cmsfsbin)"
instbin $IMGPATH /usr/sbin/$cmd $MBD_DIR /sbin/$cmd
done
+
+ # required for lsznet
+ instbin $IMGPATH /usr/bin/sort $MBD_DIR /sbin/sort
+
+ # required for lsznet and linuxrc.s390
+ instbin $IMGPATH /usr/bin/uname $MBD_DIR /sbin/uname
+ instbin $IMGPATH /usr/bin/find $MBD_DIR /sbin/find
+
+ # required for linuxrc.s390
+ for cmd in ping ping6 cat head tr wc echo printf cut mknod ; do
+ instbin $IMGPATH /usr/bin/$cmd $MBD_DIR /sbin/$cmd
+ done
+ instbin $IMGPATH /usr/sbin/sysctl $MBD_DIR /sbin/sysctl
+
+ # usability and problem determination
+ for cmd in cp chown chmod date dmesg ps ls less vi gzip tar scp \
+ ldd nslookup expr getopt basename dirname lsscsi ; do
+ instbin $IMGPATH /usr/bin/$cmd $MBD_DIR /sbin/$cmd
+ done
+ for cmd in arp qetharp qetharp-2.6 qethconf lsqeth lscss lschp \
+ lsreipl lsdasd dasdview dasdinfo lszfcp ; do
+ instbin $IMGPATH /usr/sbin/$cmd $MBD_DIR /sbin/$cmd
+ done
fi
ACK, but this is becoming increasingly tedious. I blame myself for
doing the busybox removal. We need to sit down and decide what a real
future fix looks like.
Agreed. There's no way around s390x not requiring a totally different runtime
environment than every other platform. It's just not going to happen.
But, when lorax is in a usable state, this issue could be gone since it'll
have per-arch definitions.
- --
David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqW7r8ACgkQ5hsjjIy1Vklc2QCff0KAcfdR4RFMmoGCscLY+5hG
9O0AoPKClFfWFwFdBx7sVeJEQIFLCeqI
=0tZp
-----END PGP SIGNATURE-----
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list