summaryrefslogtreecommitdiff
path: root/adelie-build-cd
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-18 12:10:00 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-18 12:10:00 -0500
commit85daa68019248fad8b61e2fe2be6f91e5cd87ad4 (patch)
tree755be444a78724d8a8ff5cad8f625cb937321ecb /adelie-build-cd
parent41278471be6da4d246cf33c706250998d6a132aa (diff)
downloadimage-85daa68019248fad8b61e2fe2be6f91e5cd87ad4.tar.gz
image-85daa68019248fad8b61e2fe2be6f91e5cd87ad4.tar.bz2
image-85daa68019248fad8b61e2fe2be6f91e5cd87ad4.tar.xz
image-85daa68019248fad8b61e2fe2be6f91e5cd87ad4.zip
adelie-build-cd: Don't leave two copies of the kernel on the CD
Diffstat (limited to 'adelie-build-cd')
-rwxr-xr-xadelie-build-cd2
1 files changed, 1 insertions, 1 deletions
diff --git a/adelie-build-cd b/adelie-build-cd
index 650da2f..6508477 100755
--- a/adelie-build-cd
+++ b/adelie-build-cd
@@ -299,7 +299,7 @@ prepare_cdroot() {
header 'Adding kernel...'
- cp squashroot-$ARCH/boot/vmlinu* cdroot-$ARCH/bzImage
+ mv squashroot-$ARCH/boot/vmlinu* cdroot-$ARCH/bzImage
}
create_iso() {