summaryrefslogtreecommitdiff
path: root/distro/mint
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-08-08 22:22:46 +0800
committerIru Cai <mytbk920423@gmail.com>2016-08-08 22:22:46 +0800
commitd001d3ba8beb95e547f3960caacb363f1a99f827 (patch)
treec18ca26c2a29badef108f81d7c6f0fc689dd5add /distro/mint
parent78b1d0d7b85b02b2ba7fe72227f6d62208b23086 (diff)
downloadliveusb-builder-d001d3ba8beb95e547f3960caacb363f1a99f827.tar.xz
add entry file and remove grub.cfg
Diffstat (limited to 'distro/mint')
-rw-r--r--distro/mint/mate/64/entry5
-rw-r--r--distro/mint/mate/64/grub.cfg5
2 files changed, 5 insertions, 5 deletions
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
-}
-