summaryrefslogtreecommitdiff
path: root/distro/manjaro/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distro/manjaro/install.sh')
-rw-r--r--distro/manjaro/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/manjaro/install.sh b/distro/manjaro/install.sh
index a9de58b..4e64fc7 100644
--- a/distro/manjaro/install.sh
+++ b/distro/manjaro/install.sh
@@ -1,7 +1,7 @@
install_live() {
install -d "$DATADIR/manjaro/" "$KERNELDIR/manjaro"
mount_iso
- cp -r "$ISOMNT/manjaro/boot/$ARCH" "$ISOMNT/manjaro/boot/intel_ucode.img" \
+ cp "$ISOMNT/boot/vmlinuz-$ARCH" "$ISOMNT/boot/initramfs-$ARCH.img" "$ISOMNT/boot/intel_ucode.img" \
"$KERNELDIR/manjaro"
umount_iso
cp "$ISOPATH/$ISOFILE" "$DATADIR/manjaro/"