From d001d3ba8beb95e547f3960caacb363f1a99f827 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Mon, 8 Aug 2016 22:22:46 +0800 Subject: add entry file and remove grub.cfg --- distro/mint/mate/64/entry | 5 +++++ distro/mint/mate/64/grub.cfg | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 distro/mint/mate/64/entry delete mode 100644 distro/mint/mate/64/grub.cfg (limited to 'distro/mint') diff --git a/distro/mint/mate/64/entry b/distro/mint/mate/64/entry new file mode 100644 index 0000000..b190746 --- /dev/null +++ b/distro/mint/mate/64/entry @@ -0,0 +1,5 @@ +TITLE='Linux Mint 18 x86_64 with MATE Desktop' +KERNEL=/liveusb-kernel/mint/64/vmlinuz +INITRD=/liveusb-kernel/mint/64/initrd.lz +OPTION="file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=/liveusb-data/mint/$ISOFILE quiet splash --" +X64=y diff --git a/distro/mint/mate/64/grub.cfg b/distro/mint/mate/64/grub.cfg deleted file mode 100644 index 31d161a..0000000 --- a/distro/mint/mate/64/grub.cfg +++ /dev/null @@ -1,5 +0,0 @@ -menuentry 'Linux Mint 18 x86_64 with MATE Desktop' { - linux /liveusb-kernel/mint/64/vmlinuz file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=/liveusb-data/mint/linuxmint-18-mate-64bit.iso quiet splash -- - initrd /liveusb-kernel/mint/64/initrd.lz -} - -- cgit v1.2.3