[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/6] mk-images: Module balls are no more
- From: Mark McLoughlin <markmc redhat com>
- To: anaconda-devel-list redhat com
- Cc: markmc redhat com
- Subject: [PATCH 1/6] mk-images: Module balls are no more
- Date: Thu, 10 Apr 2008 14:09:11 +0100
notting removed module balls some time ago:
commit 7971fbec83064b096a6592055d66df573bdb8eea
Author: Bill Nottingham <notting redhat com>
Date: Wed Dec 19 14:53:45 2007 -0500
Don't ship module balls; just ship a 'normal' /lib/modules and /lib/firmware tree.
but mk-images still has some remnants of them.
Signed-off-by: Mark McLoughlin <markmc redhat com>
---
scripts/mk-images | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/scripts/mk-images b/scripts/mk-images
index 28ac76f..f522add 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -455,7 +455,6 @@ makeinitrd() {
PADSIZE=""
LOADERBIN=""
INITRDMODULES=""
- MODULEBALLNAME="modules.cgz"
MYLANGTABLE=$LANGTABLE
MYLOADERTR=loader.tr
while [ x$(echo $1 | cut -c1-2) = x"--" ]; do
@@ -479,10 +478,6 @@ makeinitrd() {
INITRDMODULES=$2
shift; shift
continue
- elif [ $1 = "--moduleballname" ]; then
- MODULEBALLNAME=$2
- shift; shift
- continue
fi
echo "Unknown option passed to makeinitrd"
exit 1
--
1.5.4.1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]