summaryrefslogtreecommitdiff
path: root/distro/manjaro/entry
diff options
context:
space:
mode:
Diffstat (limited to 'distro/manjaro/entry')
-rw-r--r--distro/manjaro/entry6
1 files changed, 3 insertions, 3 deletions
diff --git a/distro/manjaro/entry b/distro/manjaro/entry
index 1c0618e..401971c 100644
--- a/distro/manjaro/entry
+++ b/distro/manjaro/entry
@@ -1,7 +1,7 @@
TITLE="Manjaro Linux $_arch $_flavour"
-KERNEL=/liveusb-kernel/manjaro/$_arch/manjaro
+KERNEL=/liveusb-kernel/manjaro/vmlinuz-${_arch}
INITRD=(/liveusb-kernel/manjaro/intel_ucode.img
- /liveusb-kernel/manjaro/$_arch/manjaro.img)
-OPTION="misolabel=MJRO1608 img_dev=/dev/disk/by-uuid/$UUID img_loop=liveusb-data/manjaro/$ISOFILE"
+ /liveusb-kernel/manjaro/initramfs-${_arch}.img)
+OPTION="img_dev=/dev/disk/by-uuid/$UUID img_loop=liveusb-data/manjaro/$ISOFILE"
[ $_arch == i686 ] && X64=n || X64=y