summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.sparc64
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-14 03:40:40 +0000
committerMatt Wilson <msw@redhat.com>2000-06-14 03:40:40 +0000
commit322a73e5c14be4628efdf0c63e8b55d7d61b911e (patch)
treeb33f2b75ce37b8ec5e534a882894564ebb490267 /scripts/mk-images.sparc64
parent6bb2f40fa779ee70f65e480a22c719660a68c96c (diff)
downloadanaconda-322a73e5c14be4628efdf0c63e8b55d7d61b911e.tar.gz
anaconda-322a73e5c14be4628efdf0c63e8b55d7d61b911e.tar.xz
anaconda-322a73e5c14be4628efdf0c63e8b55d7d61b911e.zip
some more tweaks for sparc
Diffstat (limited to 'scripts/mk-images.sparc64')
-rw-r--r--scripts/mk-images.sparc646
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mk-images.sparc64 b/scripts/mk-images.sparc64
index c8834a339..21a95a552 100644
--- a/scripts/mk-images.sparc64
+++ b/scripts/mk-images.sparc64
@@ -57,9 +57,9 @@ elf2aout -o $TOPDESTPATH/kernels/vmlinux64 $KERNELROOT/boot/vmlinux-*
gzip -9 $TOPDESTPATH/kernels/vmlinux64
makekinitrd --initrdto $TOPDESTPATH/boot/initrd64.img \
- --initrdsize 2000 \
- --loaderbin loader \
- --modules "=scsi =net"
+ --initrdsize 2000 \
+ --loaderbin loader \
+ --modules "=scsi =net"
maketftp --kernel $TOPDESTPATH/kernels/vmlinux64.gz \
--imagename $TOPDESTPATH/boot/tftp64.img \