summaryrefslogtreecommitdiff
path: root/distro/mint/entry.common
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-10-24 21:06:17 +0800
committerIru Cai <mytbk920423@gmail.com>2018-11-03 23:00:00 +0800
commitd2d67a1eb569d8770e571417046c7658502a1ff3 (patch)
treea964aa98561c8802b3416ef0eedffc594e1d5e85 /distro/mint/entry.common
parentf3daf974bbcf3bd548bdd6e94bbf1289b33200df (diff)
downloadliveusb-builder-d2d67a1eb569d8770e571417046c7658502a1ff3.tar.xz
distro/mint: use the v2 iso, reuse the Ubuntu install.sh
Diffstat (limited to 'distro/mint/entry.common')
-rw-r--r--distro/mint/entry.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/distro/mint/entry.common b/distro/mint/entry.common
index c04ed8e..18ed6be 100644
--- a/distro/mint/entry.common
+++ b/distro/mint/entry.common
@@ -1,4 +1,3 @@
-_ver=19
TITLE="Linux Mint $_ver $_arch with $_de Desktop"
if [[ "$_arch" == x86_64 ]]; then
_bit=64
@@ -7,6 +6,6 @@ else
_bit=32
X64=n
fi
-KERNEL=/liveusb-kernel/mint/$_bit/vmlinuz
-INITRD=/liveusb-kernel/mint/$_bit/initrd.lz
+KERNEL=/liveusb-kernel/mint/$_ver/$_de/$_bit/vmlinuz
+INITRD=/liveusb-kernel/mint/$_ver/$_de/$_bit/initrd.lz
OPTION="file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=/liveusb-data/mint/$ISOFILE quiet splash --"