From 5f0bdbbd0215906a30c811f82959f7e517335d20 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Sun, 16 Oct 2016 23:59:49 +0800 Subject: distro: add Manjaro --- distro/manjaro/entry | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 distro/manjaro/entry (limited to 'distro/manjaro/entry') diff --git a/distro/manjaro/entry b/distro/manjaro/entry new file mode 100644 index 0000000..1c0618e --- /dev/null +++ b/distro/manjaro/entry @@ -0,0 +1,7 @@ +TITLE="Manjaro Linux $_arch $_flavour" +KERNEL=/liveusb-kernel/manjaro/$_arch/manjaro +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" +[ $_arch == i686 ] && X64=n || X64=y + -- cgit v1.2.3