summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.s390
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-02-22 21:18:00 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-02-22 21:18:00 +0000
commitd7725c6270780a2805f62ccc59eb0e96ef913b99 (patch)
treec087394354456171e9a6bedfb39c748360f09a9a /scripts/mk-images.s390
parent948b293cfe59fa5c7aad80811a477149787b03d0 (diff)
downloadanaconda-d7725c6270780a2805f62ccc59eb0e96ef913b99.tar.gz
anaconda-d7725c6270780a2805f62ccc59eb0e96ef913b99.tar.xz
anaconda-d7725c6270780a2805f62ccc59eb0e96ef913b99.zip
bogl-ectomy hits the scripts/ directory, get the full story at 11.
Diffstat (limited to 'scripts/mk-images.s390')
-rw-r--r--scripts/mk-images.s3902
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.s390 b/scripts/mk-images.s390
index 6df74c494..9f24fc8e5 100644
--- a/scripts/mk-images.s390
+++ b/scripts/mk-images.s390
@@ -14,7 +14,7 @@ S390NETMODS="ctc netiucv smsgiucv lcs qdio qeth ccwgroup"
S390MODS="$S390SCSIMODS $S390DASDMODS $S390NETMODS"
makeBootImages() {
- makeinitrd --nobogl --initrdto $TOPDESTPATH/images/initrd.img \
+ makeinitrd --initrdto $TOPDESTPATH/images/initrd.img \
--initrdsize 20000 \
--loaderbin loader \
--modules "$INITRDMODS $S390MODS"