summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.ia64
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-01-22 21:47:30 +0000
committerBill Nottingham <notting@redhat.com>2003-01-22 21:47:30 +0000
commit11dfb1935776cc751fd75a18542931be137a9a19 (patch)
treea23e37737790b81583ebf470cb594f82f87348f9 /scripts/mk-images.ia64
parent808f3655994f5acf4ff87f8d44fda8cc750063fa (diff)
downloadanaconda-11dfb1935776cc751fd75a18542931be137a9a19.tar.gz
anaconda-11dfb1935776cc751fd75a18542931be137a9a19.tar.xz
anaconda-11dfb1935776cc751fd75a18542931be137a9a19.zip
there is no way we need a 20MB boot disk
Diffstat (limited to 'scripts/mk-images.ia64')
-rw-r--r--scripts/mk-images.ia642
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64
index f547cbbad..cda18e524 100644
--- a/scripts/mk-images.ia64
+++ b/scripts/mk-images.ia64
@@ -29,7 +29,7 @@ image=vmlinuz
EOF
# make a copy in the root of the image
- cp $MBD_BOOTTREE/EFI/boot/* $MBD_BOOTTREE/
+ cp -l $MBD_BOOTTREE/EFI/boot/* $MBD_BOOTTREE/
}
makebootdisk --kernelto $TOPDESTPATH/kernels/vmlinuz \