summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.sparc64
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-15 19:39:09 +0000
committerMatt Wilson <msw@redhat.com>2000-06-15 19:39:09 +0000
commit9cccb7047c27291e187746bc454a032b330e6249 (patch)
treeeaaec0734a6961059629cb561a792c23bfa5728c /scripts/mk-images.sparc64
parentee2ec16e532ee502e4a5e3dd4488130f20b06643 (diff)
downloadanaconda-9cccb7047c27291e187746bc454a032b330e6249.tar.gz
anaconda-9cccb7047c27291e187746bc454a032b330e6249.tar.xz
anaconda-9cccb7047c27291e187746bc454a032b330e6249.zip
don't move the local initrd to the boot/ directory
Diffstat (limited to 'scripts/mk-images.sparc64')
-rw-r--r--scripts/mk-images.sparc645
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/mk-images.sparc64 b/scripts/mk-images.sparc64
index 003825f90..8f19a3f00 100644
--- a/scripts/mk-images.sparc64
+++ b/scripts/mk-images.sparc64
@@ -64,7 +64,7 @@ gzip -9 $TOPDESTPATH/kernels/vmlinux64
SCSIMODULES="qlogicpti sg st pluto fcal soc socal
fc4 aic7xxx sym53c8xx qlogicisp"
-NETMODULES="sunhme sunqe sunbmac myri_sbus 3c59x de4x5 "
+NETMODULES="sunhme sunqe sunbmac myri_sbus 3c59x de4x5"
makeinitrd --initrdto $TOPDESTPATH/boot/initrd64.img \
--initrdsize 2000 \
@@ -77,8 +77,7 @@ maketftp --kernel $KERNELROOT/boot/vmlinux-* \
makebootdisk --kernelto $TOPDESTPATH/boot/vmlinux64.gz \
--imagename boot64.img \
- --initrdflags '--initrdto $TOPDESTPATH/boot/initrd64.img \
- --initrdsize 2000 \
+ --initrdflags '--initrdsize 2000 \
--loaderbin loader \
--modules "$SCSIMODULES"'