From 634ae0c4b0d165609296b5e81d56d4f186480ff9 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 10 Aug 2016 17:10:22 +0800 Subject: distro/mint: add Xfce and Cinnamon desktop - Move mint/mate/64 as mint/64/mate because 64-bit and 32-bit is a more significant difference than desktop - The kernel of Xfce and MATE is identical and the initrd.lz is almost identical, it's OK to use the same vmlinuz and initrd.lz for both ISOs - remove the creation of $DATADIR/mint/64 --- distro/mint/mate/64/entry | 5 ----- distro/mint/mate/64/install.sh | 8 -------- distro/mint/mate/64/isoinfo | 7 ------- 3 files changed, 20 deletions(-) delete mode 100644 distro/mint/mate/64/entry delete mode 100644 distro/mint/mate/64/install.sh delete mode 100644 distro/mint/mate/64/isoinfo (limited to 'distro/mint/mate') diff --git a/distro/mint/mate/64/entry b/distro/mint/mate/64/entry deleted file mode 100644 index b190746..0000000 --- a/distro/mint/mate/64/entry +++ /dev/null @@ -1,5 +0,0 @@ -TITLE='Linux Mint 18 x86_64 with MATE Desktop' -KERNEL=/liveusb-kernel/mint/64/vmlinuz -INITRD=/liveusb-kernel/mint/64/initrd.lz -OPTION="file=/cdrom/preseed/linuxmint.seed boot=casper iso-scan/filename=/liveusb-data/mint/$ISOFILE quiet splash --" -X64=y diff --git a/distro/mint/mate/64/install.sh b/distro/mint/mate/64/install.sh deleted file mode 100644 index 3aff3e2..0000000 --- a/distro/mint/mate/64/install.sh +++ /dev/null @@ -1,8 +0,0 @@ -install_live() { - install -d "$KERNELDIR/mint/64" "$DATADIR/mint/64" - cp "isofiles/$ISOFILE" "$DATADIR/mint/" - mount_iso - cp "$ISOMNT/casper/vmlinuz" "$ISOMNT/casper/initrd.lz" "$KERNELDIR/mint/64/" - umount_iso -} - diff --git a/distro/mint/mate/64/isoinfo b/distro/mint/mate/64/isoinfo deleted file mode 100644 index 11dbed4..0000000 --- a/distro/mint/mate/64/isoinfo +++ /dev/null @@ -1,7 +0,0 @@ -ISOURL=stable/18/linuxmint-18-mate-64bit.iso -SHA256=c634f48b248489eef782067484a04978f046e9ccd507d9df35c798a1db9bef22 - -mirrorlist=( -https://mirrors.tuna.tsinghua.edu.cn/linuxmint-cd -http://mirrors.ustc.edu.cn/linuxmint-cd -) -- cgit v1.2.3