From 739b7c395a6c27b403892da5713af91f4dfd0031 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 5 Apr 2006 21:32:15 +0000 Subject: [PATCH] - make sure coreutils is installed; it's basically mandatory for any useful installation --- mkfedora | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mkfedora b/mkfedora index 40abf407..c8dd4975 100755 --- a/mkfedora +++ b/mkfedora @@ -13,7 +13,7 @@ # Mark Huang # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id: mkfedora,v 1.7 2006/04/03 19:51:42 mlhuang Exp $ +# $Id: mkfedora,v 1.8 2006/04/05 21:20:27 mlhuang Exp $ # export PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -270,9 +270,11 @@ baseurl=file://$RPM_RPMS_DIR/ EOF fi -# glibc must be specified explicitly for the correct arch to be chosen. -echo "* Installing glibc" >&3 -yum -c $vroot/etc/yum.conf --installroot=$vroot -y install glibc +# glibc must be specified explicitly for the correct arch to be +# chosen. coreutils are basically mandatory for any useful +# installation. +echo "* Installing glibc and coreutils" >&3 +yum -c $vroot/etc/yum.conf --installroot=$vroot -y install glibc coreutils # Go, baby, go if [ ${#groups[*]} -gt 0 ] ; then -- 2.47.0