diff options
author | Bill Nottingham <notting@redhat.com> | 2003-01-22 21:48:11 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-01-22 21:48:11 +0000 |
commit | 2474085ed50d5b75ab07899df7619368ef7cdeb2 (patch) | |
tree | a51fb4ca924b579e4252a2f9533bd2eeceada4cf | |
parent | 11dfb1935776cc751fd75a18542931be137a9a19 (diff) | |
download | anaconda-2474085ed50d5b75ab07899df7619368ef7cdeb2.tar.gz anaconda-2474085ed50d5b75ab07899df7619368ef7cdeb2.tar.xz anaconda-2474085ed50d5b75ab07899df7619368ef7cdeb2.zip |
mmm, good crack these days
-rw-r--r-- | scripts/mk-images.ia64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64 index cda18e524..f547cbbad 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 -l $MBD_BOOTTREE/EFI/boot/* $MBD_BOOTTREE/ + cp $MBD_BOOTTREE/EFI/boot/* $MBD_BOOTTREE/ } makebootdisk --kernelto $TOPDESTPATH/kernels/vmlinuz \ |