From 3a9c2f9e8bcd7db1c1d86a2e5995cc8a7228ad49 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Sat, 18 Mar 2017 10:36:49 +0800 Subject: distro/mint: update to 18.1 --- distro/mint/entry.common | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 distro/mint/entry.common (limited to 'distro/mint/entry.common') diff --git a/distro/mint/entry.common b/distro/mint/entry.common new file mode 100644 index 0000000..88d6b5b --- /dev/null +++ b/distro/mint/entry.common @@ -0,0 +1,11 @@ +TITLE="Linux Mint $_ver $_arch with $_de Desktop" +if [[ "$_arch" == x86_64 ]]; then + _bit=64 + X64=y +else + _bit=32 + X64=n +fi +KERNEL=/liveusb-kernel/mint/$_bit/vmlinuz +INITRD=/liveusb-kernel/mint/$_bit/initrd.lz +OPTION="file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=/liveusb-data/mint/$ISOFILE quiet splash --" -- cgit v1.2.3