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.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 --"