From d2d67a1eb569d8770e571417046c7658502a1ff3 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 24 Oct 2018 21:06:17 +0800 Subject: distro/mint: use the v2 iso, reuse the Ubuntu install.sh --- distro/mint/entry.common | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'distro/mint/entry.common') 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 --" -- cgit v1.2.3