summaryrefslogtreecommitdiff
path: root/distro/mint/entry.common
diff options
context:
space:
mode:
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 --"