summaryrefslogtreecommitdiff
path: root/distro/mint/entry.common
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2017-03-18 10:36:49 +0800
committerIru Cai <mytbk920423@gmail.com>2017-03-18 10:36:49 +0800
commit3a9c2f9e8bcd7db1c1d86a2e5995cc8a7228ad49 (patch)
tree72fde0aad614120bf040800165b989ddd65339ed /distro/mint/entry.common
parent28cf5ab3e6d43ed4b9773c768be96102da8629fb (diff)
downloadliveusb-builder-3a9c2f9e8bcd7db1c1d86a2e5995cc8a7228ad49.tar.xz
distro/mint: update to 18.1
Diffstat (limited to 'distro/mint/entry.common')
-rw-r--r--distro/mint/entry.common11
1 files changed, 11 insertions, 0 deletions
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 --"